rename indbr -> indirectbr to appease the residents of #llvm.
[oota-llvm.git] / lib / AsmParser / LLParser.h
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-07-29 Devang PatelParse named metadata.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Owen AndersonUse LLVMContext for generating UndefValue constants...
2009-07-01 Owen AndersonTry again at converting the LLParser to use LLVMContext...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
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 ...