- Nov 17, 2009
-
-
Bob Wilson authored
folding optimizations. llvm-svn: 89109
-
Johnny Chen authored
distinguish between them and the more generic instructions (add, mov, and ldr). llvm-svn: 89108
-
Fariborz Jahanian authored
llvm-svn: 89107
-
Anders Carlsson authored
llvm-svn: 89106
-
Bob Wilson authored
It was too difficult to keep the heuristics for merging and duplication consistent. llvm-svn: 89105
-
Douglas Gregor authored
llvm-svn: 89104
-
Douglas Gregor authored
placeholder arguments for Objective-C message sends. llvm-svn: 89103
-
Douglas Gregor authored
llvm-svn: 89102
-
Ken Dyck authored
suffixes. This corrects the suffixes for the limit constants of the 32-bit types on MSP430 and PIC16, and the 64-bit types on PPC64, SystemZ, X86_64. llvm-svn: 89101
-
Nuno Lopes authored
llvm-svn: 89100
-
Nuno Lopes authored
llvm-svn: 89099
-
Nuno Lopes authored
llvm-svn: 89098
-
Benjamin Kramer authored
hurt the intention of the test. llvm-svn: 89096
-
Ken Dyck authored
requires that their arguments be decimal, hex, octal constants---no signs allowed---making the parens unnecessary. llvm-svn: 89095
-
Jay Foad authored
llvm-svn: 89093
-
Benjamin Kramer authored
llvm-svn: 89092
-
Duncan Sands authored
2. Allow SCCIterator to work with inverse graphs. 3. Fix an incorrect comment in GraphTraits.h (the type in the comment was given as GraphType* when it is actually const GraphType &). Patch by Patrick Alexander Simmons. llvm-svn: 89091
-
John McCall authored
lookup all in a night. llvm-svn: 89089
-
Daniel Dunbar authored
llvm-svn: 89088
-
Duncan Sands authored
programs that depend on native shared libraries. Patch by Timo Lindfors. llvm-svn: 89087
-
Daniel Dunbar authored
llvm-svn: 89086
-
Daniel Dunbar authored
llvm-svn: 89085
-
Daniel Dunbar authored
llvm-svn: 89084
-
Daniel Dunbar authored
not .s output. llvm-svn: 89083
-
Evan Cheng authored
llvm-svn: 89082
-
Evan Cheng authored
llvm-svn: 89081
-
Daniel Dunbar authored
llvm-svn: 89080
-
John McCall authored
llvm-svn: 89079
-
Daniel Dunbar authored
llvm-svn: 89078
-
Daniel Dunbar authored
- I plan on fixing/workarounding this, but until then I'd like the bots to stay green. llvm-svn: 89077
-
Evan Cheng authored
llvm-svn: 89076
-
Nick Lewycky authored
llvm-svn: 89075
-
Daniel Dunbar authored
llvm-svn: 89074
-
Daniel Dunbar authored
in the driver. llvm-svn: 89073
-
Daniel Dunbar authored
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. llvm-svn: 89072
-
Zhongxing Xu authored
block. llvm-svn: 89071
-
Daniel Dunbar authored
llvm-svn: 89070
-
Daniel Dunbar authored
llvm-svn: 89069
-
John McCall authored
llvm-svn: 89068
-
Duncan Sands authored
as the isSigned bool to CreateIntCast by having this resolve to a call to a private method, rather than by using a gcc attribute. llvm-svn: 89067
-