aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86IntelAsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-041-1/+1
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-2/+2
* De-virtualize SwitchSection.Jeff Cohen2006-05-021-1/+0
* De-virtualize EmitZeroes.Jeff Cohen2006-05-021-1/+0
* Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen2006-05-021-0/+2
* Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen2006-05-021-3/+5
* Remove %'s from register names when in intel mode.Chris Lattner2006-05-011-2/+1
* I can't spell: Register, not Regsiter.Evan Cheng2006-04-281-1/+1
* Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng2006-04-281-0/+1
* Bare-bone X86 inline asm printer support.Evan Cheng2006-04-281-1/+5
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-4/+1
* Enable Dwarf debugging info.Evan Cheng2006-03-071-1/+1
* Added MMX, SSE1, and SSE2 vector instructions and some simple patterns.Evan Cheng2006-02-221-0/+4
* x86 / Darwin PIC support.Evan Cheng2006-02-181-0/+1
* Eliminate the printCallOperand method, using a 'call' modifier onChris Lattner2006-02-061-7/+4
* - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*.Evan Cheng2006-01-311-2/+2
* Fix a typo in my latest changeNate Begeman2005-11-301-2/+2
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-16/+29
* Add support for printing the sse scalar comparison instruction mnemonics.Nate Begeman2005-07-141-0/+1
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-011-0/+81