- Nov 18, 2002
-
-
Chris Lattner authored
llvm-svn: 4737
-
- Nov 17, 2002
-
-
Chris Lattner authored
llvm-svn: 4719
-
- Oct 30, 2002
-
-
Chris Lattner authored
llvm-svn: 4447
-
Chris Lattner authored
llvm-svn: 4446
-
Chris Lattner authored
llvm-svn: 4438
-
Chris Lattner authored
llvm-svn: 4435
-
Chris Lattner authored
llvm-svn: 4426
-
- Oct 29, 2002
-
-
Vikram S. Adve authored
instead record them as extra operands in the operands[] vector. Also, move CallArgsDescriptor into this class instead of making it an annotation on the machine instruction. llvm-svn: 4399
-
Chris Lattner authored
MachineInstr.cpp llvm-svn: 4392
-
Chris Lattner authored
llvm-svn: 4389
-
- Oct 28, 2002
-
-
Chris Lattner authored
llvm-svn: 4359
-
Chris Lattner authored
llvm-svn: 4358
-
Chris Lattner authored
llvm-svn: 4357
-
Chris Lattner authored
by MachineInstr. * Add a bunch of new methods to allow incremental addition of operands to the machine instr instance. llvm-svn: 4356
-
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
-