summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.h
Commit message (Expand)AuthorAge
* Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...Craig Topper2014-01-28
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-28
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-23
* Extract a method.Jakob Stoklund Olesen2013-03-18
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-17
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Refactor Record* by-ID comparator to Record.hSean Silva2012-09-19
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-06
* Check all patterns for missing instruction flags.Jakob Stoklund Olesen2012-08-28
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* struct Init -> class InitDavid Greene2011-07-13
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* struct Init -> class Init.Evan Cheng2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-18
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-17
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-17
* [AVX] Add type checking support for vector/subvector type constraints.David Greene2011-01-24
* Trailing whitespace.Jim Grosbach2010-12-24
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-07
* stop computing InstImpInputs, it is deadChris Lattner2010-04-20
* DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it.Chris Lattner2010-04-20
* print the complexity of the pattern being matched in theChris Lattner2010-03-29
* improve type checking of SDNode operand count. This rejects all casesChris Lattner2010-03-28
* eliminate a bunch of code duplication in ParseTreePatternChris Lattner2010-03-28
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* bring sanity to EnforceVectorEltTypeChris Lattner2010-03-24
* make getOperandNum a static function (since it's just used by Chris Lattner2010-03-19
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-19
* make FillWithPossibleTypes take a predicate to filter types so that Chris Lattner2010-03-19
* rewrite EnforceSmallerThan to be less bone headed.Chris Lattner2010-03-19
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-19
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-19
* infer results of a pattern from implicit defs. This allows you to do something Chris Lattner2010-03-18
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-15
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-01
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-28
* merge some code.Chris Lattner2010-02-23
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-18
* add support for the new isel matcher to generate Chris Lattner2010-02-16
* constizeChris Lattner2010-02-14
* clean up a bunch of code, move some random predicatesChris Lattner2010-02-14
* add an insertion operator.Chris Lattner2010-02-14
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-15
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-29
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-23