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
*
[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
*
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
1
-11
/
+2
*
fix copy-paste-o
Sean Silva
2013-01-09
1
-2
/
+2
*
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
2013-01-09
1
-1
/
+6
*
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2013-01-07
1
-5
/
+1
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-7
/
+38
*
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
2012-12-27
1
-1
/
+5
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
2
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
4
-15
/
+13
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
5
-134
/
+113
*
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
2012-10-25
1
-0
/
+12
*
tblgen: Compile TableGen without RTTI.
Sean Silva
2012-10-10
2
-4
/
+0
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
2
-36
/
+21
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
2
-94
/
+94
*
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 pointless method call.
Sean Silva
2012-10-09
1
-1
/
+0
*
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
1
-21
/
+9
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
2
-25
/
+25
*
tblgen: Whitespace and 80-col cleanup.
Sean Silva
2012-10-04
1
-11
/
+12
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
3
-36
/
+1
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
1
-0
/
+19
*
De-nest if's and fix mix-up
Sean Silva
2012-09-19
1
-41
/
+37
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
2
-138
/
+100
[next]