- Mar 12, 2009
-
-
Daniel Dunbar authored
understands. llvm-svn: 66769
-
Zhongxing Xu authored
llvm-svn: 66768
-
Daniel Dunbar authored
- Use OPT_ prefix for ids. - Reference groups and aliases by shortend id (on the theory that this is more readable). - Rename the special option ids to more protected names. llvm-svn: 66767
-
Nick Lewycky authored
llvm-svn: 66766
-
Nick Lewycky authored
Remove the explicit if OS = Darwin test around the setting of -m32/-m64. llvm-svn: 66765
-
Daniel Dunbar authored
-fblocks, and there were some duplicate options scattered in. llvm-svn: 66764
-
Sanjiv Gupta authored
llvm-svn: 66763
-
Daniel Dunbar authored
- Mike, please verify. llvm-svn: 66762
-
Sanjiv Gupta authored
Banksel optimization is now based on the section names of symbols, since the symbols in one section will always be put into one bank. llvm-svn: 66761
-
Zhongxing Xu authored
llvm-svn: 66760
-
Daniel Dunbar authored
llvm-svn: 66759
-
Daniel Dunbar authored
argument matching some Option::ID. llvm-svn: 66758
-
Daniel Dunbar authored
identifier; we will want to use the latter in situations where we just want to check for a match, but not load options unnecessarily. llvm-svn: 66757
-
Daniel Dunbar authored
(will be used to emit "command line argument unused" diagnostics). llvm-svn: 66756
-
Dale Johannesen authored
llvm-svn: 66751
-
Daniel Dunbar authored
llvm-svn: 66750
-
Dale Johannesen authored
from a switch table. Multiple table entries that branch to the same place were being sorted by the pointer value of the ConstantInt*; changed to sort by the actual value of the ConstantInt. llvm-svn: 66749
-
Evan Cheng authored
llvm-svn: 66746
-
Douglas Gregor authored
llvm-svn: 66742
-
Douglas Gregor authored
should fix the largest problem in <rdar://problem/6669847>. llvm-svn: 66741
-
Douglas Gregor authored
class members to the corresponding in-class declaration. Diagnose the erroneous use of 'static' on out-of-line definitions of class members. llvm-svn: 66740
-
Ted Kremenek authored
llvm-svn: 66739
-
Chris Lattner authored
llvm-svn: 66738
-
Daniel Dunbar authored
clang as the preprocessor even when it should. llvm-svn: 66737
-
Gabor Greif authored
llvm-svn: 66736
-
Dan Gohman authored
assembly text output uses an indirect call ("call *") instead of a direct call. llvm-svn: 66735
-
Douglas Gregor authored
Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. llvm-svn: 66734
-
- Mar 11, 2009
-
-
Gabor Greif authored
llvm-svn: 66733
-
Chris Lattner authored
llvm-svn: 66732
-
Rafael Espindola authored
llvm-svn: 66725
-
Owen Anderson authored
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change. llvm-svn: 66720
-
Bill Wendling authored
floating point instructions that are explicitly specified by the user. llvm-svn: 66719
-
Dale Johannesen authored
allocations. Apparently the assumption is there is an instruction (terminator?) following the allocation so I am allowing the same assumption. llvm-svn: 66716
-
Evan Cheng authored
My last coalescer fix introduced a subtler one. It's aborting a commuting optimization too late and left the live intervals to be out of sync with instructions. This fixes 8b10b. llvm-svn: 66715
-
Daniel Dunbar authored
- This is an ABI incompatiblity, but this is not likely to be a huge deal in practice. For now we at least generate self consistent code instead of crashing. - <rdar://problem/6657601> x86-32 ABI: Bitfields in small structures are not passed correctly llvm-svn: 66713
-
Ted Kremenek authored
TypedViewRegion has a valid rvalue type. Also renamed instance variable 'T' to 'LvalueType' to make it unambiguous of its purpose. This fixes some crashes I was seeing after: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090309/013771.html This is because 'isBoundable()' is defined in TypedRegion (the parent class) in terms of the rvalue type (which could be null), while for TypedViewRegion it should be defined in terms of the lvalue type. llvm-svn: 66712
-
Fariborz Jahanian authored
llvm-svn: 66710
-
Dale Johannesen authored
for a dependency, not terminate the search. llvm-svn: 66709
-
Anton Korobeynikov authored
llvm-svn: 66708
-
Fariborz Jahanian authored
Work in progress. llvm-svn: 66707
-