move ExtWeakSymbols to AsmPrinter
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Evan ChengAllow EmitConstantPool to be redefined by derived classes.
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerSplit SwitchSection into the SwitchTo{Text|Data}Section...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-02-24 Chris LattnerAdd a PrintAsmMemoryOperand method for printing addresses
2006-02-08 Chris LattnerAdd support for assembler directives that wrap inline asm
2006-02-06 Chris LattnerChange the prototype of PrintAsmOperand
2006-02-05 Chris Lattneradd a new method, getPreferredAlignmentLog.
2006-02-01 Chris Lattneradd a new PrintAsmOperand method, move some stuff aroun...
2006-01-27 Chris Lattneradd a method
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-11-21 Chris LattnerAdd a new flag
2005-11-21 Chris LattnerAdd some more directives
2005-11-21 Chris Lattneradd two more config directives, add method for printing...
2005-11-21 Chris LattnerMake the AsmPrinter keep track of the notion of a funct...
2005-11-21 Chris LattnerCapitalize methods for better consistency
2005-11-21 Chris LattnerAdd section switching to to common AsmPrinter code.
2005-11-21 Chris LattnerAdd a new option.
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-03 Duraid Madinaa wise man once said:
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-01-08 Chris LattnerAdjust prototype
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class