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
...
*
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
*
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
1
-17
/
+17
*
Inline this into its only caller.
Sean Silva
2013-01-09
1
-11
/
+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
*
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
2012-12-27
1
-1
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-6
/
+5
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-26
/
+26
*
tblgen: Remove pointless method call.
Sean Silva
2012-10-09
1
-1
/
+0
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
1
-5
/
+5
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
1
-24
/
+17
[prev]
[next]