aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenDAGPatterns.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-151-0/+2
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-291-7/+7
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-231-2/+4
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-231-6/+10
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-121-5/+10
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-7/+7
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-14/+14
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-2/+2
* 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