Move all the TLS processing logic into isel, don't do it in asmprinter at all.
[oota-llvm.git] / lib / AsmParser / LLParser.h
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-01-05 Chris LattnerReject PR3281:accepted03.ll with:
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...