Age | Commit message (Expand) | Author |
2009-08-29 | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson |
2009-08-23 | Try to fix MSVC build after r79846. | Benjamin Kramer |
2009-08-23 | Fix non-determinism in DAGISel emitter. | Daniel Dunbar |
2009-08-23 | remove some DOUTs | Chris Lattner |
2009-08-12 | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-11 | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-29 | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
2009-06-26 | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng |
2009-06-17 | Fix grammaro, and bad indentation. | Nick Lewycky |
2009-06-09 | I'm going to assume that this was meant to be an assignment instead of a | Bill Wendling |
2009-06-09 | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene |
2009-06-08 | Add a !patsubst operator. Use on string types. | David Greene |
2009-06-08 | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-04-13 | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman |
2009-04-13 | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman |
2009-03-31 | Tidy up some comments. | Dan Gohman |
2009-03-26 | fix a few spelling errors and typos | Jim Grosbach |
2009-03-19 | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman |
2009-03-13 | add a new TGError class and use it to propagate location info with | Chris Lattner |
2009-02-05 | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen |
2009-02-04 | Reverting 63765. This broke the build of both clang | Dale Johannesen |
2009-02-04 | New feature: add support for target intrinsics being defined in the | Nate Begeman |
2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
2009-01-05 | Handle iAny and fAny types in TreePatternNode::UpdateNodeType. | Bob Wilson |
2009-01-05 | Fix spelling in some comments. | Bob Wilson |
2008-12-03 | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman |
2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
2008-11-13 | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling |
2008-10-15 | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman |
2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
2008-06-30 | check in anton's patch to make inlining happen in a determinstic order | Chris Lattner |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-16 | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-05-31 | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman |
2008-05-29 | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman |
2008-04-03 | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman |
2008-03-20 | detabify llvm, patch by Mike Stump! | Chris Lattner |
2008-03-11 | Recommitting changes after more testing. These appear to cause no problems. | Christopher Lamb |
2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
2008-03-10 | Revert accidentally committed local changes. | Christopher Lamb |