summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAge
...
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Parse custom metadata attached with an instruction.Devang Patel2009-09-29
* Do not use global typedef for MDKindID.Devang Patel2009-09-28
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions.Devang Patel2009-09-17
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* Parse named metadata.Devang Patel2009-07-29
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-20
* Support MDNode forward reference.Devang Patel2009-07-08
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-07
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-02
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Use LLVMContext for generating UndefValue constants too!Owen Anderson2009-07-02
* Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson2009-07-01
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-01
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-01
* Support stand alone metadata syntax.Devang Patel2009-07-01
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Fix two classes of bugs. First:Chris Lattner2009-03-09
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-05
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-05
* reject PR3281:crash07.ll with:Chris Lattner2009-01-05
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-04
* Down with trailing whitespace!Misha Brukman2009-01-02
* minor cleanups and comment improvements.Chris Lattner2009-01-02
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02