aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* 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