projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Revert "[TableGen] Implement at least some support for multiple explicit results...
[oota-llvm.git]
/
utils
/
TableGen
/
DAGISelMatcher.h
2014-12-15
Craig Topper
Use unique_ptr to remove explicit delete.
blob
|
commitdiff
|
raw
2014-11-02
Matt Arsenault
Fix missing C++ mode comment
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-16
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-15
Patrik Hagglund
Replace ValueTypes.h with MachineValueType.h if possible.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Craig Topper
[C++11] Add 'override' keywords to tablegen code.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
Craig Topper
Add CheckChildInteger to ISelMatcher operations. Remove...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Craig Topper
Delete the Matchers stored in the SmallVectors in Switc...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-21
Craig Topper
Use ArrayRef to simplify some code.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-05
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
blob
|
commitdiff
|
raw
|
diff to current
2013-10-04
Craig Topper
Revert r191940 to see if it fixes the build bots.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-04
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
blob
|
commitdiff
|
raw
|
diff to current
2013-09-25
Craig Topper
Fix doxygen comments to use correct function name.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Chandler Carruth
Sort the #include lines for utils/...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Sean Silva
Remove unnecessary classof()'s
blob
|
commitdiff
|
raw
|
diff to current
2012-07-23
Sylvestre Ledru
Fix a typo (the the => the)
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-17
Chris Lattner
Rework our internal representation of node predicates...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Jim Grosbach
Teach TableGen to pre-calculate register enum values...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-01
Jim Grosbach
Generalize the register matching code in DAGISel a...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-23
Chris Lattner
Flag -> Glue, the ongoing saga
blob
|
commitdiff
|
raw
|
diff to current
2010-12-23
Chris Lattner
continue renaming flag -> glue.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-21
Jim Grosbach
Tidy up a bit. Trailing whitespace, hard tabs and 80...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-24
Chris Lattner
add plumbing for handling multiple result nodes
blob
|
commitdiff
|
raw
|
diff to current
2010-03-07
Chris Lattner
add some helper functions and implement isContradictory
blob
|
commitdiff
|
raw
|
diff to current
2010-03-04
Chris Lattner
change the new isel matcher to emit ComplexPattern...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-04
Chris Lattner
enhance comment output to specify what recorded slot
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
Chris Lattner
introduce a new SwitchTypeMatcher node (which is analog...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
Chris Lattner
Rewrite chain handling validation and input TokenFactor...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Chris Lattner
Emit a redundant check for immediates at root context...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Chris Lattner
eliminate the CheckMultiOpcodeMatcher code and have...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Chris Lattner
add a new OPC_SwitchOpcode which is semantically equivalent
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Chris Lattner
enhance RecordNode and RecordChild comments to indicate...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Chris Lattner
inline the node transforms and node predicates into...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
simplify some code now that chain/flag results are...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
enhance the EmitNode/MorphNodeTo operands to take a...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
enhance the new isel to use SelectNodeTo for most patterns,
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
enhance EmitNodeMatcher to keep track of the recorded...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-28
Chris Lattner
add infrastructure to support forming selectnodeto...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-27
Chris Lattner
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
blob
|
commitdiff
|
raw
|
diff to current
2010-02-27
Chris Lattner
teach the optimizer that opcode == ISD::STORE is contr...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-27
Chris Lattner
Teach the grouper some simple tricks about looking...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-27
Chris Lattner
implement a new optimization to sink pattern predicates...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Chris Lattner
fix same bug in CheckChainCompatibleMatcher::isEqualImpl
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Chris Lattner
fix a nasty bug in CheckTypeMatcher::isEqualImpl
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Chris Lattner
add a new setNumChildren method for resizing scopes...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chris Lattner
change the scope node to include a list of children...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chris Lattner
factor the print method better.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chris Lattner
add methods to do equality checks and get hashes of...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chris Lattner
rename fooMatcherNode to fooMatcher.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chris Lattner
rename PushMatcherNode -> ScopeMatcherNode to more...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Chris Lattner
contract movechild+checktype into a new checkchild...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Chris Lattner
implement a simple proof-of-concept optimization for
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Chris Lattner
The new isel passes all tests, time to start making...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Chris Lattner
The new isel was not properly handling patterns that...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-22
Chris Lattner
add a new CheckMultiOpcode opcode for checking that...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-21
Chris Lattner
implement the last known missing feature: updating...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-21
Chris Lattner
Lots of improvements to the new dagisel emitter. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Chris Lattner
add emitter support for integer constants and simple...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Chris Lattner
add support for referencing registers and immediates,
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Chris Lattner
rename the child field to 'next'. This is not a parent...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Chris Lattner
eliminate the MatcherNodeWithChild class, give the...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Chris Lattner
Emulate the current isel's "IsChainCompatible" logic...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Chris Lattner
prefix captured value names with $ so they look like
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Chris Lattner
improve comments on OPC_Record to say what we're record...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Chris Lattner
make the new isel generator plop out a CheckComplexPatt...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Chris Lattner
convert the new matcher to check intermediate nodes...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Chris Lattner
generate code for node and pattern predicates. Note...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Chris Lattner
add support for the new isel matcher to generate
blob
|
commitdiff
|
raw
|
diff to current
2010-02-15
Chris Lattner
Check in the first big step of rewriting DAGISelEmitter to
blob
|
commitdiff
|
raw
|
diff to current