- Nov 02, 2006
-
-
Evan Cheng authored
llvm-svn: 31364
-
Evan Cheng authored
llvm-svn: 31360
-
- May 12, 2006
-
-
Evan Cheng authored
llvm-svn: 28229
-
- May 04, 2006
-
-
Chris Lattner authored
llvm-svn: 28102
-
- Apr 20, 2006
-
-
Chris Lattner authored
llvm-svn: 27900
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21452
-
Misha Brukman authored
llvm-svn: 21422
-
- Jan 19, 2005
-
-
Chris Lattner authored
Add default impl of commuteInstruction Add notes about ugly V9 code. llvm-svn: 19684
-
- Jul 27, 2004
-
-
Brian Gaeke authored
only user. llvm-svn: 15294
-
- Feb 29, 2004
-
-
Chris Lattner authored
llvm-svn: 11987
-
- Jan 15, 2004
-
-
Brian Gaeke authored
llvm-svn: 10879
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Jun 27, 2003
-
-
Brian Gaeke authored
SingleSource except oopack and Oscar. (Sorry, Oscar.) include/llvm/Target/TargetInstrInfo.h: Remove virtual print method. Add accessors for ImplicitUses/Defs. lib/Target/TargetInstrInfo.cpp: Remove virtual print method. If you really wanted this, just use MI->print(O, TM); instead... lib/Target/X86: FloatingPoint.cpp: ...like this. X86InstrInfo.h: Remove virtual print method. Define the PrintImplUses target-specific flag bit. X86InstrInfo.def: Add the PrintImplUses flag to all the instructions which implicitly use CL, because the assembler needs to see the CL in order to generate the right instruction. Printer.cpp: Ditch fnIndex at Chris's request. Now we use CurrentFnName to name constants in the constant pool for each function instead. This avoids keeping state between runOnMachineFunction() invocations, which is a no-no. Having MangledGlobals be global is a bogon I'd like to get rid of too, but making it a static member of Printer causes link errors (why???). Make NumberForBB into a member of Printer instead of a global, too. Make printOp and printMemReference into methods of Printer. X86InstrInfo::print is now Printer::printMachineInstruction, because TargetInstrInfo::print is history. (Because of this, we have to qualify the names of some TargetInstrInfo methods we call.) Print out the ImplicitUses field of any instruction we print that has the PrintImplUses bit set. llvm-svn: 6924
-
- Jan 14, 2003
-
-
Chris Lattner authored
llvm-svn: 5272
-
- Jan 13, 2003
-
-
Chris Lattner authored
llvm-svn: 5221
-
- Nov 18, 2002
-
-
Chris Lattner authored
llvm-svn: 4736
-
- Nov 17, 2002
-
-
Chris Lattner authored
llvm-svn: 4727
-
- Oct 29, 2002
-
-
Chris Lattner authored
llvm-svn: 4391
-
Chris Lattner authored
llvm-svn: 4372
-
Chris Lattner authored
llvm-svn: 4368
-