summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the shared asmprinter code for printing special llvm globalsChris Lattner2005-12-131-37/+5
* Add ELF and darwin support for static ctors and dtorsChris Lattner2005-12-131-0/+39
* Use HasDotTypeDotSizeDirective instead of forELFChris Lattner2005-11-211-13/+6
* Remove a level of indentation by using a continue.Chris Lattner2005-11-211-55/+55
* Use subtarget information computed by X86Subtarget instead of rolling our own.Chris Lattner2005-11-211-27/+20
* Add a forELF flag, allowing the removal of forCygwin and simplification ofChris Lattner2005-11-211-3/+8
* simplify and genericize this codeChris Lattner2005-11-211-55/+69
* prune #includeChris Lattner2005-11-211-1/+0
* Switch to using the shared constant pool printer, along with using shorterChris Lattner2005-11-211-26/+1
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-211-5/+5
* convert the rest of this over to use SwitchSectionChris Lattner2005-11-211-5/+2
* Start using the AsmPrinter shared SwitchSection code. This allows the X86Chris Lattner2005-11-211-7/+3
* Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner2005-11-211-4/+4
* Naturally align doubles in the constant pool, set PrivateGlobalPrefix onChris Lattner2005-11-211-6/+15
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-8/+8
* A couple more darwinismsNate Begeman2005-07-161-2/+5
* Commit some pending darwin changes before subtarget support.Nate Begeman2005-07-121-10/+11
* Fix crazy indentationChris Lattner2005-07-111-75/+73
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-6/+53
* The statistic needs to be in the correct namespace.Nate Begeman2005-07-011-1/+2
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-011-557/+89
* Make the x86 asm printer darwin-aware. This mostly entails doing the sameNate Begeman2005-06-301-12/+15
* Fixed indentation.John Criswell2005-06-201-3/+3
* * Remove trailing whitespaceMisha Brukman2005-04-211-12/+12
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Patch to make assembly output compatible with mingw compilation (identicalReid Spencer2005-03-081-2/+3
* Support Cygwin assembly generation. The cygwin version of Gnu ASsemblerReid Spencer2005-01-231-11/+37
* Print a load of a null pointer (in intel mode) like this:Chris Lattner2005-01-121-1/+1
* Print a load of a null pointer like this:Chris Lattner2005-01-121-1/+1
* Adjust to changes in asmwriter filenamesChris Lattner2004-12-161-2/+2
* GhostLinkage should not reach asm printing stageMisha Brukman2004-11-141-0/+3
* Don't print unneeded labelsChris Lattner2004-11-131-5/+7
* Give the asmprinter the ability to print memrefs with a constant pool index,Chris Lattner2004-10-171-26/+41
* Give the X86 asm printer the ability to print out addressing modes that haveChris Lattner2004-10-151-25/+53
* * Prune #includesChris Lattner2004-10-041-101/+27
* Add support for emitting AT&T style .s files, and make it the default. UsersChris Lattner2004-10-041-128/+307
* Add support for the -x86-asm-syntax flag, which can be used to choose betweenChris Lattner2004-10-031-11/+26
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Rename varChris Lattner2004-08-181-2/+2
* Start using alignment output routines from AsmPrinter.Chris Lattner2004-08-171-10/+8
* Use the AsmPrinter emitGlobalConstant.Chris Lattner2004-08-171-137/+0
* Start using the AsmPrinter to emit our first class constants. This alsoChris Lattner2004-08-161-109/+11
* Remove a dead methodChris Lattner2004-08-111-32/+0
* Finally, the entire instruction asmprinter is now generated from tblgen, woo!Chris Lattner2004-08-111-296/+8
* Add asmprintergen support for the last X86 instruction that needs it: pcrelat...Chris Lattner2004-08-111-0/+7
* Move hacks upChris Lattner2004-08-111-32/+30
* Convert asmprinter to new style of instruction printerChris Lattner2004-08-111-1/+17
* Stop using getValues().Alkis Evlogimenos2004-08-041-7/+5
* Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are nowChris Lattner2004-08-011-79/+1
OpenPOWER on IntegriCloud