summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.cpp
Commit message (Expand)AuthorAge
...
* more tidying upChris Lattner2010-02-23
* reduce indentation by eliminating 'else after return'Chris Lattner2010-02-23
* reduce nesting.Chris Lattner2010-02-17
* constizeChris Lattner2010-02-14
* clean up a bunch of code, move some random predicatesChris Lattner2010-02-14
* tidy upChris Lattner2010-02-14
* Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling2009-12-25
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-02
* 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
* remove some DOUTsChris Lattner2009-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
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-29
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng2009-06-26
* Fix grammaro, and bad indentation.Nick Lewycky2009-06-17
* I'm going to assume that this was meant to be an assignment instead of aBill Wendling2009-06-09
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-02
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-01
* 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
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-13
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-13
* Tidy up some comments.Dan Gohman2009-03-31
* fix a few spelling errors and typosJim Grosbach2009-03-26
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-19
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-13
* 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 PR3453 and probably a bunch of other potentialDuncan Sands2009-02-01
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-05
* Fix spelling in some comments.Bob Wilson2009-01-05
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-03
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-03
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* 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
* check in anton's patch to make inlining happen in a determinstic orderChris Lattner2008-06-30
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16