aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
AgeCommit message (Expand)Author
2009-12-03Add ParseInlineMetadata() which can parses metadata that refers to an instruc...Victor Hernandez
2009-11-05Use WeakVH while storing metadata in containers.Devang Patel
2009-10-28full asmparser support for blockaddress. We can now do:Chris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-09-29Parse custom metadata attached with an instruction.Devang Patel
2009-09-28Do not use global typedef for MDKindID.Devang Patel
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-17Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions.Devang Patel
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-12Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman
2009-07-29Parse named metadata.Devang Patel
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-20Refactor metadata parsing routines into separate functions.Devang Patel
2009-07-08Support MDNode forward reference.Devang Patel
2009-07-07Use LLVMContext in the LLLexer.Owen Anderson
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner
2009-07-02Use LLVMContext for generating UndefValue constants too!Owen Anderson
2009-07-01Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson
2009-07-01--- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling
2009-07-01Convert LLParser to use LLVMContext for creating constants.Owen Anderson
2009-07-01Support stand alone metadata syntax.Devang Patel
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-03-09Fix two classes of bugs. First:Chris Lattner
2009-01-05Reject PR3281:accepted03.ll with:Chris Lattner
2009-01-05Fix PR3281:crash08.ll with this diagnostic:Chris Lattner
2009-01-05reject PR3281:crash07.ll with:Chris Lattner
2009-01-04Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner
2009-01-02Down with trailing whitespace!Misha Brukman
2009-01-02minor cleanups and comment improvements.Chris Lattner
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner