| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | simplify this code, the # of sets in the pattern for an instruction | Chris Lattner | 2010-03-18 | 1 | -2/+1 | 
| *  | remove some code that was working around old sparc v9 backend bugs. | Chris Lattner | 2010-03-18 | 1 | -1/+2 | 
| *  | eliminate some #if 0 code I added in r96905, type inference  | Chris Lattner | 2010-03-15 | 1 | -18/+0 | 
| *  | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 1 | -381/+583 | 
| *  | Node arguments to type casts can have names too.  This code | Chris Lattner | 2010-03-08 | 1 | -0/+8 | 
| *  | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner | 2010-03-01 | 1 | -1/+9 | 
| *  | Fix PR2590 by making PatternSortingPredicate actually be  | Chris Lattner | 2010-03-01 | 1 | -3/+6 | 
| *  | Generalize my hack to use SDNodeInfo to find out when a | Chris Lattner | 2010-02-28 | 1 | -0/+24 | 
| *  | use DEBUG instead of DebugFlag directly so that this | Chris Lattner | 2010-02-27 | 1 | -7/+7 | 
| *  | add some #if 0'd out code for checking that named values in  | Chris Lattner | 2010-02-23 | 1 | -19/+41 | 
| *  | Reject patterns that use a name multiple times in the src or result | Chris Lattner | 2010-02-23 | 1 | -7/+8 | 
| *  | reject patterns that have dead named arguments in the input pattern | Chris Lattner | 2010-02-23 | 1 | -7/+24 | 
| *  | reject patterns that mention a name in the destination pattern | Chris Lattner | 2010-02-23 | 1 | -3/+29 | 
| *  | merge some code. | Chris Lattner | 2010-02-23 | 1 | -16/+20 | 
| *  | more tidying up | Chris Lattner | 2010-02-23 | 1 | -15/+15 | 
| *  | reduce indentation by eliminating 'else after return' | Chris Lattner | 2010-02-23 | 1 | -23/+33 | 
| *  | reduce nesting. | Chris Lattner | 2010-02-17 | 1 | -3/+7 | 
| *  | constize | Chris Lattner | 2010-02-14 | 1 | -2/+2 | 
| *  | clean up a bunch of code, move some random predicates | Chris Lattner | 2010-02-14 | 1 | -0/+51 | 
| *  | tidy up | Chris Lattner | 2010-02-14 | 1 | -2/+4 | 
| *  | Use the 'MadeChange' variable instead of returning 'false' all of the time. | Bill Wendling | 2009-12-25 | 1 | -3/+2 | 
| *  | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov | 2009-11-02 | 1 | -1/+0 | 
| *  | PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type | Bob Wilson | 2009-08-29 | 1 | -28/+39 | 
| *  | Try to fix MSVC build after r79846. | Benjamin Kramer | 2009-08-23 | 1 | -2/+3 | 
| *  | Fix non-determinism in DAGISel emitter. | Daniel Dunbar | 2009-08-23 | 1 | -0/+3 | 
| *  | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -15/+15 | 
| *  | Add a new "SDTCisVec" SDTypeConstraint.  This complements the vAny type. | Bob Wilson | 2009-08-12 | 1 | -6/+20 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -46/+46 | 
| *  | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -2/+19 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -86/+86 | 
| *  | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner | 2009-07-29 | 1 | -4/+4 | 
| *  | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -21/+21 | 
| *  | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng | 2009-06-26 | 1 | -0/+4 | 
| *  | Fix grammaro, and bad indentation. | Nick Lewycky | 2009-06-17 | 1 | -3/+3 | 
| *  | I'm going to assume that this was meant to be an assignment instead of a | Bill Wendling | 2009-06-09 | 1 | -1/+1 | 
| *  | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene | 2009-06-09 | 1 | -1/+1 | 
| *  | Add a !patsubst operator.  Use on string types. | David Greene | 2009-06-08 | 1 | -1/+1 | 
| *  | Make IntInits and ListInits typed.  This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -2/+21 | 
| *  | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -13/+1 | 
| *  | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -1/+13 | 
| *  | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -39/+2 | 
| *  | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -4/+38 | 
| *  | PR2957 | Nate Begeman | 2009-04-24 | 1 | -38/+4 | 
| *  | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman | 2009-04-13 | 1 | -1/+1 | 
| *  | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 1 | -0/+6 | 
| *  | Tidy up some comments. | Dan Gohman | 2009-03-31 | 1 | -3/+3 | 
| *  | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -8/+8 | 
| *  | Add support to tablegen for naming the nodes themselves, not just the operands,  | Nate Begeman | 2009-03-19 | 1 | -11/+11 | 
| *  | add a new TGError class and use it to propagate location info with | Chris Lattner | 2009-03-13 | 1 | -1/+1 | 
| *  | Reapply 63765.  Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+2 |