summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ATTAsmPrinter.h
Commit message (Expand)AuthorAge
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* Avoid unnecessary string construction during asm printing.Evan Cheng2008-07-08
* Temporary rever invalid commitAnton Korobeynikov2008-06-28
* Move printing of module-level GVs into dedicated helperAnton Korobeynikov2008-06-28
* Use common naming conventionAnton Korobeynikov2008-06-28
* Factor out stuff into helper functionAnton Korobeynikov2008-06-28
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-28
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-14
* Much improved pic jumptable codegen:Evan Cheng2007-11-09
* Fix for visibility warnings generated by gcc-4.2.Duncan Sands2007-10-30
* Long double patch 4 of N: initial x87 implementation.Dale Johannesen2007-08-05
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-23
* Say AT&T instead of Intel in the comments for AT&T support.Dan Gohman2007-06-25
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-05
* Implement getSectionForFunction, use it when printing function body.Chris Lattner2006-10-05
* Committing X86-64 support.Evan Cheng2006-09-08
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06
* I can't spell: Register, not Regsiter.Evan Cheng2006-04-28
* Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng2006-04-28
* Bare-bone X86 inline asm printer support.Evan Cheng2006-04-28
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* Enable Dwarf debugging info.Evan Cheng2006-03-07
* Added MMX, SSE1, and SSE2 vector instructions and some simple patterns.Evan Cheng2006-02-22
* x86 / Darwin PIC support.Evan Cheng2006-02-18
* Eliminate the printCallOperand method, using a 'call' modifier onChris Lattner2006-02-06
* - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*.Evan Cheng2006-01-31
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-30
* Add support for printing the sse scalar comparison instruction mnemonics.Nate Begeman2005-07-14
* Refactor X86AsmPrinter.cpp into multiple files. Patch contributedChris Lattner2005-07-01