- Feb 26, 2008
-
-
Nick Kledzik authored
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet llvm-svn: 47621
-
Bill Wendling authored
llvm-svn: 47596
-
- Feb 22, 2008
-
-
Dale Johannesen authored
stuff into ParamAttrsList.h. Per feedback from ParamAttrs changes. llvm-svn: 47504
-
- Feb 21, 2008
-
-
Devang Patel authored
llvm-svn: 47422
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47374
-
Anton Korobeynikov authored
llvm-svn: 47372
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Feb 19, 2008
-
-
Dale Johannesen authored
for adding alignment info, not there yet). Clean up interfaces to reference ParameterAttributes consistently. llvm-svn: 47342
-
- Feb 18, 2008
-
-
Dan Gohman authored
llvm-svn: 47271
-
- Feb 14, 2008
-
-
Nick Lewycky authored
llvm-svn: 47105
-
- Feb 07, 2008
-
-
Devang Patel authored
llvm-svn: 46863
-
- Feb 04, 2008
-
-
Devang Patel authored
llvm-svn: 46718
-
- Feb 02, 2008
-
-
Devang Patel authored
llvm-svn: 46657
-
- Jan 30, 2008
-
-
Devang Patel authored
llvm-svn: 46567
-
Devang Patel authored
llvm-svn: 46560
-
- Jan 27, 2008
-
-
Chris Lattner authored
llvm-svn: 46421
-
- Jan 16, 2008
-
-
Devang Patel authored
- Communicate symbol visibility - Communicate code generation model llvm-svn: 46033
-
- Jan 09, 2008
-
-
Chris Lattner authored
llvm-svn: 45770
-
- Jan 08, 2008
-
-
Chris Lattner authored
llvm-svn: 45736
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45425
-
Chris Lattner authored
llvm-svn: 45424
-
Chris Lattner authored
llvm-svn: 45423
-
Chris Lattner authored
llvm-svn: 45421
-
Chris Lattner authored
llvm-svn: 45414
-
- Dec 25, 2007
-
-
Gordon Henriksen authored
when copying functions. llvm-svn: 45356
-
Seo Sanghyeon authored
llvm-svn: 45353
-
- Dec 20, 2007
-
-
Devang Patel authored
llvm-svn: 45249
-
Devang Patel authored
llvm-svn: 45238
-
- Dec 17, 2007
-
-
Christopher Lamb authored
llvm-svn: 45085
-
Christopher Lamb authored
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. llvm-svn: 45082
-
- Dec 11, 2007
-
-
Christopher Lamb authored
regions of memory that have a target specific relationship, as described in the Embedded C Technical Report. This also implements the 2007-12-11-AddressSpaces test, which demonstrates how address space attributes can be used in LLVM IR. In addition, this patch changes the bitcode signature for stores (in a backwards compatible manner), such that the pointer type, rather than the pointee type, is encoded. This permits type information in the pointer (e.g. address space) to be preserved for stores. LangRef updates are forthcoming. llvm-svn: 44858
-
- Dec 09, 2007
-
-
Chris Lattner authored
llvm-svn: 44729
-
Bill Wendling authored
llvm-svn: 44727
-
- Dec 03, 2007
-
-
Duncan Sands authored
throw exceptions", just mark intrinsics with the nounwind attribute. Likewise, mark intrinsics as readnone/readonly and get rid of special aliasing logic (which didn't use anything more than this anyway). llvm-svn: 44544
-
- Nov 30, 2007
-
-
Duncan Sands authored
attributes. While there, I noticed that not all attribute methods returned a pointer-to-constant, so I fixed that. llvm-svn: 44457
-
- Nov 28, 2007
-
-
Duncan Sands authored
use them. llvm-svn: 44403
-
- Nov 27, 2007
-
-
Ted Kremenek authored
the "-p" option is actually seen by nm (it was being dropped as it was considered as separate argument to the Perl script). llvm-svn: 44365
-
Duncan Sands authored
the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. llvm-svn: 44359
-
- Nov 14, 2007
-
-
Nick Lewycky authored
from a file containing Function/BasicBlock pairings. This is not safe against anonymous or abnormally-named Funcs or BBs. Make bugpoint use this interface to pass the BBs list to the child bugpoint. llvm-svn: 44101
-
- Nov 13, 2007
-
-
Chris Lattner authored
llvm-svn: 44051
-