Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Misha BrukmanThe Grammar Police was here.
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris Lattner.string adds an implicit zero at the end. This is...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-09-10 Chris LattnerOnly emit inter-field-padding if the amount of padding...
2003-09-09 Chris Lattner* Simplify printConstantValueOnly by moving the tail...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-11 Chris LattnerSort #includes, eliminate #include of "llvm/Type.h...
2003-08-11 Chris LattnerCygwin apparently works with %'s on registers!
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Brian GaekePrint % signs before register names; turn off "noprefix...
2003-08-04 Chris LattnerSimplify some constant expressions
2003-08-03 Chris LattnerRemove illegal, unsupported escapes. This fixes progra...
2003-08-03 Chris Lattner* Sort #includes, remove dupliates
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-24 Brian GaekeUse unified CWriter-X86/Printer name mangler. Do not...
2003-07-24 Brian GaekeIt doesn't appear that we need to #include these.
2003-07-24 Brian GaekeConstify most methods. We could have constified doIniti...
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.