- Sep 20, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3847
-
Vikram S. Adve authored
llvm-svn: 3843
-
Vikram S. Adve authored
than #available regs, compute the sum excluding duplicates and if that is less than #regs, go ahead and coalesce. Add method IGNode::getCombinedDegree to count excluding duplicates. llvm-svn: 3842
-
Vikram S. Adve authored
llvm-svn: 3840
-
Vikram S. Adve authored
llvm-svn: 3839
-
Vikram S. Adve authored
Original logs for PreSelection.cpp: revision 1.2 date: 2002/09/17 23:50:32; author: lattner; state: Exp; lines: +1 -3 Don't put default parameter values into .cpp files, it breaks 3.x compilers revision 1.1 date: 2002/09/16 15:31:13; author: vadve; state: Exp; New preselection pass that specializes LLVM code for a target machine, while remaining in legal portable LLVM form and preserving type information and type safety. llvm-svn: 3838
-
- Sep 18, 2002
-
-
Chris Lattner authored
llvm-svn: 3799
-
- Sep 17, 2002
-
-
Chris Lattner authored
llvm-svn: 3777
-
- Sep 16, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3739
-
Vikram S. Adve authored
while remaining in legal portable LLVM form and preserving type information and type safety. llvm-svn: 3738
-
Vikram S. Adve authored
llvm-svn: 3737
-
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
-