aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Fix compilation for some targets other than x86.Argiris Kirtzidis2009-04-301-1/+0
* Make DebugLoc independent of DwarfWriter.Argiris Kirtzidis2009-04-301-0/+1
* Re-apply 68552.Rafael Espindola2009-04-081-4/+14
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-14/+4
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-4/+14
* Don't print global names twice with -asm-verbose.Evan Cheng2009-03-251-1/+1
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-2/+5
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-3/+6
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-0/+1
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Add the private linkage.Rafael Espindola2009-01-151-0/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-10/+2
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-2/+10
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-10/+2
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* Remove unncessary isDeclaration() checks.Devang Patel2008-10-061-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-2/+2
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-1/+1
* Implement function notes as function attributes. Devang Patel2008-09-261-1/+1
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-1/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-7/+1
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-1/+1
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-1/+1
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-231-1/+1
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-1/+1
* 80 column violation.Evan Cheng2008-09-201-4/+8
* If function notes say optimize for size, then adjust alignment.Devang Patel2008-09-041-0/+2
* Use additionnal include directory instead of ../ in #include.Cédric Venet2008-08-241-3/+3
* Make it compile on VC2005:Cédric Venet2008-08-171-3/+3
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+597