Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-01 Owen AndersonAdd a version of AsmPrinter::EOL that takes a const...
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-05 Evan ChengUnbreak teh build.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-24 Jim LaskeyUse asm printer to emit alignment
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