summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-05
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Initial submission for the attribute group feature.Bill Wendling2013-02-06
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Removes unused field TheError from LLLexer.Manuel Klimek2011-12-21
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Refactor parsing of variable names (ie., %foo and @foo) since they have the sameNick Lewycky2011-06-04
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* no really, we don't need to copy strings around in the accessor.Chris Lattner2010-04-01
* rename lltok::Metadata -> lltok::exclaim. We name tokens Chris Lattner2009-12-30
* 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