aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* refactor symbol printing so the whole "mem" thing is handled in fewer places.Chris Lattner2009-07-131-0/+1
* make cygwin use its own stubs set, instead of overloading a darwin one.Chris Lattner2009-07-091-1/+1
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-3/+2
* Add 256-bit memory operand support.David Greene2009-06-301-0/+6
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-271-4/+4
* reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...Chris Lattner2009-06-241-0/+2
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-2/+1
* inline print*Stub and rearrange function stub printing to more closely matchChris Lattner2009-06-241-3/+0
* remove now-dead argument.Chris Lattner2009-06-241-1/+1
* remove dead argumentChris Lattner2009-06-241-1/+1
* wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.Chris Lattner2009-06-241-0/+7
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-201-1/+3
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-5/+3
* Initialize MMIDevang Patel2009-06-201-0/+1
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-2/+50
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-2/+1
* Add some scaffolding for a new experimental asmprinterChris Lattner2009-06-191-0/+4
* remove extraneous const qualifierChris Lattner2009-06-151-1/+1
* More MSVC fixes -- class/struct conflicts.Bill Wendling2009-05-121-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+2
* Second attempt:Bill Wendling2009-04-291-3/+3
* Properly print 'P' modifier on inline asm memory operands.Anton Korobeynikov2009-04-281-2/+2
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-3/+3
* Re-apply 68552.Rafael Espindola2009-04-081-1/+9
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-9/+1
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-1/+9
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-5/+4
* Record debug location information in the Dwarf writer.Bill Wendling2009-02-061-0/+1
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-3/+3
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-1/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-4/+0
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+1
* Make it compile on VC2005:Cedric Venet2008-08-171-3/+3
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+158