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