summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.h
AgeCommit message (Expand)Author
2015-04-11Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer
2014-12-10AsmParser: Don't crash if a null byte is inside a quoted stringDavid Majnemer
2014-08-18These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola
2014-08-18Delete unused method.Rafael Espindola
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-27IR: Add COMDATs to the IRDavid Majnemer
2014-04-05AsmParser: add a warning for compatibility parsingSaleem Abdulrasool
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2013-02-06Initial submission for the attribute group feature.Bill Wendling
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2011-12-21Removes unused field TheError from LLLexer.Manuel Klimek
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-04Refactor parsing of variable names (ie., %foo and @foo) since they have the sameNick Lewycky
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-04-01no really, we don't need to copy strings around in the accessor.Chris Lattner
2009-12-30rename lltok::Metadata -> lltok::exclaim. We name tokens Chris Lattner
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-29Parse named metadata.Devang Patel
2009-07-07Use LLVMContext in the LLLexer.Owen Anderson
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner
2009-03-23Fix internal representation of fp80 to be theDale Johannesen
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-02Alphabetized #includes.Misha Brukman
2009-01-02Down with trailing whitespace!Misha Brukman
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-03-25Add explicit keywords.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner