aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-3/+3
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-1/+2
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-201-0/+2
* Support MDNode forward reference.Devang Patel2009-07-081-0/+2
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-071-1/+1
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-2/+2
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-1/+1
* Use LLVMContext for generating UndefValue constants too!Owen Anderson2009-07-021-0/+2
* Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson2009-07-011-2/+4
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-011-5/+2
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-2/+5
* Support stand alone metadata syntax.Devang Patel2009-07-011-1/+3
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-1/+1
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+3
* Fix two classes of bugs. First:Chris Lattner2009-03-091-3/+3
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-051-1/+1
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-051-1/+2
* reject PR3281:crash07.ll with:Chris Lattner2009-01-051-1/+1
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-041-2/+2
* Down with trailing whitespace!Misha Brukman2009-01-021-30/+30
* minor cleanups and comment improvements.Chris Lattner2009-01-021-3/+9
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-0/+266