aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Initial submission for the attribute group feature.Bill Wendling2013-02-061-0/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Removes unused field TheError from LLLexer.Manuel Klimek2011-12-211-1/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-2/+2
* Refactor parsing of variable names (ie., %foo and @foo) since they have the sameNick Lewycky2011-06-041-0/+3
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-2/+2
* no really, we don't need to copy strings around in the accessor.Chris Lattner2010-04-011-1/+1
* rename lltok::Metadata -> lltok::exclaim. We name tokens Chris Lattner2009-12-301-1/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Parse named metadata.Devang Patel2009-07-291-0/+1
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-071-1/+4
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-4/+6
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-3/+3
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-0/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* Alphabetized #includes.Misha Brukman2009-01-021-3/+2
* Down with trailing whitespace!Misha Brukman2009-01-021-5/+5
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-17/+46
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-181-0/+57