summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper2017-07-071-1/+1
* Use range for loops. NFCI.Simon Pilgrim2017-06-191-4/+2
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-4/+4
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner2016-05-051-11/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Fix tablegen's PrintFatalError function to run registered fileJames Y Knight2015-05-111-2/+4
* [TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...Craig Topper2015-04-221-1/+1
* Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...David Blaikie2014-12-031-4/+4
* Range-for some stuff related to RegClasses, and comment cases where range-for...David Blaikie2014-12-031-6/+4
* Support REG_SEQUENCE in tablegen.Matt Arsenault2014-11-021-9/+24
* Fix typoMatt Arsenault2014-11-021-1/+1
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-201-41/+71
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-8/+8
* Fix typo in commment tyep->type.Craig Topper2014-01-251-1/+1
* Use ArrayRef to simplify some code.Craig Topper2014-01-211-7/+4
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-241-0/+6
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-231-3/+11
* Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2013-03-191-10/+23
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-10/+6
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-5/+5
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-061-2/+1
* Teach TableGen to put chains on more instructionsTim Northover2012-06-261-0/+7
* fix a failure path to print the right thing, part of PR12357Chris Lattner2012-03-261-1/+1
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-291-2/+2
* Unconstify InitsDavid Greene2011-07-291-6/+6
* [AVX] Constify InitsDavid Greene2011-07-291-6/+6
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-7/+6
* [AVX] Make Inits FoldableDavid Greene2011-07-111-6/+7
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-7/+11
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-12/+3
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-151-2/+2
* Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather thanCameron Zwarich2011-05-191-14/+48
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-1/+14
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-8/+8
* continue renaming flag -> glue.Chris Lattner2010-12-231-31/+31
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-211-97/+97
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-1/+1
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-2/+2
* zap dead code.Chris Lattner2010-09-041-1/+0
* We already have this as OperandNode.Eric Christopher2010-08-101-5/+2
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-0/+9
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-271-25/+27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-271-2/+1
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-271-8/+17
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-10/+9
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-10/+15
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-191-5/+5
OpenPOWER on IntegriCloud