| Commit message (Expand) | Author | Age | Files | Lines |
* | tblgen: remove duplicated newlines. | Benjamin Kramer | 2012-04-18 | 1 | -4/+4 |
* | Tidy up. No need for a Twine here, as it's just constants. | Jim Grosbach | 2012-04-18 | 1 | -4/+4 |
* | Clean up warning text. Remove extraneous prefix. | Jim Grosbach | 2012-04-18 | 1 | -4/+4 |
* | TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. | Jim Grosbach | 2012-04-18 | 1 | -12/+13 |
* | Include cstdio in a few place that depended on getting it transitively throug... | Benjamin Kramer | 2012-03-23 | 1 | -1/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -5/+4 |
* | Provide better messages in llvm_unreachable. | David Blaikie | 2012-01-17 | 1 | -1/+1 |
* | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 2012-01-17 | 1 | -1/+2 |
* | Delete CodeInit and CodeRecTy from TableGen. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -3/+3 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | Ban rematerializable instructions with side effects. | Jakob Stoklund Olesen | 2011-10-14 | 1 | -0/+6 |
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -2/+2 |
* | Unconstify Inits | David Greene | 2011-07-29 | 1 | -56/+56 |
* | [AVX] Create Inits Via Factory Method | David Greene | 2011-07-29 | 1 | -5/+6 |
* | [AVX] Constify Inits | David Greene | 2011-07-29 | 1 | -56/+56 |
* | Intern all RecTy subclass instances to avoid duplicates. | Jakob Stoklund Olesen | 2011-07-18 | 1 | -2/+2 |
* | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 1 | -63/+58 |
* | Use get(0 Instead of Create() | David Greene | 2011-07-11 | 1 | -4/+4 |
* | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 1 | -58/+63 |
* | Typo. | Jim Grosbach | 2011-07-06 | 1 | -1/+1 |
* | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson | 2011-06-27 | 1 | -2/+25 |
* | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 2011-06-21 | 1 | -0/+1 |
* | since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m... | Chris Lattner | 2011-04-17 | 1 | -2/+0 |
* | now that predicates have a decent abstraction layer on them, introduce a new | Chris Lattner | 2011-04-17 | 1 | -1/+23 |
* | Rework our internal representation of node predicates to expose more | Chris Lattner | 2011-04-17 | 1 | -20/+55 |
* | - Add "Bitcast" target instruction property for instructions which perform | Evan Cheng | 2011-03-15 | 1 | -9/+37 |
* | Silence uninitialized value warnings. | David Greene | 2011-02-04 | 1 | -4/+4 |
* | [AVX] Implement EnforceSmallerThan for mixed int/fp type lists. This | David Greene | 2011-02-01 | 1 | -27/+130 |
* | [AVX] Add type checking support for vector/subvector type constraints. | David Greene | 2011-01-24 | 1 | -0/+45 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -6/+6 |
* | Tidy up a bit. Trailing whitespace, hard tabs and 80-columns. | Jim Grosbach | 2010-12-21 | 1 | -265/+265 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+3 |
* | Add source Record* reference to PatternToMatch. Allows better diagnostics. | Jim Grosbach | 2010-12-07 | 1 | -3/+6 |
* | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -17/+17 |
* | A few 80 column cleanups | Jim Grosbach | 2010-10-08 | 1 | -4/+6 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-10-08 | 1 | -0/+3 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -2/+2 |
* | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -0/+5 |
* | stop computing InstImpInputs, it is dead | Chris Lattner | 2010-04-20 | 1 | -16/+8 |
* | DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it. | Chris Lattner | 2010-04-20 | 1 | -4/+2 |
* | print the complexity of the pattern being matched in the | Chris Lattner | 2010-03-29 | 1 | -0/+53 |
* | improve type checking of SDNode operand count. This rejects all cases | Chris Lattner | 2010-03-28 | 1 | -8/+7 |
* | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+0 |
* | teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), | Chris Lattner | 2010-03-28 | 1 | -1/+37 |
* | validate that input sdnodes don't exist in an output pattern. | Chris Lattner | 2010-03-28 | 1 | -8/+23 |
* | eliminate a bunch of code duplication in ParseTreePattern | Chris Lattner | 2010-03-28 | 1 | -98/+66 |
* | SDTCisVT<0, isVoid> is not valid, reject it. | Chris Lattner | 2010-03-28 | 1 | -0/+3 |
* | fix CodeGenTarget::getRegisterVTs to not return the | Chris Lattner | 2010-03-27 | 1 | -2/+2 |
* | hoist some funky logic into CodeGenInstruction | Chris Lattner | 2010-03-27 | 1 | -15/+10 |
* | continue pushing tblgen's support for nodes with multiple | Chris Lattner | 2010-03-27 | 1 | -32/+27 |