- Aug 14, 2009
-
-
Devang Patel authored
llvm-svn: 79044
-
Devang Patel authored
llvm-svn: 79043
-
Ted Kremenek authored
llvm-svn: 79042
-
Ted Kremenek authored
'cast'. llvm-svn: 79041
-
Ted Kremenek authored
attaching to Objective-C methods (which mirrors GCC's behavior) and to allow the return type of the function to be an Objective-C pointer or Block pointer (which GCC also accepts). Along the way, add 'const' to some of the pointer arguments of various utility functions... llvm-svn: 79040
-
Evan Cheng authored
llvm-svn: 79039
-
Oscar Fuentes authored
llvm-svn: 79038
-
Eric Christopher authored
llvm-svn: 79037
-
Eric Christopher authored
llvm-svn: 79036
-
Fariborz Jahanian authored
call. llvm-svn: 79034
-
Anton Korobeynikov authored
libcall. Take advantage of this in the ARM backend to rectify broken choice of CC when hard float is in effect. PIC16 may want to see if it could be of use in MakePIC16Libcall, which works unchanged. Patch by Sandeep! llvm-svn: 79033
-
Evan Cheng authored
llvm-svn: 79032
-
Daniel Dunbar authored
- We now print all of 403.gcc cleanly (llvm-mc -> 'as' as diffed to 'as'), minus two 'rep;movsl' instructions (which I missed before). llvm-svn: 79031
-
Oscar Fuentes authored
llvm-svn: 79030
-
Bruno Cardoso Lopes authored
llvm-svn: 79029
-
Owen Anderson authored
llvm-svn: 79027
-
Evan Cheng authored
llvm-svn: 79026
-
Daniel Dunbar authored
symbol as the symbol name itself, not the expression it was defined to. These have different semantics due to the quirky .set behavior (which absolutizes an expression that would otherwise be treated as a relocation). llvm-svn: 79025
-
Anton Korobeynikov authored
llvm-svn: 79024
-
Argyrios Kyrtzidis authored
In order for the changes in r78424 to work properly, cast_retty<X,Y> should return an object instead of a reference, and it's not clear that this approach has real advantages. llvm-svn: 79023
-
Evan Cheng authored
llvm-svn: 79022
-
Anton Korobeynikov authored
llvm-svn: 79019
-
Daniel Dunbar authored
llvm-svn: 79017
-
Chris Lattner authored
llvm-svn: 79016
-
Anton Korobeynikov authored
llvm-svn: 79015
-
Evan Cheng authored
llvm-svn: 79014
-
Anders Carlsson authored
llvm-svn: 79013
-
Anton Korobeynikov authored
llvm-svn: 79012
-
-
Daniel Dunbar authored
llvm-svn: 79010
-
Anton Korobeynikov authored
llvm-svn: 79009
-
Fariborz Jahanian authored
implement NSCopying protocol in GC mode. llvm-svn: 79008
-
Owen Anderson authored
as well as the StringRef change. llvm-svn: 79006
-
Ted Kremenek authored
llvm-svn: 79005
-
Oscar Fuentes authored
It doesn't stop or reconfigure the build, though, so the user will see a broken build that magically succeeds at the next attempt. It is technically possible to halt the build with a helpful message, and even to automatically restart the build using the new dependencies as it we did when llvm-config was used by cmake for learning dependencies. This is left on the TODO list. llvm-svn: 79004
-
Daniel Dunbar authored
llvm-svn: 79003
-
Erick Tryzelaar authored
llvm-svn: 78997
-
Oscar Fuentes authored
way we ensure that tablegenned files exist before they are #include'd by the LLVM Target sublibraries. Required for parallel builds. llvm-svn: 78996
-
Bob Wilson authored
implemented so far) are recognized during legalization, it is easy to fall back to the default expansion for other shuffles. llvm-svn: 78995
-
Bob Wilson authored
scalar_to_vector. Generate these VDUP nodes during legalization instead of trying to recognize the pattern during selection. llvm-svn: 78994
-