Rename SwitchSection -> switchSection to avoid conflicting with a future
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-07-23 Brian GaekeAdd, rewrite, and/or reformat many comments.
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-11 Brian GaekeIf we have a constant pointer reference to a function...
2003-07-11 Brian GaekeFix some serious floating-point bugs (fixes test cases...
2003-07-07 Brian GaekeInsert workaround for GAS bug in assembling FLD/FSTP...
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-26 Brian GaekeNumber constants from constant pool as CPIf_i where...
2003-06-25 Brian GaekeIntegrate the C writer's name mangler.
2003-06-25 Brian GaekeFirst draft of X86 LLC backend. This should be OK for...
2003-06-19 Brian GaekeFix output bug: Intel asm comment character is #, not ;.
2003-06-19 Brian GaekeAdd Initialization and Finalization methods for the...
2003-05-27 Vikram S. AdveRenamed opIsDef to opIsDefOnly.
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Implement rudimentary output of the constant pool
2002-12-28 Chris Lattner* Convert to a MachineFunctionPass
2002-12-25 Chris LattnerAdd printer support for Pseudo instructions
2002-12-23 Chris LattnerAdd support for the bswap instruction
2002-12-15 Chris LattnerGive passes nice names!
2002-12-15 Chris LattnerUse MachineOperand::isFoo methods instead of our own...
2002-12-13 Chris LattnerPrint X86 PHI nodes in a sane manner
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerRename MemArg* to Arg*
2002-12-05 Brian GaekeTarget/X86/Printer.cpp: Add sizePtr function, and use...
2002-12-04 Chris LattnerFix bogus assertion failures
2002-12-04 Chris LattnerAvoid bad assertion
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-03 Chris LattnerSplit the machine code emitter completely out of the...
2002-12-02 Chris LattnerRemove comment
2002-12-01 Chris LattnerAdd rawfrm flags
2002-11-21 Chris LattnerHandle cmp Reg, 0 correctly
2002-11-21 Chris LattnerFix off by one bug
2002-11-21 Chris LattnerMinor code cleanups
2002-11-21 Chris LattnerImplement printing of store instructions
2002-11-21 Chris LattnerThe big change here is to handle printing/emission...
2002-11-21 Chris LattnerAdd printing support for /0 /1 type instructions
2002-11-21 Chris LattnerSupport Registers of the form (B8+ rd) for example
2002-11-21 Chris LattnerImplement printing more, implement opcode output more
2002-11-21 Chris LattnerPrint another class of instructions correctly, giving...
2002-11-20 Misha BrukmanCheck not only for MO_VirtualRegister, but MO_MachineRe...
2002-11-18 Chris LattnerStart trying to print instructions more correctly....
2002-11-17 Chris LattnerArrange to have a TargetMachine available in X86InstrIn...
2002-11-17 Chris LattnerReorganize printing interface a bit
2002-11-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-28 Chris LattnerInitial stab at MachineInstr'ication
2002-10-25 Chris LattnerInitial checkin of X86 backend.