summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* delete X86IntelAsmPrinter! Now -x86-asm-syntax just switchesChris Lattner2009-09-201-161/+0
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-131-10/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* Added opaque 32-, 48-, and 80-bit memory operand types to the X86Sean Callanan2009-09-031-0/+4
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-0/+2
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-1/+1
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-1/+1
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-3/+2
* Add 256-bit memory operand support.David Greene2009-06-301-0/+8
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-201-0/+3
* 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
OpenPOWER on IntegriCloud