land David Blaikie's patch to de-constify Type, with a few tweaks.
[oota-llvm.git] / include / llvm / CodeGen / TargetLoweringObjectFileImpl.h
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2010-08-30 Chris Lattnernuke dead ivar which was supposed to be committed with...
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...