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