[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
[oota-llvm.git] / lib / AsmParser / LLLexer.h
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2011-12-21 Manuel KlimekRemoves unused field TheError from LLLexer.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-04 Nick LewyckyRefactor parsing of variable names (ie., %foo and ...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-04-01 Chris Lattnerno really, we don't need to copy strings around in...
2009-12-30 Chris Lattnerrename lltok::Metadata -> lltok::exclaim. We name...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-29 Devang PatelParse named metadata.
2009-07-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-02 Misha BrukmanAlphabetized #includes.
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-03-25 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...