summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't globalize internal functionsChris Lattner2005-12-161-1/+2
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-2/+1
* Use HasDotTypeDotSizeDirective instead of forELFChris Lattner2005-11-211-2/+2
* Use subtarget information computed by X86Subtarget instead of rolling our own.Chris Lattner2005-11-211-1/+1
* Add a forELF flag, allowing the removal of forCygwin and simplification ofChris Lattner2005-11-211-1/+1
* Switch to using the shared constant pool printer, along with using shorterChris Lattner2005-11-211-2/+2
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-211-2/+2
* Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwinChris Lattner2005-11-211-3/+5
* convert the rest of this over to use SwitchSectionChris Lattner2005-11-211-1/+1
* Naturally align doubles in the constant pool, set PrivateGlobalPrefix onChris Lattner2005-11-211-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Add support for printing the sse scalar comparison instruction mnemonics.Nate Begeman2005-07-141-0/+16
* Check in the last of the darwin-specific code necessary to get shootoutNate Begeman2005-07-121-11/+11
* Add a noteChris Lattner2005-07-121-1/+1
* Commit some pending darwin changes before subtarget support.Nate Begeman2005-07-121-1/+2
* Output .size directives to tell the assembler the size of each function.Chris Lattner2005-07-111-0/+1
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-0/+37
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-011-0/+171
OpenPOWER on IntegriCloud