summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doh.Evan Cheng2006-06-281-1/+1
* Oops. Need to keep CP index.Evan Cheng2006-06-281-16/+15
* Darwin puts float and double literal constants into literal4 and literal8 sec...Evan Cheng2006-06-281-0/+52
* Be consistent with gcc.Evan Cheng2006-06-041-1/+1
* Minor bug caught by Ashwin ChandraEvan Cheng2006-05-261-1/+1
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-251-13/+17
* Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner2006-05-091-2/+4
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-7/+8
* Fix some loose ends in MASM support.Jeff Cohen2006-05-061-0/+3
* Print *some* grouping around inline asm blocks so we know where they are.Chris Lattner2006-05-051-1/+2
* Make Intel syntax the default when LLVM is built with VC++.Jeff Cohen2006-05-041-1/+6
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-2/+2
* Hooray, everyone now uses the same printBasicBlockLabel implementationNate Begeman2006-05-021-12/+0
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-5/+9
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+9
* Change interface to DwarfWriter.Jim Laskey2006-03-231-4/+4
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-5/+5
* Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey2006-03-071-1/+1
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-071-5/+14
* Enable Dwarf debugging info.Evan Cheng2006-03-071-0/+6
* "." isn't enough to get a private label on linux, use ".L".Chris Lattner2006-02-231-0/+1
* PIC related bug fixes.Evan Cheng2006-02-231-2/+2
* Use .zerofill on x86/darwin.Evan Cheng2006-02-151-15/+22
* Darwin doesn't support #APP/#NO_APPChris Lattner2006-02-081-0/+1
* Fixed a local common symbol bug.Evan Cheng2006-02-071-11/+17
* For ELF, .comm takes alignment value as the optional 3rd argument. It must beEvan Cheng2006-02-071-1/+3
* Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete.Evan Cheng2006-02-071-75/+55
* Use getPreferredAlignmentLog.Chris Lattner2006-02-051-1/+1
* 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
OpenPOWER on IntegriCloud