index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
AsmParser
/
LLLexer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AsmParser] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-12
1
-2
/
+2
*
[ThinLTO] Parse module summary index from assembly
Teresa Johnson
2018-06-26
1
-0
/
+7
*
[ThinLTO] Print module summary index to assembly
Teresa Johnson
2018-05-26
1
-0
/
+2
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-1
/
+0
*
AsmParser: Don't crash if a null byte is inside a quoted string
David Majnemer
2014-12-10
1
-0
/
+1
*
These classes only need a StringRef, not a MemoryBuffer.
Rafael Espindola
2014-08-18
1
-2
/
+2
*
Delete unused method.
Rafael Espindola
2014-08-18
1
-2
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+1
*
AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
2014-04-05
1
-0
/
+4
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Initial submission for the attribute group feature.
Bill Wendling
2013-02-06
1
-0
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
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