- Sep 16, 2002
-
-
Vikram S. Adve authored
base address of the relevant region (instead of assuming that each region is maximally aligned). llvm-svn: 3736
-
Vikram S. Adve authored
introduced by InstrSelection. llvm-svn: 3735
-
Vikram S. Adve authored
llvm-svn: 3734
-
- Sep 15, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3726
-
Chris Lattner authored
here. llvm-svn: 3725
-
Vikram S. Adve authored
debug output. llvm-svn: 3724
-
Vikram S. Adve authored
llvm-svn: 3723
-
Vikram S. Adve authored
llvm-svn: 3722
-
- Sep 14, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3718
-
- Sep 12, 2002
-
-
Chris Lattner authored
llvm-svn: 3694
-
- Sep 11, 2002
-
-
Chris Lattner authored
indexes for sequential types. llvm-svn: 3681
-
- Sep 08, 2002
-
-
Chris Lattner authored
erroneously report them as leaks llvm-svn: 3624
-
Chris Lattner authored
subject to memory leak checking. llvm-svn: 3623
-
- Sep 03, 2002
-
-
Chris Lattner authored
- Added new method Type::isIntegral() that is the same as isInteger, but also accepts bool. llvm-svn: 3574
-
- Aug 28, 2002
-
-
Anand Shukla authored
llvm-svn: 3519
-
Anand Shukla authored
llvm-svn: 3518
-
Anand Shukla authored
llvm-svn: 3517
-
- Aug 24, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3501
-
Vikram S. Adve authored
whether FoldGetElemNodes should be called. This is machine-independent but was in the Sparc directory. This is in a new function: GetMemInstArgs. llvm-svn: 3500
-
- Aug 23, 2002
-
-
Anand Shukla authored
llvm-svn: 3491
-
Chris Lattner authored
llvm-svn: 3487
-
- Aug 22, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3444
-
- Aug 15, 2002
-
-
Vikram S. Adve authored
but is instead implemented with XOR. Note that the InstrForest opLabels for Not and BNot remain the same, i.e., the XOR is recognized and represented as a (boolean or bitwise) Not when building the instruction trees. But these tree nodes are now binary, not unary. llvm-svn: 3343
-
- Aug 14, 2002
-
-
Vikram S. Adve authored
one Value with another one in all operands and implicit references of the machine instruction. llvm-svn: 3306
-
- Aug 09, 2002
-
-
Chris Lattner authored
* Removed extraneous #includes * Fixed file headers to be consistent with the rest of LLVM * Other minor fixes llvm-svn: 3278
-
Chris Lattner authored
* Fixed file headers to be consistent with the rest of LLVM * Other minor fixes llvm-svn: 3277
-
Chris Lattner authored
llvm-svn: 3275
-
Chris Lattner authored
llvm-svn: 3271
-
- Aug 08, 2002
-
-
Chris Lattner authored
- Cleaned up the interface to AnalysisUsage to take analysis class names instead of ::ID's. - Pass::getAnalysis<> now no longer takes an optional argument llvm-svn: 3265
-
Chris Lattner authored
instead of ::ID's. - Pass::getAnalysis<> now no longer takes an optional argument llvm-svn: 3264
-
- Aug 04, 2002
-
-
Vikram S. Adve authored
Fix 2 bugs in FoldGetElemChain so index vector is not modified when no GEPs are folded in, and so a hasLeadingZero is computed only for the last folded GEP, not the one after that if any. llvm-svn: 3244
-
- Jul 30, 2002
-
-
Chris Lattner authored
is platform independant afterall. * Object orientize the functions, cleanup code a bit. Instead of static global functions, the helpers for instruction selection are now part of the InstructionSelection Pass class. llvm-svn: 3147
-
Chris Lattner authored
llvm-svn: 3143
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3094
-
Mehwish Nagda authored
llvm-svn: 3090
-
Chris Lattner authored
llvm-svn: 3075
-
- Jul 24, 2002
-
-
Chris Lattner authored
llvm-svn: 3058
-
Chris Lattner authored
llvm-svn: 3057
-
Chris Lattner authored
llvm-svn: 3056
-
- Jul 23, 2002
-
-
Mehwish Nagda authored
llvm-svn: 2993
-