summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableGen: Support physical register inputs > 255Matt Arsenault2019-07-221-6/+16
* Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...Craig Topper2019-03-101-0/+10
* Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...Craig Topper2019-03-051-10/+0
* [TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...Craig Topper2019-03-011-0/+10
* [SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...Craig Topper2019-02-251-0/+6
* [Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DAGISEL_COV=1Aditya Nandakumar2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* TableGen/ISel: Allow PatFrag predicate code to access captured operandsNicolai Haehnle2018-11-301-27/+63
* [SelectionDAG] Add a isel matcher op to check the type of node results other ...Craig Topper2017-11-221-5/+8
* Allow separation of declarations and definitions in <Target>ISelDAGToDAG.incKrzysztof Parzyszek2017-11-101-17/+102
* [TableGen] Add an extra blank line to DAGISel output file to separate functions.Craig Topper2017-11-031-1/+1
* Strip trailing whitespaceSimon Pilgrim2017-10-061-5/+5
* [TableGen] Generate formatted DAGISelEmitter without relying on formatted_raw...Craig Topper2017-09-191-91/+93
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-4/+6
* [SelectionDAG] Make SelectCode return voidJoey Gouly2017-03-091-2/+1
* [Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar2017-02-141-4/+135
* SDAG: Make SelectCodeCommon return voidJustin Bogner2016-05-101-2/+3
* SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner2016-05-051-10/+0
* [CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...Craig Topper2016-05-031-5/+12
* [CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...Craig Topper2016-05-021-3/+10
* [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...Craig Topper2016-03-071-2/+2
* [TableGen][DAGISel] Dedup predicates with same code to run. NFCI.Ahmed Bougacha2015-08-271-4/+25
* [TableGen] Remove dead code. NFC.Ahmed Bougacha2015-08-271-7/+0
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-2/+2
* Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::Pat...David Blaikie2014-11-131-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-7/+7
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-051-0/+9
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-301-2/+1
* 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
OpenPOWER on IntegriCloud