Rename SwitchSection -> switchSection to avoid conflicting with a future
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerNaturally align doubles in the constant pool, set Priva...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-16 Nate BegemanA couple more darwinisms
2005-07-12 Nate BegemanCommit some pending darwin changes before subtarget...
2005-07-11 Chris LattnerFix crazy indentation
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-01 Nate BegemanThe statistic needs to be in the correct namespace.
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...
2005-06-30 Nate BegemanMake the x86 asm printer darwin-aware. This mostly...
2005-06-20 John CriswellFixed indentation.
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-01-23 Reid SpencerSupport Cygwin assembly generation. The cygwin version...
2005-01-12 Chris LattnerPrint a load of a null pointer (in intel mode) like...
2005-01-12 Chris LattnerPrint a load of a null pointer like this:
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-11-14 Misha BrukmanGhostLinkage should not reach asm printing stage
2004-11-13 Chris LattnerDon't print unneeded labels
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerUse the AsmPrinter emitGlobalConstant.
2004-08-16 Chris LattnerStart using the AsmPrinter to emit our first class...
2004-08-11 Chris LattnerRemove a dead method
2004-08-11 Chris LattnerFinally, the entire instruction asmprinter is now gener...
2004-08-11 Chris LattnerAdd asmprintergen support for the last X86 instruction...
2004-08-11 Chris LattnerMove hacks up
2004-08-11 Chris LattnerConvert asmprinter to new style of instruction printer
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-01 Chris LattnerGet rid of 3 of the 4 'printimplicit' flags. Implicit...
2004-08-01 Chris LattnerHandle registers a bit more efficiently
2004-08-01 Chris LattnerThe tblgen'erated asmparser wants a way to print operands.
2004-08-01 Chris LattnerRename the Printer class -> X86AsmPrinter.
2004-07-26 Misha BrukmanFix indentation: should be 2 spaces.
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-07-18 Reid Spencerbug 122:
2004-06-29 Misha BrukmanFix associativity of parameters to assert(): now it...
2004-06-29 Misha BrukmanConvert tabs to spaces.
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
2004-04-13 Chris LattnerAdd support for the printImplicitDefsBefore flag
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics...
2004-03-31 Chris LattnerAdd support for FP cmoves
2004-03-11 Misha BrukmanFix compilation on Sparc: assert(0) => abort()
2004-03-09 Alkis EvlogimenosCheck if printing of implicit uses is required for...
2004-03-09 Alkis EvlogimenosUse newly added API to emit bytes for instructions...
2004-03-01 Misha BrukmanDoxygenify some comments.
2004-02-29 Alkis EvlogimenosA big X86 instruction rename. The instructions are...
2004-02-28 Alkis EvlogimenosFloating point loads/stores act on memory operands...
2004-02-28 Alkis EvlogimenosEach instruction now has both an ImmType and a MemType...
2004-02-27 Alkis EvlogimenosRename MRMS[0-7]{r,m} to MRM[0-7]{r,m}.
2004-02-23 Chris LattnerWork around a gas bug. Print '-9223372036854775808...
2004-02-17 Chris LattnerExpand the repertoire of the forms we can print and...
2004-02-17 Chris LattnerRename MOVi[mr] instructions to MOV[rm]i
2004-02-17 Chris LattnerRename the IMULri* instructions to IMULrri, as they...
2004-02-15 Alkis EvlogimenosMake dense maps keyed on physical registers smallerusing
2004-02-14 Chris Lattnerfinegrainify namespacification, fix 80col prob
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Chris Lattners/getOpCode/getOpcode
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-04 Alkis EvlogimenosIMULri* instructions do not require their first two...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-01 Chris Lattnergeneralize the instruction types permitted a bit
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-04 Chris LattnerFix problems in previous changes. This fixes several...
2003-11-03 Chris LattnerSignificantly simplify constant emission by unifying...
2003-11-03 Chris LattnerIncorporate printSingleConstantValue into its single...
2003-11-03 Chris Lattner* Reformat some code
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...
next