aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenDAGPatterns.h
Commit message (Expand)AuthorAgeFilesLines
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-5/+1
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-1/+5
* PR2957Nate Begeman2009-04-241-5/+1
* Add a comment.Dan Gohman2009-03-311-1/+2
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-091-0/+1
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-2/+10
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-10/+2
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-2/+10
* Fix spelling in some comments.Bob Wilson2009-01-051-1/+1
* Add support for having multiple predicates on a TreePatternNode.Dan Gohman2008-10-151-5/+17
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-221-0/+2
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-2/+3
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-161-0/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-12/+12
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-031-2/+3
* This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel2008-03-051-1/+7
* Tablegen support for insert & extract element matchingNate Begeman2008-02-091-1/+5
* set the 'isstore' flag for instructions whose pattern is an Chris Lattner2008-01-061-2/+5
* improve const correctness.Chris Lattner2008-01-061-1/+1
* rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner2008-01-061-13/+13
* move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-051-3/+10
* move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-051-1/+1
* fix a fixme by improving const correctness.Chris Lattner2008-01-051-4/+3
* change getQualifiedName to be a global function.Chris Lattner2008-01-051-0/+552