index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
LLLexer.h
Age
Commit message (
Expand
)
Author
2013-02-06
Initial submission for the attribute group feature.
Bill Wendling
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2011-12-21
Removes unused field TheError from LLLexer.
Manuel Klimek
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-04
Refactor parsing of variable names (ie., %foo and @foo) since they have the same
Nick Lewycky
2010-09-27
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-04-01
no really, we don't need to copy strings around in the accessor.
Chris Lattner
2009-12-30
rename lltok::Metadata -> lltok::exclaim. We name tokens
Chris Lattner
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-29
Parse named metadata.
Devang Patel
2009-07-07
Use LLVMContext in the LLLexer.
Owen Anderson
2009-07-02
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-02
Alphabetized #includes.
Misha Brukman
2009-01-02
Down with trailing whitespace!
Misha Brukman
2009-01-02
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2008-03-25
Add explicit keywords.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-18
Replace the original flex lexer with a hand writen one. This
Chris Lattner