- Aug 11, 2009
-
-
Sean Callanan authored
tables. llvm-svn: 78721
-
Evan Cheng authored
llvm-svn: 78717
-
Daniel Dunbar authored
used to strip hard coded comments out of .td assembly strings. llvm-svn: 78716
-
Dan Gohman authored
llvm-svn: 78714
-
Owen Anderson authored
the latter is capable of representing either a primitive or an extended type. llvm-svn: 78713
-
Chris Lattner authored
LLVMTargetMachine ctor. It is currently unused. llvm-svn: 78711
-
Chris Lattner authored
no longer needs a targetmachine to initialize itself. llvm-svn: 78710
-
Chris Lattner authored
version. This allows TAI implementations to specify the directive to use based on the mode being codegen'd for. The real fix for this is to remove JumpTableDirective, but I don't feel like diving into the jumptable snarl just now. llvm-svn: 78709
-
Chris Lattner authored
the code based on this and make it fall through better. llvm-svn: 78708
-
Dan Gohman authored
llvm-svn: 78707
-
Dan Gohman authored
something else. llvm-svn: 78702
-
Jim Grosbach authored
llvm-svn: 78701
-
Daniel Dunbar authored
constant folding eliminated the GEP instruction. - clang was hitting this on its test suite (for x86_64, at least). llvm-svn: 78698
-
Daniel Dunbar authored
llvm-svn: 78697
-
Devang Patel authored
llvm-svn: 78696
-
Dan Gohman authored
llvm-svn: 78695
-
David Goodwin authored
llvm-svn: 78694
-
Chris Lattner authored
FindLineNumber much faster when in sequence. llvm-svn: 78693
-
Benjamin Kramer authored
llvm-svn: 78690
-
Daniel Dunbar authored
llvm-svn: 78689
-
David Goodwin authored
llvm-svn: 78687
-
Dan Gohman authored
llvm-svn: 78685
-
Jim Grosbach authored
llvm-svn: 78683
-
Dan Gohman authored
use them in CreatePtrDiff. llvm-svn: 78682
-
Chris Lattner authored
llvm-svn: 78680
-
Benjamin Kramer authored
llvm-svn: 78678
-
Dan Gohman authored
llvm-svn: 78677
-
Dan Gohman authored
other is a subclass of it is effectively handled by the prior tests. llvm-svn: 78676
-
Dan Gohman authored
llvm-svn: 78671
-
Dan Gohman authored
alignment. Only the minimum alignment guaranteed by the ABI may be assumed. llvm-svn: 78668
-
Dan Gohman authored
llvm-svn: 78667
-
Jim Grosbach authored
llvm-svn: 78666
-
Jim Grosbach authored
llvm-svn: 78665
-
Dan Gohman authored
llvm-svn: 78664
-
Dan Gohman authored
llvm-svn: 78663
-
Evan Cheng authored
llvm-svn: 78659
-
Evan Cheng authored
match base only address, i.e. [r] since Thumb2 requires a offset register field. For those, use [r + imm12] where the immediate is zero. Note the generated assembly code does not look any different after the patch. But the bug would have broken the JIT (if there is Thumb2 support) and it can break later passes which expect the address mode to be well-formed. llvm-svn: 78658
-
Evan Cheng authored
llvm-svn: 78657
-
Erick Tryzelaar authored
llvm-svn: 78656
-
Evan Cheng authored
llvm-svn: 78655
-