summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-985/+0
* GeneralizeAnton Korobeynikov2008-08-081-4/+2
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-14/+3
* Fix indentation.Evan Cheng2008-08-081-8/+8
* Switch ARM to new section handling stuffAnton Korobeynikov2008-08-071-2/+1
* Emit debug info for data-only files. This versionDale Johannesen2008-07-091-7/+8
* Remove #include <iostream>.Dan Gohman2008-07-091-2/+0
* Honour text sectionsAnton Korobeynikov2008-07-091-1/+2
* Use isWeakForLinker() hookAnton Korobeynikov2008-07-091-6/+2
* Switch to new section name handling facilityAnton Korobeynikov2008-07-091-101/+9
* Fix thinkoAnton Korobeynikov2008-07-091-0/+5
* Back out 53254. It broke ppc debug info codegen.Evan Cheng2008-07-091-9/+9
* Make debug info come out in data-only files.Dale Johannesen2008-07-081-9/+9
* Unbreak C++ tests on x86 Darwin.Evan Cheng2008-07-081-2/+1
* Avoid unnecessary string construction during asm printing.Evan Cheng2008-07-081-12/+26
* ATT asm printer just print register AsmName's instead of calling tolower on e...Evan Cheng2008-07-071-5/+2
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-1/+1
* std::ostream and std::string microoptimizations for asm printing.Dan Gohman2008-06-301-53/+53
* UnbreakAnton Korobeynikov2008-06-281-2/+2
* Temporary rever invalid commitAnton Korobeynikov2008-06-281-5/+7
* Move printing of module-level GVs into dedicated helperAnton Korobeynikov2008-06-281-197/+198
* Use common naming conventionAnton Korobeynikov2008-06-281-2/+2
* Factor out stuff into helper functionAnton Korobeynikov2008-06-281-33/+37
* CleanupAnton Korobeynikov2008-06-281-6/+3
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-281-5/+428
* whitespace cleanupAnton Korobeynikov2008-06-281-24/+24
* add support for PIC on linux x86-64Rafael Espindola2008-06-091-12/+16
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-191-3/+3
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+2
* Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ...Anton Korobeynikov2008-05-041-2/+2
* Handle the situation in 2008-01-25-EmptyFunction.llDale Johannesen2008-04-081-10/+11
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-2/+3
* Smaller function alignment when optimizing for size.Evan Cheng2008-03-251-3/+4
* Another comments fixingAnton Korobeynikov2008-03-221-1/+2
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-4/+2
* Get rid of a pseudo instruction and replace it with subreg based operation on...Christopher Lamb2008-03-131-8/+0
* Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137Anton Korobeynikov2008-03-111-2/+8
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-18/+7
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-2/+2
* Me not like duplicated comments.Evan Cheng2008-02-191-4/+4
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-3/+3
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-1/+0
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-261-2/+12
* Remove Darwin'ismAnton Korobeynikov2008-01-201-4/+1
* Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng2008-01-051-9/+8
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-1/+1
OpenPOWER on IntegriCloud