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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
TableGen: Change { } to only accept bits<n> entries when n == 1.
Pete Cooper
2014-08-07
1
-1
/
+4
*
Allow binary and for tblgen math.
Joerg Sonnenberger
2014-08-05
4
-2
/
+9
*
Don't fail tablegen immediately after failing to set a value.
Pete Cooper
2014-07-31
1
-1
/
+4
*
Add a better error message when failing to assign one tablegen value to another
Pete Cooper
2014-07-31
1
-1
/
+8
*
[TableGen] Allow shift operators to take bits<n>
Adam Nemet
2014-07-17
1
-2
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
This only needs a StringRef.
Rafael Espindola
2014-07-06
2
-11
/
+11
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
2
-3
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
2
-6
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
2
-8
/
+6
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-8
/
+2
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
2
-0
/
+324
*
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
*
Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
2014-06-10
2
-7
/
+9
*
Anonymous definitions in foreach blocks triggered a 'def already exists'
Artyom Skrobov
2014-06-10
1
-2
/
+7
*
Fix typos in tablegen error messages
Matt Arsenault
2014-05-31
1
-3
/
+3
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+1
*
Use a vector of unique_ptrs to fix a memory leak introduced in r208179.
Daniel Sanders
2014-05-08
1
-2
/
+2
*
[tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
2014-05-07
4
-2
/
+36
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-7
/
+7
*
[C++11] Make use of 'nullptr' in TableGen library.
Craig Topper
2014-04-09
3
-282
/
+275
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
2
-22
/
+22
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
2
-17
/
+0
*
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
*
Fix odd indentation.
Craig Topper
2014-02-27
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
*
[TableGen] Correctly generate implicit anonymous prototype defs in multiclasses
Hal Finkel
2014-01-02
1
-5
/
+42
*
[TableGen] Use the same anonymous name as the prefix on all multiclass defs
Hal Finkel
2014-01-02
2
-2
/
+2
*
TableGen: Generate valid identifiers for anonymous records
Alp Toker
2013-12-21
2
-9
/
+11
*
Fix most memory leaks in tablegen.
Rafael Espindola
2013-10-31
1
-11
/
+20
*
Add an error check for a typo I accidentally made in a td file that caused an...
Craig Topper
2013-08-20
1
-0
/
+3
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
1
-4
/
+5
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-1
/
+1
*
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-03-24
1
-15
/
+25
*
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
2
-2
/
+11
*
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-02-26
1
-1
/
+2
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-5
/
+3
*
tblgen: Diagnose duplicate includes.
Sean Silva
2013-02-07
4
-10
/
+23
*
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
Nadav Rotem
2013-01-28
1
-6
/
+25
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
4
-1
/
+9
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
2
-34
/
+46
*
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
1
-6
/
+16
*
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
1
-18
/
+18
*
tblgen: Factor out common code.
Sean Silva
2013-01-09
2
-17
/
+18
*
Inline this into its only caller.
Sean Silva
2013-01-09
2
-12
/
+5
[prev]
[next]