- Oct 10, 2007
-
-
Hartmut Kaiser authored
llvm-svn: 42835
-
Ted Kremenek authored
Implemented ImutAVLTree::isEqual. llvm-svn: 42833
-
Chris Lattner authored
illegal. Thanks to gabor for pointing this out! llvm-svn: 42832
-
Ted Kremenek authored
llvm-svn: 42825
-
Duncan Sands authored
llvm-svn: 42824
-
Bill Wendling authored
llvm-svn: 42823
-
Dale Johannesen authored
Surprisingly complicated. Adds getTargetNode for 2 outputs, no inputs (missing). llvm-svn: 42822
-
Evan Cheng authored
llvm-svn: 42821
-
Evan Cheng authored
Fix an extremely stupid bug that prevented first round of coalescing (physical registers only) from happening. llvm-svn: 42820
-
- Oct 09, 2007
-
-
Ted Kremenek authored
ADT/DenseSet.h ADT/ImmutableMap.h ADT/ImmutableSet.h llvm-svn: 42816
-
Chris Lattner authored
llvm-svn: 42815
-
Devang Patel authored
llvm-svn: 42814
-
Ted Kremenek authored
implemented on top of a functional AVL tree. The AVL balancing code is inspired by the OCaml implementation of Map, which also uses a functional AVL tree. Documentation is currently limited and cleanups are planned, but this code compiles and has been tested. llvm-svn: 42813
-
Devang Patel authored
Do not walk invalid iterator. llvm-svn: 42812
-
Devang Patel authored
llvm-svn: 42806
-
Dan Gohman authored
llvm-svn: 42805
-
Chris Lattner authored
llvm-svn: 42789
-
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
-
Evan Cheng authored
llvm-svn: 42775
-
Evan Cheng authored
llvm-svn: 42774
-
- Oct 08, 2007
-
-
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
-
Dan Gohman authored
instead of four. llvm-svn: 42765
-
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
-