| Commit message (Expand) | Author | Age | Files | Lines |
* | don't form a RecordChild or CheckChildType for child #'s over 7, we don't | Chris Lattner | 2010-03-16 | 1 | -3/+5 |
* | 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 | 7 | -458/+733 |
* | Check in tablegen changes to fix disassembler related failures caused by r98465. | Evan Cheng | 2010-03-14 | 2 | -0/+5 |
* | Make lit pay attention to --vg for unittests too. | Jeffrey Yasskin | 2010-03-13 | 1 | -0/+8 |
* | update mkpatch for MC, patch by Aaron Gray | Chris Lattner | 2010-03-12 | 1 | -1/+1 |
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 2 | -1/+8 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 1 | -0/+9 |
* | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 2 | -23/+3 |
* | Node arguments to type casts can have names too. This code | Chris Lattner | 2010-03-08 | 1 | -0/+8 |
* | turn off debug spew | Chris Lattner | 2010-03-07 | 1 | -2/+2 |
* | more factoring. | Chris Lattner | 2010-03-07 | 2 | -32/+34 |
* | teach tblgen to be more aggressive when factoring CheckType nodes. | Chris Lattner | 2010-03-07 | 1 | -29/+95 |
* | add some helper functions and implement isContradictory | Chris Lattner | 2010-03-07 | 2 | -0/+99 |
* | If LD_LIBRARY_PATH is set in the system environment, use it. | Duncan Sands | 2010-03-05 | 1 | -0/+1 |
* | Make it not an error to specify -O* options several times. | Mikhail Glushenkov | 2010-03-05 | 1 | -19/+57 |
* | Simplify the condition-checking logic and hopefully clear up a build failure | John McCall | 2010-03-04 | 1 | -14/+7 |
* | Teach lit to honor conditional directives. The syntax is: | John McCall | 2010-03-04 | 2 | -3/+30 |
* | so hey, it turns out that the histogram was completely wrong, because | Chris Lattner | 2010-03-04 | 1 | -10/+32 |
* | zap fixme. | Chris Lattner | 2010-03-04 | 1 | -4/+0 |
* | now that complexpatterns are all emitted at the end of the match | Chris Lattner | 2010-03-04 | 1 | -4/+3 |
* | change the new isel matcher to emit ComplexPattern matches | Chris Lattner | 2010-03-04 | 3 | -37/+92 |
* | enhance comment output to specify what recorded slot | Chris Lattner | 2010-03-04 | 3 | -5/+12 |
* | introduce a new SwitchTypeMatcher node (which is analogous to | Chris Lattner | 2010-03-03 | 4 | -21/+111 |
* | Fix comment. | Bill Wendling | 2010-03-03 | 1 | -1/+1 |
* | Don't turn assertions on by default. | Bill Wendling | 2010-03-03 | 1 | -1/+1 |
* | the sorting predicate should work for comparing an element | Chris Lattner | 2010-03-02 | 1 | -1/+1 |
* | eliminate CodeGen/DAGISelHeader.h, it is empty now. | Chris Lattner | 2010-03-02 | 1 | -4/+0 |
* | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner | 2010-03-02 | 4 | -58/+0 |
* | add some missing \n's | Chris Lattner | 2010-03-02 | 1 | -11/+19 |
* | fixme resolved. | Chris Lattner | 2010-03-01 | 1 | -3/+0 |
* | remove a little hack I did for the old isel, not needed | Chris Lattner | 2010-03-01 | 1 | -4/+0 |
* | resolve some fixmes | Chris Lattner | 2010-03-01 | 1 | -10/+3 |
* | resolve a fixme and simplify code by moving insertion of the | Chris Lattner | 2010-03-01 | 1 | -18/+8 |
* | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner | 2010-03-01 | 4 | -12/+14 |
* | remove dead code, simplify. | Chris Lattner | 2010-03-01 | 1 | -10/+4 |
* | Fix PR2590 by making PatternSortingPredicate actually be | Chris Lattner | 2010-03-01 | 4 | -8/+22 |
* | tolerate factoring the *last* node for CellSPU. | Chris Lattner | 2010-03-01 | 1 | -0/+5 |
* | optimize tblgen compile time by eliminating the old isel. | Chris Lattner | 2010-03-01 | 2 | -1770/+3 |
* | don't emit the old sdnodexform stuff for the new isel. | Chris Lattner | 2010-03-01 | 1 | -2/+2 |
* | Turn on the new isel by default. Here are some fun numbers | Chris Lattner | 2010-03-01 | 1 | -1/+1 |
* | Missed a \n in previous commit. | Torok Edwin | 2010-03-01 | 1 | -0/+1 |
* | Add command-line flag to tblgen to turn off generating comments for the new | Torok Edwin | 2010-03-01 | 1 | -57/+117 |
* | Add the alignstack keyword. | Dan Gohman | 2010-03-01 | 1 | -0/+1 |
* | Emit type checks late instead of early, this encourages | Chris Lattner | 2010-03-01 | 1 | -1/+6 |
* | Emit a redundant check for immediates at root context, e.g. (imm 0). | Chris Lattner | 2010-03-01 | 2 | -2/+10 |
* | eliminate the CheckMultiOpcodeMatcher code and have each | Chris Lattner | 2010-03-01 | 6 | -78/+46 |
* | add a new OPC_SwitchOpcode which is semantically equivalent | Chris Lattner | 2010-03-01 | 4 | -11/+149 |
* | pull MarkFlagResult out from between an EmitNode/CompleteMatch | Chris Lattner | 2010-03-01 | 1 | -1/+17 |
* | enhance RecordNode and RecordChild comments to indicate what | Chris Lattner | 2010-03-01 | 4 | -12/+30 |