aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move .literal4 and .literal8 support into AsmPrinter.cppEvan Cheng2006-06-291-6/+0
* Oops. Need to keep CP index.Evan Cheng2006-06-281-1/+1
* Darwin puts float and double literal constants into literal4 and literal8 sec...Evan Cheng2006-06-281-0/+6
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-251-4/+4
* Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner2006-05-091-0/+4
* Hooray, everyone now uses the same printBasicBlockLabel implementationNate Begeman2006-05-021-4/+0
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-1/+3
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+2
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-3/+2
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-071-1/+1
* Enable Dwarf debugging info.Evan Cheng2006-03-071-2/+36
* ConstantPoolIndex is now the displacement field of addressing mode.Evan Cheng2006-02-251-3/+4
* Use the shared asmprinter code for printing special llvm globalsChris Lattner2005-12-131-1/+0
* Add ELF and darwin support for static ctors and dtorsChris Lattner2005-12-131-0/+1
* Use HasDotTypeDotSizeDirective instead of forELFChris Lattner2005-11-211-2/+1
* 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-2/+2
* Switch to using the shared constant pool printer, along with using shorterChris Lattner2005-11-211-1/+0
* Start using the AsmPrinter shared SwitchSection code. This allows the X86Chris Lattner2005-11-211-11/+0
* Rename SwitchSection -> switchSection to avoid conflicting with a futureChris Lattner2005-11-211-2/+2
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-0/+5
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-011-0/+69