- Oct 09, 2007
-
-
Dan Gohman authored
llvm-svn: 42788
-
Dan Gohman authored
llvm-svn: 42787
-
Dan Gohman authored
llvm-svn: 42786
-
Dan Gohman authored
llvm-svn: 42785
-
Dan Gohman authored
instead of four. llvm-svn: 42784
-
Evan Cheng authored
llvm-svn: 42783
-
Chris Lattner authored
calling the traits implementation of isEqual. llvm-svn: 42782
-
Chris Lattner authored
llvm-svn: 42781
-
Bruno Cardoso Lopes authored
llvm-svn: 42780
-
Bruno Cardoso Lopes authored
- Added a function to hold the stack location where GP must be stored during LowerCALL - AsmPrinter now emits directives based on relocation type - PIC_ set to default relocation type (same as GCC) llvm-svn: 42779
-
Bruno Cardoso Lopes authored
- Modified instruction format to handle pseudo instructions - Added LoadAddr SDNode to load symbols. llvm-svn: 42778
-
Steve Naroff authored
Remove 2 protocol related actions from MinimalActions (protocols shouldn't be recognized as types). llvm-svn: 42777
-
Fariborz Jahanian authored
Protocols are now sorted and made unique in the list. Enhanced pretty printer for @interface (So, I can see the protocol list). llvm-svn: 42776
-
Evan Cheng authored
llvm-svn: 42775
-
Evan Cheng authored
llvm-svn: 42774
-
- Oct 08, 2007
-
-
Steve Naroff authored
Removed unused instance variable from FieldDecl. llvm-svn: 42773
-
Chris Lattner authored
likewise block and param. Reorder the layout of the Decl kind enum so that the inheritance tree is reflected in the ordering. This allows trivial range comparisons to determine whether something is an instance of some abstract class, making classof faster. llvm-svn: 42772
-
Chris Lattner authored
llvm-svn: 42771
-
Chris Lattner authored
llvm-svn: 42770
-
Dan Gohman authored
for consistency. llvm-svn: 42769
-
Dan Gohman authored
default of IntrWriteMem, to at least indicate that it doesn't "capture" the argument pointer. llvm-svn: 42768
-
Steve Naroff authored
Convert Selector Maps/Sets to use stronger typing (now that we have DenseMapInfo in IdentifierTable.h). llvm-svn: 42767
-
Devang Patel authored
llvm-svn: 42766
-
Dan Gohman authored
instead of four. llvm-svn: 42765
-
Fariborz Jahanian authored
(minimal printing), Derive ObjcClassDecl from Decl. Ted may want to take note of the change I made to CFGRecStmtDeclVisitor.h llvm-svn: 42764
-
Chris Lattner authored
Joshua Haberman! llvm-svn: 42763
-
Dan Gohman authored
use ISD::{S,U}DIVREM and ISD::{S,U}MUL_HIO. Move the lowering code associated with these operators into target-independent in LegalizeDAG.cpp and TargetLowering.cpp. llvm-svn: 42762
-
Evan Cheng authored
llvm-svn: 42761
-
Gordon Henriksen authored
llvm-svn: 42760
-
Dan Gohman authored
Check if one of the two results unneeded so see if a simpler operator could bs used. Also check to see if each of the two computations could be simplified if they were split into separate operators. Factor out the code that calls visit() so that it can be used for this purpose. llvm-svn: 42759
-
Evan Cheng authored
llvm-svn: 42758
-
Evan Cheng authored
llvm-svn: 42757
-
Fariborz Jahanian authored
ObjcProtocolDecl is now derived from ScopedDecl. ObjcForwardProtocolDecl from Decl. ObjcImplementationDecl fom NamedDecl. llvm-svn: 42756
-
Dan Gohman authored
target-indepenent lowering, don't use them on PowerPC. llvm-svn: 42755
-
Fariborz Jahanian authored
llvm-svn: 42754
-
Dan Gohman authored
and individual SDOperand operands. llvm-svn: 42753
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
Dan Gohman authored
llvm-svn: 42751
-
Dan Gohman authored
llvm-svn: 42750
-
Dan Gohman authored
optimization passes. llvm-svn: 42749
-