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
/
utils
/
TableGen
/
DAGISelMatcherGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
1
-1
/
+1
*
Use range for loops. NFCI.
Simon Pilgrim
2017-06-19
1
-4
/
+2
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-4
/
+4
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-11
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-2
/
+4
*
[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...
Craig Topper
2015-04-22
1
-1
/
+1
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-4
/
+4
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-6
/
+4
*
Support REG_SEQUENCE in tablegen.
Matt Arsenault
2014-11-02
1
-9
/
+24
*
Fix typo
Matt Arsenault
2014-11-02
1
-1
/
+1
*
TableGen: permit non-leaf ComplexPattern uses
Tim Northover
2014-05-20
1
-41
/
+71
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-8
/
+8
*
Fix typo in commment tyep->type.
Craig Topper
2014-01-25
1
-1
/
+1
*
Use ArrayRef to simplify some code.
Craig Topper
2014-01-21
1
-7
/
+4
*
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
1
-0
/
+6
*
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
1
-3
/
+11
*
Extend TableGen instruction selection matcher to improve handling
Ulrich Weigand
2013-03-19
1
-10
/
+23
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-10
/
+6
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-5
/
+5
*
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-09-06
1
-2
/
+1
*
Teach TableGen to put chains on more instructions
Tim Northover
2012-06-26
1
-0
/
+7
*
fix a failure path to print the right thing, part of PR12357
Chris Lattner
2012-03-26
1
-1
/
+1
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-09-29
1
-2
/
+2
*
Unconstify Inits
David Greene
2011-07-29
1
-6
/
+6
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-6
/
+6
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-7
/
+6
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-6
/
+7
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-7
/
+11
*
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
1
-12
/
+3
*
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
1
-2
/
+2
*
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
Cameron Zwarich
2011-05-19
1
-14
/
+48
*
Teach TableGen to pre-calculate register enum values when creating the
Jim Grosbach
2011-03-11
1
-1
/
+14
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-8
/
+8
*
continue renaming flag -> glue.
Chris Lattner
2010-12-23
1
-31
/
+31
*
Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.
Jim Grosbach
2010-12-21
1
-97
/
+97
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
factor the operand list (and related fields/operations) out of
Chris Lattner
2010-11-01
1
-2
/
+2
*
zap dead code.
Chris Lattner
2010-09-04
1
-1
/
+0
*
We already have this as OperandNode.
Eric Christopher
2010-08-10
1
-5
/
+2
*
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-24
1
-0
/
+9
*
fix a long standing fixme, which required fixing a bunch of other
Chris Lattner
2010-03-27
1
-25
/
+27
*
hoist some funky logic into CodeGenInstruction
Chris Lattner
2010-03-27
1
-2
/
+1
*
continue pushing tblgen's support for nodes with multiple
Chris Lattner
2010-03-27
1
-8
/
+17
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-10
/
+9
*
major surgery on tblgen: generalize TreePatternNode
Chris Lattner
2010-03-19
1
-10
/
+15
*
resolve fixme: we now infer the instruction-level 'isvariadic' bit
Chris Lattner
2010-03-19
1
-5
/
+5
[next]