aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+11
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-11/+1
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-1/+11
* 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-3/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* 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/+2
* 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/+145