aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86IntelAsmPrinter.h
AgeCommit message (Expand)Author
2006-05-04Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner
2006-05-04Remove a bunch more SparcV9 specific stuffChris Lattner
2006-05-02De-virtualize SwitchSection.Jeff Cohen
2006-05-02De-virtualize EmitZeroes.Jeff Cohen
2006-05-02Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen
2006-05-02Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen
2006-05-01Remove %'s from register names when in intel mode.Chris Lattner
2006-04-28I can't spell: Register, not Regsiter.Evan Cheng
2006-04-28Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng
2006-04-28Bare-bone X86 inline asm printer support.Evan Cheng
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2006-03-07Enable Dwarf debugging info.Evan Cheng
2006-02-22Added MMX, SSE1, and SSE2 vector instructions and some simple patterns.Evan Cheng
2006-02-18x86 / Darwin PIC support.Evan Cheng
2006-02-06Eliminate the printCallOperand method, using a 'call' modifier onChris Lattner
2006-01-31- Allow XMM load (for scalar use) to be folded into ANDP* and XORP*.Evan Cheng
2005-11-30Fix a typo in my latest changeNate Begeman
2005-11-30No longer track value types for asm printer operands, and remove them asNate Begeman
2005-07-14Add support for printing the sse scalar comparison instruction mnemonics.Nate Begeman
2005-07-01Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner