Age | Commit message (Expand) | Author |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2011-07-29 | Unconstify Inits | David Greene |
2011-07-29 | [AVX] Constify Inits | David Greene |
2011-07-13 | struct Init -> class Init | David Greene |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
2011-07-11 | struct Init -> class Init. | Evan Cheng |
2011-07-11 | [AVX] Make Inits Foldable | David Greene |
2011-04-18 | Implement major new fastisel functionality: the matcher can now handle immedi... | Chris Lattner |
2011-04-17 | now that predicates have a decent abstraction layer on them, introduce a new | Chris Lattner |
2011-04-17 | Rework our internal representation of node predicates to expose more | Chris Lattner |
2011-01-24 | [AVX] Add type checking support for vector/subvector type constraints. | David Greene |
2010-12-24 | Trailing whitespace. | Jim Grosbach |
2010-12-07 | Add source Record* reference to PatternToMatch. Allows better diagnostics. | Jim Grosbach |
2010-04-20 | stop computing InstImpInputs, it is dead | Chris Lattner |
2010-04-20 | DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it. | Chris Lattner |
2010-03-29 | print the complexity of the pattern being matched in the | Chris Lattner |
2010-03-28 | improve type checking of SDNode operand count. This rejects all cases | Chris Lattner |
2010-03-28 | eliminate a bunch of code duplication in ParseTreePattern | Chris Lattner |
2010-03-24 | add plumbing for handling multiple result nodes | Chris Lattner |
2010-03-24 | bring sanity to EnforceVectorEltType | Chris Lattner |
2010-03-19 | make getOperandNum a static function (since it's just used by | Chris Lattner |
2010-03-19 | major surgery on tblgen: generalize TreePatternNode | Chris Lattner |
2010-03-19 | make FillWithPossibleTypes take a predicate to filter types so that | Chris Lattner |
2010-03-19 | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner |
2010-03-19 | eliminate the last use of EEVT::isUnknown | Chris Lattner |
2010-03-19 | Finally change the instruction looking map to be a densemap from | Chris Lattner |
2010-03-18 | infer results of a pattern from implicit defs. This allows you to do something | Chris Lattner |
2010-03-15 | Completely rewrite tblgen's type inference mechanism, | Chris Lattner |
2010-03-01 | Fix PR2590 by making PatternSortingPredicate actually be | Chris Lattner |
2010-02-28 | Generalize my hack to use SDNodeInfo to find out when a | Chris Lattner |
2010-02-23 | merge some code. | Chris Lattner |
2010-02-18 | start sketching out the structure of code for result emission generation. | Chris Lattner |
2010-02-16 | add support for the new isel matcher to generate | Chris Lattner |
2010-02-14 | constize | Chris Lattner |
2010-02-14 | clean up a bunch of code, move some random predicates | Chris Lattner |
2010-02-14 | add an insertion operator. | Chris Lattner |
2009-12-09 | Remove unneeded ';' and a class/struct mismatch (noticed by clang). | Daniel Dunbar |
2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen |
2009-08-29 | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson |
2009-08-23 | Try to fix MSVC build after r79846. | Benjamin Kramer |
2009-08-23 | Fix non-determinism in DAGISel emitter. | Daniel Dunbar |
2009-08-12 | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-03-31 | Add a comment. | Dan Gohman |
2009-03-26 | fix a few spelling errors and typos | Jim Grosbach |