Workaround the breakage in r100616 by guarding all timers with
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
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...