aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ATTAsmPrinter.h
AgeCommit message (Expand)Author
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2008-07-08Avoid unnecessary string construction during asm printing.Evan Cheng
2008-06-28Temporary rever invalid commitAnton Korobeynikov
2008-06-28Move printing of module-level GVs into dedicated helperAnton Korobeynikov
2008-06-28Use common naming conventionAnton Korobeynikov
2008-06-28Factor out stuff into helper functionAnton Korobeynikov
2008-06-28Remove X86SharedAsmPrinterAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-14Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov
2007-11-09Much improved pic jumptable codegen:Evan Cheng
2007-10-30Fix for visibility warnings generated by gcc-4.2.Duncan Sands
2007-08-05Long double patch 4 of N: initial x87 implementation.Dale Johannesen
2007-07-23Delete the svn:executable property on these files, which aren't executable.Dan Gohman
2007-06-25Say AT&T instead of Intel in the comments for AT&T support.Dan Gohman
2006-12-05- Switch X86-64 JIT to large code size model.Evan Cheng
2006-10-05Implement getSectionForFunction, use it when printing function body.Chris Lattner
2006-09-08Committing X86-64 support.Evan Cheng
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
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-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