Rename PaddedSize to AllocSize, in the hope that this
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTAsmPrinter.cpp
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-23 Dan GohmanAdd support for printing MO_ExternalSymbol operands in
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-14 Dan GohmanUse %rip-relative addressing on x86-64 whenever practic...
2009-03-12 Evan ChengRe-apply 66024 with fixes: 1. Fixed indirect call to...
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-23 Chris Lattnerhopefully address PR3379 by making the P modifier work...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-07 Dan GohmanFlush the raw_ostream after emitting the assembly for...
2008-10-06 Devang PatelRemove unncessary isDeclaration() checks.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-20 Evan ChengNo need to print function stubs for Mac OS X 10.5 and...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-04 Devang PatelIf function notes say optimize for size, then adjust...
2008-08-24 Cedric VenetUse additionnal include directory instead of ../ in...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...