Large mechanical patch.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTAsmPrinter.cpp
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...