- Oct 28, 2002
-
-
Chris Lattner authored
llvm-svn: 4348
-
Chris Lattner authored
- Inline methods that are mostly a single line anyway - Eliminate several methods that were never called - Group methods a bit more consistently llvm-svn: 4329
-
Chris Lattner authored
llvm-svn: 4327
-
- Oct 23, 2002
-
-
Chris Lattner authored
overhead: Merge 3 parallel vectors into 1, change regsUsed hash_set to be a bitvector. Sped up LLC a little less than 10% in a debug build! llvm-svn: 4261
-
- Sep 20, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3843
-
- Sep 16, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3737
-
- 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
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3075
-
- Jul 10, 2002
-
-
Vikram S. Adve authored
Represent previous bools and these ones with flags in a single byte per operand. llvm-svn: 2860
-
- Jul 09, 2002
-
-
Vikram S. Adve authored
An (explicit or implicit) operand may now be both a def and a use. Also add a set of regs used by each instruction. dump() no longer takes an optional argument, which doesn't work in gdb. llvm-svn: 2821
-
- Apr 25, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2311
-
- Apr 09, 2002
-
-
Chris Lattner authored
llvm-svn: 2177
-
- Mar 18, 2002
-
-
Vikram S. Adve authored
Also use distinct names for the three types of SetMachineOperand to avoid painful overloading problems and errors. llvm-svn: 1904
-
- Feb 03, 2002
-
-
Chris Lattner authored
* Remove MachineCodeFor(Method|VMInstr) code to their own .cpp files llvm-svn: 1649
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Dec 04, 2001
-
-
Chris Lattner authored
Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
-
- Nov 15, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 1325
-
Vikram S. Adve authored
llvm-svn: 1318
-
- Nov 14, 2001
-
-
Ruchira Sasanka authored
a star after it - only for debugging llvm-svn: 1309
-
- Nov 13, 2001
-
-
Vikram S. Adve authored
value from size *before* subtracting size from offset! llvm-svn: 1283
-
- Nov 12, 2001
-
-
Vikram S. Adve authored
llvm-svn: 1263
-
Vikram S. Adve authored
llvm-svn: 1261
-
- Nov 11, 2001
-
-
Vikram S. Adve authored
computing size of extra outgoing args. llvm-svn: 1256
-
- Nov 08, 2001
-
-
Vikram S. Adve authored
llvm-svn: 1185
-
- Nov 05, 2001
-
-
Vikram S. Adve authored
llvm-svn: 1137
-
- Oct 22, 2001
-
-
Vikram S. Adve authored
llvm-svn: 947
-
- Oct 19, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 912
-
- Oct 18, 2001
-
-
Vikram S. Adve authored
Needs to be bottom up because constant values may be forward-substituted to their uses (i.e., into the parent in the BURG tree). 2. Move most of the constant-fixup code into machine-indepedent file InstrSelectionSupport.cpp. llvm-svn: 859
-
- Oct 10, 2001
-
-
Vikram S. Adve authored
llvm-svn: 717
-
- Oct 01, 2001
-
-
Chris Lattner authored
Eliminate old style casts from value.h llvm-svn: 696
-
Vikram S. Adve authored
llvm-svn: 679
-
- Sep 18, 2001
-
-
Vikram S. Adve authored
llvm-svn: 613
-
- Sep 15, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 591
-
- Sep 12, 2001
-
-
Chris Lattner authored
llvm-svn: 550
-
- Sep 10, 2001
-
-
Chris Lattner authored
Fix a bug I introduced (assertion failed: Unknown operand type), and convert to predicate style for type checks llvm-svn: 531
-
Chris Lattner authored
llvm-svn: 524
-
Chris Lattner authored
llvm-svn: 520
-
- Sep 09, 2001
-
-
Chris Lattner authored
llvm-svn: 511
-
- Sep 07, 2001
-
-
Chris Lattner authored
System headers should be last llvm-svn: 475
-