summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* delete X86IntelAsmPrinter! Now -x86-asm-syntax just switchesChris Lattner2009-09-201-649/+0
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-1/+0
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-131-2/+7
* make intel asmprinter use TRI::getAsmName instead of TRI::getName likeChris Lattner2009-09-131-12/+20
* reduce indentation with early exit.Chris Lattner2009-09-131-45/+45
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-3/+4
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-0/+2
* remove extraneous hack.Chris Lattner2009-09-031-2/+0
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-2/+2
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-8/+8
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-4/+5
* remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...Chris Lattner2009-08-181-4/+2
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-1/+1
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-1/+1
* Use PadToColumn instead of tabs.Dan Gohman2009-08-121-1/+2
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-6/+6
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-7/+7
* Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman2009-08-051-2/+0
* eliminate textual section switching from intel asm printer. Chris Lattner2009-08-031-15/+15
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-1/+2
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-61/+58
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+1
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-6/+5
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-5/+6
* eliminate extra space.Torok Edwin2009-07-141-4/+4
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-6/+5
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+5
* move handling of dllimport linkage in isel, not in asmprinter.Chris Lattner2009-07-091-8/+10
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-4/+1
* remove dead code, the main codepath never has to dealChris Lattner2009-06-201-5/+0
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-201-4/+36
* Misc tweaks to Intel asm printing to make it more compatible with MASM. Eli Friedman2009-06-191-8/+8
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Fix compilation for some targets other than x86.Argyrios Kyrtzidis2009-04-301-1/+0
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-0/+1
* Re-apply 68552.Rafael Espindola2009-04-081-4/+14
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-14/+4
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-4/+14
* Don't print global names twice with -asm-verbose.Evan Cheng2009-03-251-1/+1
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-2/+5
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-3/+6
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-0/+1
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Add the private linkage.Rafael Espindola2009-01-151-0/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
OpenPOWER on IntegriCloud