index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
DAGISelMatcherEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
Fix comments
Eli Bendersky
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-09-16
Add 'virtual' keywoards to output file for overridden functions.
Craig Topper
2012-07-18
TblGen: Tweak to pretty-print DAGISel.inc a bit better.
Jim Grosbach
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-04-17
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-03-11
Teach TableGen to pre-calculate register enum values when creating the
Jim Grosbach
2011-03-01
trailing whitespace.
Jim Grosbach
2011-03-01
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2010-12-23
flags -> glue for selectiondag
Chris Lattner
2010-12-23
sdisel flag -> glue.
Chris Lattner
2010-12-23
continue renaming flag -> glue.
Chris Lattner
2010-09-21
Rework passing parent pointers into complexpatterns, I forgot
Chris Lattner
2010-09-21
just like they can opt into getting the root of the pattern being
Chris Lattner
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-08-06
Moar words!
Eric Christopher
2010-06-14
generate better code in CheckComplexPattern
Chris Lattner
2010-03-29
print the complexity of the pattern being matched in the
Chris Lattner
2010-03-28
add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and
Chris Lattner
2010-03-27
fix a bug in my recent patch that increased opcode size to 2 bytes:
Chris Lattner
2010-03-25
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-24
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-04
so hey, it turns out that the histogram was completely wrong, because
Chris Lattner
2010-03-04
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
enhance comment output to specify what recorded slot
Chris Lattner
2010-03-03
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
add some missing \n's
Chris Lattner
2010-03-01
fixme resolved.
Chris Lattner
2010-03-01
remove a little hack I did for the old isel, not needed
Chris Lattner
2010-03-01
Missed a \n in previous commit.
Torok Edwin
2010-03-01
Add command-line flag to tblgen to turn off generating comments for the new
Torok Edwin
2010-03-01
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
inline the node transforms and node predicates into the generated
Chris Lattner
2010-02-28
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
don't emit useless functions. These were producing
Chris Lattner
2010-02-28
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-27
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-26
add some helpful comments to the emitter
Chris Lattner
2010-02-25
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
formatting.
Chris Lattner
2010-02-25
rename fooMatcherNode to fooMatcher.
Chris Lattner
[next]