- Aug 22, 2009
-
-
Chris Lattner authored
llvm-svn: 79778
-
Chris Lattner authored
llvm-svn: 79777
-
Fariborz Jahanian authored
selector name is for a @selector expression. llvm-svn: 79776
-
Chris Lattner authored
llvm-svn: 79774
-
Chris Lattner authored
llvm-svn: 79773
-
Tanya Lattner authored
llvm-svn: 79772
-
Tanya Lattner authored
llvm-svn: 79771
-
Chris Lattner authored
directories and rename them. llvm-svn: 79768
-
Chris Lattner authored
llvm-svn: 79767
-
Bill Wendling authored
llvm-svn: 79766
-
Bill Wendling authored
llvm-svn: 79765
-
Chris Lattner authored
llvm-svn: 79764
-
Chris Lattner authored
llvm-svn: 79763
-
Bill Wendling authored
llvm-svn: 79762
-
Bill Wendling authored
llvm-svn: 79760
-
Bill Wendling authored
llvm-svn: 79759
-
Bill Wendling authored
llvm-svn: 79758
-
Fariborz Jahanian authored
llvm-svn: 79757
-
Bill Wendling authored
llvm-svn: 79756
-
Bill Wendling authored
llvm-svn: 79755
-
Bill Wendling authored
llvm-svn: 79754
-
Bill Wendling authored
llvm-svn: 79753
-
Bill Wendling authored
llvm-svn: 79752
-
Bill Wendling authored
llvm-svn: 79751
-
Bill Wendling authored
llvm-svn: 79750
-
Bill Wendling authored
llvm-svn: 79749
-
Bill Wendling authored
llvm-svn: 79748
-
Bill Wendling authored
llvm-svn: 79747
-
Chris Lattner authored
llvm-svn: 79746
-
Fariborz Jahanian authored
-Wmost group (too noisy). Placed warning on parameter type misatch between methods in sub and super class under -Wsuper-class-method-mismatch (also too noisy). llvm-svn: 79745
-
Chris Lattner authored
llvm-svn: 79744
-
Chris Lattner authored
avoid emitting a warning on "someptr > 0". This is obviously questionable (they could use != instead) but is reasonable, and the warning "ordered comparison between pointer and integer" didn't make a ton of sense because 0 is a valid null pointer constant. Just silence the warning in this case, it is unlikely to indicate a bug. llvm-svn: 79743
-
Devang Patel authored
llvm-svn: 79742
-
Anton Korobeynikov authored
- Prefer short-imm instructions over ext-imm, when possible - Prefer Z10 instructions over Z9, when possible This hopefully should fix some dejagnu test fails on solaris llvm-svn: 79741
-
Daniel Dunbar authored
- Honor .globl. - Set symbol type and section correctly ('nm' now works), and order symbols appropriately. - Take care to the string table so that the .o matches 'as' exactly (for ease of testing). llvm-svn: 79740
-
Daniel Dunbar authored
- The only .s syntax this honors right now is emitting labels, and some parts of the symbol table generation are wrong or faked. - This is enough to get nm to report such symbols... incorrectly, but still. Also, fixed byte emission to extend the previous fragment if possible. llvm-svn: 79739
-
Daniel Dunbar authored
llvm-svn: 79738
-
Daniel Dunbar authored
llvm-svn: 79737
-
Daniel Dunbar authored
converted to Python ints if possible. llvm-svn: 79736
-
Daniel Dunbar authored
class, and kill off MCSectionData::FileOffset. llvm-svn: 79735
-