- Jan 06, 2007
-
-
Chris Lattner authored
llvm-svn: 32946
-
Chris Lattner authored
llvm-svn: 32945
-
Evan Cheng authored
llvm-svn: 32941
-
Evan Cheng authored
llvm-svn: 32940
-
- Jan 05, 2007
-
-
Devang Patel authored
2) Rename AnalysisResolver_New as AnalysisResolver llvm-svn: 32938
-
Reid Spencer authored
llvm-svn: 32934
-
Reid Spencer authored
Disallow merging of dupliate global variables. It is now illegal to declare or define two global variables of the same name and same type. llvm-gcc3 is dead in 2.0 and llvm-gcc4 doesn't have that problem nor need the hack. llvm-svn: 32933
-
Evan Cheng authored
or'ing in the sign bit of operand 1. - Tweaking: rather than left shift the sign bit, fp_extend operand 1 first before taking its sign bit if its type is smaller than that of operand 0. llvm-svn: 32932
-
Evan Cheng authored
before or'ing in the sign bit of operand 1. llvm-svn: 32930
-
Evan Cheng authored
llvm-svn: 32929
-
Devang Patel authored
llvm-svn: 32928
-
Devang Patel authored
llvm-svn: 32927
-
Reid Spencer authored
llvm-svn: 32905
-
Reid Spencer authored
1. The @ sign is no longer necessary. 2. We now support "function attributes" as parameter attribute 0. 3. Instead of locating the return type attributes after the type of a function result, they are now located after the function header's closing paranthesis and before any alignment or section options. 4. The way has been prepared for a new "noreturn" function attribute but there is no support for recognizing it in the lexer nor doing anything with it if it does get set. 5. The FunctionType::getParamAttrsText method now has support for returning multiple attributes. This required a change in its interface. I'm unhappy that this change leads to 6 new shift/reduce conflicts, but in each case bison's decision to choose the shift is correct so there shouldn't be any damage from these conflicts. llvm-svn: 32904
-
Evan Cheng authored
llvm-svn: 32902
-
Evan Cheng authored
llvm-svn: 32900
-
Chris Lattner authored
undef operands. llvm-svn: 32899
-
Chris Lattner authored
llvm-svn: 32893
-
Chris Lattner authored
llvm-svn: 32890
-
Evan Cheng authored
llvm-svn: 32888
-
- Jan 04, 2007
-
-
Chris Lattner authored
the recent signless changes. llvm-svn: 32884
-
Evan Cheng authored
do so. llvm-svn: 32881
-
Lauro Ramos Venancio authored
llvm-svn: 32870
-
Reid Spencer authored
llvm-svn: 32866
-
Reid Spencer authored
llvm-svn: 32865
-
Reid Spencer authored
llvm-svn: 32862
-
Reid Spencer authored
not prepared to handle them yet. llvm-svn: 32861
-
Chris Lattner authored
const and remove the ugly mutator methods. llvm-svn: 32860
-
Chris Lattner authored
llvm-svn: 32859
-
Chris Lattner authored
llvm-svn: 32858
-
Chris Lattner authored
llvm-svn: 32857
-
Chris Lattner authored
llvm-svn: 32856
-
Reid Spencer authored
llvm-svn: 32853
-
Reid Spencer authored
Make an error message a little more useful. llvm-svn: 32852
-
- Jan 03, 2007
-
-
Bill Wendling authored
one should. llvm-svn: 32845
-
Chris Lattner authored
llvm-svn: 32842
-
Chris Lattner authored
llvm-svn: 32841
-
Reid Spencer authored
llvm-svn: 32840
-
Reid Spencer authored
llvm-svn: 32839
-
Reid Spencer authored
that we default to an ANY_EXTEND if no parameter attribute is set on the result value of a function. llvm-svn: 32836
-