- 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
-
- Nov 05, 2007
-
-
Gordon Henriksen authored
llvm-svn: 43694
-
- Oct 24, 2007
-
-
Chris Lattner authored
llvm-svn: 43286
-
- Oct 22, 2007
-
-
Chris Lattner authored
llvm-svn: 43226
-
- Oct 17, 2007
-
-
Gordon Henriksen authored
llvm-svn: 43094
-
- Oct 15, 2007
-
-
Dan Gohman authored
llvm-svn: 43016
-
- Oct 08, 2007
-
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
- Sep 28, 2007
-
-
Dale Johannesen authored
llvm-svn: 42439
-
- Sep 12, 2007
-
-
Dale Johannesen authored
Next round of x87 long double stuff. Getting close now, basically works. llvm-svn: 41875
-
- Sep 11, 2007
-
-
Dale Johannesen authored
access to bits). Use them in place of float and double interfaces where appropriate. First bits of x86 long double constants handling (untested, probably does not work). llvm-svn: 41858
-
- Sep 09, 2007
-
-
Owen Anderson authored
llvm-svn: 41787
-
- Sep 07, 2007
-
-
Dale Johannesen authored
llvm-svn: 41774
-
- Sep 06, 2007
-
-
Dale Johannesen authored
Use APFloat in UpgradeParser and AsmParser. Change all references to ConstantFP to use the APFloat interface rather than double. Remove the ConstantFP double interfaces. Use APFloat functions for constant folding arithmetic and comparisons. (There are still way too many places APFloat is just a wrapper around host float/double, but we're getting there.) llvm-svn: 41747
-
- Sep 04, 2007
-
-
Devang Patel authored
llvm-svn: 41714
-
David Greene authored
Update generated files. llvm-svn: 41706
-
David Greene authored
Revert this because the interface hasn't been updated yet. llvm-svn: 41703
-
David Greene authored
Fix typo. llvm-svn: 41702
-
David Greene authored
Update GEP constructors to use an iterator interface to fix GLIBCXX_DEBUG issues. llvm-svn: 41697
-
- Aug 27, 2007
-
-
David Greene authored
Update InvokeInst to work like CallInst llvm-svn: 41506
-
- Aug 15, 2007
-
-
David Greene authored
Update .cvs file llvm-svn: 41106
-
- Aug 13, 2007
-
-
Reid Spencer authored
llvm-svn: 41039
-
- Aug 08, 2007
-
-
Reid Spencer authored
llvm-svn: 40945
-
Reid Spencer authored
llvm-svn: 40943
-
- Aug 07, 2007
-
-
David Greene authored
Make this code more efficient llvm-svn: 40899
-
- Aug 04, 2007
-
-
Chandler Carruth authored
llvm-svn: 40808
-