summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.h
Commit message (Expand)AuthorAge
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Parse named metadata.Devang Patel2009-07-29
* 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
* Fix internal representation of fp80 to be theDale Johannesen2009-03-23
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Alphabetized #includes.Misha Brukman2009-01-02
* Down with trailing whitespace!Misha Brukman2009-01-02
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Add explicit keywords.Dan Gohman2008-03-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-18