aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.h
AgeCommit message (Expand)Author
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