aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.h
AgeCommit message (Expand)Author
2009-08-29PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson
2009-08-23Try to fix MSVC build after r79846.Benjamin Kramer
2009-08-23Fix non-determinism in DAGISel emitter.Daniel Dunbar
2009-08-12Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-04-272nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman
2009-04-24Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola
2009-04-24PR2957Nate Begeman
2009-03-31Add a comment.Dan Gohman
2009-03-26fix a few spelling errors and typosJim Grosbach
2009-02-09Eliminate a 'control reaches end of non-void function' warning.Evan Cheng
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-05Fix spelling in some comments.Bob Wilson
2008-10-15Add support for having multiple predicates on a TreePatternNode.Dan Gohman
2008-08-22Factor out the predicate check code from DAGISelEmitter.cppDan Gohman
2008-07-30Added support for overloading intrinsics (atomics) based on pointersMon P Wang
2008-06-16- Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman
2008-03-05This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel
2008-02-09Tablegen support for insert & extract element matchingNate Begeman
2008-01-06set the 'isstore' flag for instructions whose pattern is an Chris Lattner
2008-01-06improve const correctness.Chris Lattner
2008-01-06rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner
2008-01-05move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner
2008-01-05move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner
2008-01-05fix a fixme by improving const correctness.Chris Lattner
2008-01-05change getQualifiedName to be a global function.Chris Lattner