Move get[S|U]LEB128Size() to LEB128.h.
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
2010-10-08 Anton KorobeynikovDo not check that the bodies of two defs of same linkon...
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-08-30 Chris Lattnertwo changes:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-06 Anton KorobeynikovFix a major regression on COFF targets introduced by...
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
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 Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
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-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris Lattneruse Mang->getSymbol() more.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-07 Chris Lattnertidy up
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-03-03 Bill WendlingRevert...
2010-03-02 Bill WendlingOkay. One last attempt:
2010-02-27 Bill WendlingThe TType is always absptr on Mach-O...at least for...
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...