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: Support folding casts from bits to int
Matt Arsenault
2015-07-31
1
-0
/
+8
*
[TableGen] Emit the correct error message.
Davide Italiano
2015-07-27
1
-1
/
+1
*
[TableGen] Change a couple methods to return an ArrayRef instead of a const s...
Craig Topper
2015-07-06
3
-3
/
+3
*
[TableGen] Restore the use of the TheInit field in Record to cache the Record...
Craig Topper
2015-06-24
1
-7
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[TableGen] Change OpInit::getNumOperands and getOperand to use unsigned integ...
Craig Topper
2015-06-06
1
-2
/
+2
*
[TableGen] Remove trailing whitespace, add space between 'if' and paren, othe...
Craig Topper
2015-06-06
1
-16
/
+16
*
[TableGen] Remove unnecessary temporary. NFC
Craig Topper
2015-06-06
1
-2
/
+1
*
[TableGen] Fold variable declaration/initialization into if condition for a c...
Craig Topper
2015-06-06
1
-8
/
+6
*
[TableGen] Remove unnecessary outer 'if' and merge it's conditions into the i...
Craig Topper
2015-06-06
1
-42
/
+41
*
[TableGen] Fold variable declarations with their assignments. NFC
Craig Topper
2015-06-06
1
-4
/
+2
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-06-04
1
-12
/
+13
*
[TableGen] Merge single prefix bit in RecordVal into PointerIntPair with Name...
Craig Topper
2015-06-04
1
-5
/
+5
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-06-02
1
-12
/
+10
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
2
-6
/
+6
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
1
-11
/
+10
*
[TableGen] Move a couple virtual methods out of line so vtable anchors can be...
Craig Topper
2015-06-01
1
-3
/
+7
*
[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy::baseClassOf. NFC
Craig Topper
2015-05-30
1
-16
/
+14
*
[TableGen] Remove all the variations of RecTy::convertValue and just handle t...
Craig Topper
2015-05-30
1
-173
/
+217
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
[TableGen] Remove convertValue functions for UnOpInit, BinOpInit, and TernOpI...
Craig Topper
2015-05-29
1
-48
/
+0
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-10
/
+7
*
[TableGen] Use DefInit::getAsString instead of getDef()->getName(). NFC
Craig Topper
2015-05-28
1
-1
/
+1
*
[TableGen] Don't convert types to strings to query what they are. Just use 'isa'
Craig Topper
2015-05-28
1
-2
/
+2
*
[TableGen] Fix line wrapping logic for the autogenerated header to use math t...
Craig Topper
2015-05-26
1
-7
/
+6
*
[TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...
Craig Topper
2015-05-26
1
-3
/
+3
*
[TableGen] Put a space between '*' and description in the autogenerated table...
Craig Topper
2015-05-26
1
-7
/
+6
*
[TableGen] Fix indentation. NFC
Craig Topper
2015-05-26
1
-1
/
+1
*
[TableGen] Include header for each cpp file first. NFC
Craig Topper
2015-05-26
3
-4
/
+3
*
[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
*
[TableGen] Resolve complex def names inside multiclasses
Hal Finkel
2015-05-21
2
-6
/
+44
*
[TableGen] Make some variable names consistent with their type names and just...
Craig Topper
2015-05-20
1
-23
/
+23
*
[TableGen] Fix a memory leak.
Craig Topper
2015-05-20
1
-2
/
+2
*
[TableGen] Change 'car' to 'head' and 'cdr' to 'tail' in assert comments. The...
Craig Topper
2015-05-16
1
-2
/
+2
*
[TableGen] Remove !! that I can't really explain why I wrote. Also remove som...
Craig Topper
2015-05-16
1
-6
/
+4
*
[TableGen] Restructure a loop to make it exit early instead of skipping a por...
Craig Topper
2015-05-16
1
-5
/
+6
*
TableGen: Avoid undefined behaviour by doing this shift in int64
Justin Bogner
2015-05-14
1
-1
/
+1
*
[TableGen] Remove an unnecessary outer 'if' around 3 separate inner ifs. No f...
Craig Topper
2015-05-14
1
-29
/
+25
*
[TableGen] Simplify some code. NFC
Craig Topper
2015-05-14
1
-9
/
+4
*
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...
Craig Topper
2015-05-14
2
-4
/
+4
*
Use ArrayRef::slice instead of manually constructing an ArrayRef from ArrayRe...
Craig Topper
2015-05-13
1
-6
/
+1
*
Remove unnecessary variables by folding calls into for loop header. NFC.
Craig Topper
2015-05-12
1
-4
/
+2
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-0
/
+5
*
[TableGen] Replace 'static_cast' with 'cast'.
Craig Topper
2015-05-04
1
-1
/
+1
*
[TableGen] Formatting cleanup. Mostly removing trailing whitespace and unnece...
Craig Topper
2015-05-04
2
-100
/
+59
*
[TableGen] Cleanup formatting by moving operators from beginning of line to e...
Craig Topper
2015-04-30
2
-43
/
+40
*
[TableGen] Used range-based for loop. NFC.
Craig Topper
2015-04-30
1
-6
/
+2
*
[TableGen] Merge a variable assignment and a return to drop curly braces. Fol...
Craig Topper
2015-04-30
1
-13
/
+7
[next]