aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+17
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+7
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-7/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+7
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-221-2/+6
* Fix commentsEli Bendersky2013-02-051-1/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+1
* Add 'virtual' keywoards to output file for overridden functions.Craig Topper2012-09-161-5/+6
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-181-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-6/+5
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-27/+19
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-23/+16
* trailing whitespace.Jim Grosbach2011-03-011-79/+79
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-011-19/+39
* flags -> glue for selectiondagChris Lattner2010-12-231-4/+4
* sdisel flag -> glue.Chris Lattner2010-12-231-2/+2
* continue renaming flag -> glue.Chris Lattner2010-12-231-5/+5
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-211-2/+3
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-211-1/+6
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-1/+7
* Moar words!Eric Christopher2010-08-061-1/+1
* generate better code in CheckComplexPatternChris Lattner2010-06-141-2/+3
* print the complexity of the pattern being matched in theChris Lattner2010-03-291-9/+10
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-281-0/+7
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-271-9/+13
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-251-10/+11
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-0/+2
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-041-10/+32
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-6/+8
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-2/+5
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-10/+35
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-5/+0
* add some missing \n'sChris Lattner2010-03-021-11/+19
* fixme resolved.Chris Lattner2010-03-011-3/+0
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-011-4/+0
* Missed a \n in previous commit.Torok Edwin2010-03-011-0/+1
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-03-011-57/+117
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-11/+1
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-2/+50
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-2/+4
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-13/+56
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-281-1/+1
* don't emit useless functions. These were producingChris Lattner2010-02-281-47/+56
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-281-60/+15
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-1/+2
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-4/+4