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
/
TableGen
/
Main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Centralize/Unify error handling.
Davide Italiano
2016-12-05
1
-23
/
+21
*
[TableGen] Include header for each cpp file first. NFC
Craig Topper
2015-05-26
1
-1
/
+1
*
[TableGen] Remove unneeded namespace around a function. Just put llvm:: on th...
Craig Topper
2015-05-26
1
-5
/
+1
*
[TableGen] Use 'static' instead of an anonymous namespace.
Craig Topper
2015-05-26
1
-18
/
+16
*
Use range-based for loops. NFC
Craig Topper
2014-12-11
1
-5
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-10
/
+10
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-2
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-3
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-1
/
+1
*
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
1
-2
/
+5
*
tblgen: Diagnose duplicate includes.
Sean Silva
2013-02-07
1
-4
/
+4
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-49
/
+39
*
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
2012-10-09
1
-2
/
+2
*
tblgen: Move dependency file output to a separate function.
Sean Silva
2012-10-09
1
-21
/
+31
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
1
-20
/
+1
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
1
-0
/
+19
*
Fix 80 columns.
Michael J. Spencer
2012-06-01
1
-3
/
+6
*
Revert r141079: tblgen: add preprocessor as a separate mode
Che-Liang Chiou
2011-10-08
1
-23
/
+0
*
tblgen: add preprocessor as a separate mode
Che-Liang Chiou
2011-10-04
1
-0
/
+23
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-0
/
+124