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
/
TGParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Formatting cleanup. Mostly removing trailing whitespace and unnece...
Craig Topper
2015-05-04
1
-32
/
+18
*
[TableGen] Cleanup formatting by moving operators from beginning of line to e...
Craig Topper
2015-04-30
1
-29
/
+27
*
[TableGen] Replace some dyn_casts followed by an assert with just a regular c...
Craig Topper
2015-04-29
1
-2
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-04-29
1
-57
/
+28
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.
Aaron Ballman
2015-02-16
1
-2
/
+1
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Make MultiClass::DefPrototypes own their Records to fix memory leaks.
Craig Topper
2014-12-11
1
-13
/
+8
*
Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle owners...
Craig Topper
2014-12-11
1
-5
/
+8
*
Revert r222957 "Replace std::map<K, V*> with std::map<K, V> to handle ownersh...
Craig Topper
2014-11-30
1
-11
/
+8
*
Revert r222965 "Make MultiClass::DefPrototypes own their Records to fix memor...
Hans Wennborg
2014-11-30
1
-6
/
+6
*
Qualify one more make_unique call.
Hans Wennborg
2014-11-30
1
-2
/
+2
*
Speculatively qualify some llvm::make_unique calls trying to please MSVC
Hans Wennborg
2014-11-30
1
-4
/
+4
*
Use an unsigned type because there seems to be no reason for it to be signed.
Craig Topper
2014-11-30
1
-1
/
+1
*
Make MultiClass::DefPrototypes own their Records to fix memory leaks.
Craig Topper
2014-11-30
1
-6
/
+6
*
Replace std::map<K, V*> with std::map<K, V> to handle ownership and deletion ...
Craig Topper
2014-11-29
1
-8
/
+11
*
Remove 'else' after 'return'. Fix formatting of a 'switch' statement.
Craig Topper
2014-11-29
1
-12
/
+11
*
Make RecordKeeper::addClass/addDef take unique_ptrs instead of creating one i...
Craig Topper
2014-11-29
1
-6
/
+8
*
Use unique_ptr to remove some explicit deletes on some error case returns. At...
Craig Topper
2014-11-29
1
-68
/
+46
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+1
*
Refactoring: raw pointer -> unique_ptr
Anton Yartsev
2014-09-25
1
-5
/
+3
*
[TableGen] Fully resolve class-instance values before defs in multiclasses
Adam Nemet
2014-09-16
1
-0
/
+9
*
Comment only: Annotate loop as per mailing list discussion
Jean-Luc Duprat
2014-08-29
1
-0
/
+3
*
Tablegen fixes for new syntax when initializing bits from variables.
Jean-Luc Duprat
2014-08-29
1
-0
/
+9
*
[tablegen] - Eliminate memory leaks in TGParser.cpp
Anton Yartsev
2014-08-08
1
-4
/
+26
*
Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly con...
Aaron Ballman
2014-08-07
1
-1
/
+1
*
Change the { } expression in tablegen to accept sized binary literals which a...
Pete Cooper
2014-08-07
1
-2
/
+13
*
Change TableGen so that binary literals such as 0b001 are now sized.
Pete Cooper
2014-08-07
1
-0
/
+9
*
Allow binary and for tblgen math.
Joerg Sonnenberger
2014-08-05
1
-0
/
+3
*
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
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
2014-06-10
1
-6
/
+8
*
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
*
[tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
2014-05-07
1
-1
/
+21
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in TableGen library.
Craig Topper
2014-04-09
1
-187
/
+187
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-16
/
+0
*
[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
1
-1
/
+1
*
TableGen: Generate valid identifiers for anonymous records
Alp Toker
2013-12-21
1
-7
/
+5
*
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
*
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-03-24
1
-15
/
+25
*
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-02-26
1
-1
/
+2
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
1
-0
/
+4
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
1
-33
/
+45
*
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
1
-6
/
+16
[next]