2006-12-18 |
Reid Spencer | Remove some clutter and make it keep going instead... |
tree | commitdiff |
2006-12-12 |
Jim Laskey | Ignore entries with blank names. |
tree | commitdiff |
2006-12-12 |
Jim Laskey | Rollback changes to take a different tack. |
tree | commitdiff |
2006-12-12 |
Jim Laskey | Honor the command line specification for machine type. |
tree | commitdiff |
2006-12-11 |
Reid Spencer | Provide a script that can track down which optimization... |
tree | commitdiff |
2006-12-09 |
Reid Spencer | Allow the input of the test program to be specified. |
tree | commitdiff |
2006-12-08 |
Reid Spencer | Add the -ldl library option. |
tree | commitdiff |
2006-12-07 |
Bill Wendling | What should be the last unnecessary <iostream>s in... |
tree | commitdiff |
2006-12-01 |
Evan Cheng | Match TargetInstrInfo changes. |
tree | commitdiff |
2006-11-25 |
Reid Spencer | Only show the first few lines of difference. |
tree | commitdiff |
2006-11-24 |
Reid Spencer | Add an option to enable lli (interpreter mode) testing. |
tree | commitdiff |
2006-11-22 |
Reid Spencer | Stop early if there is no mis-optimization. |
tree | commitdiff |
2006-11-20 |
Chris Lattner | Fix PR1001, patch by Nikhil Patil! |
tree | commitdiff |
2006-11-18 |
Reid Spencer | Make the awk filter print out which files its eliminating. |
tree | commitdiff |
2006-11-18 |
Reid Spencer | This is a utility for preparing patches against LLVM... |
tree | commitdiff |
2006-11-18 |
Reid Spencer | Provide a list of gccld optimization switches. |
tree | commitdiff |
2006-11-17 |
Evan Cheng | Add opcode to TargetInstrDescriptor. |
tree | commitdiff |
2006-11-16 |
Reid Spencer | Use a release version of bugpoint, if found. Include... |
tree | commitdiff |
2006-11-15 |
Chris Lattner | Remove the isTwoAddress property from the CodeGenInstru... |
tree | commitdiff |
2006-11-15 |
Chris Lattner | ADd support for adding constraints to suboperands |
tree | commitdiff |
2006-11-14 |
Chris Lattner | restore some 'magic' code that I removed: it is needed... |
tree | commitdiff |
2006-11-14 |
Chris Lattner | minimal hack to get patterns whose result type is iPTR... |
tree | commitdiff |
2006-11-14 |
Chris Lattner | remove some dead code |
tree | commitdiff |
2006-11-14 |
Chris Lattner | Add support for nodes that return iPTR. |
tree | commitdiff |
2006-11-14 |
Chris Lattner | changes to get ptr_rc to be accepted in patterns. ... |
tree | commitdiff |
2006-11-14 |
Chris Lattner | Fix a bug handling nodes with variable arguments. ... |
tree | commitdiff |
2006-11-13 |
Reid Spencer | Add some output so the user is informed while they... |
tree | commitdiff |
2006-11-11 |
Reid Spencer | Add -lstdc++ to the link line for C++ programs. |
tree | commitdiff |
2006-11-10 |
Chris Lattner | allow ptr_rc to explicitly appear in an instructions... |
tree | commitdiff |
2006-11-09 |
Evan Cheng | Remove M_2_ADDR_FLAG. |
tree | commitdiff |
2006-11-09 |
Reid Spencer | Don't run bugpoint if we can't find a misoptimization. |
tree | commitdiff |
2006-11-09 |
Reid Spencer | Print a usage message if too few arguments to program. |
tree | commitdiff |
2006-11-09 |
Reid Spencer | Add a utility script to find a mis-optimization problem... |
tree | commitdiff |
2006-11-08 |
Evan Cheng | Divide select methods into groups by SelectionDAG node... |
tree | commitdiff |
2006-11-08 |
Evan Cheng | Always pass the root node to ComplexPattern isel matchi... |
tree | commitdiff |
2006-11-07 |
Chris Lattner | emit TIED_TO correctly |
tree | commitdiff |
2006-11-06 |
Chris Lattner | Mark predicate operands as such in operand info. |
tree | commitdiff |
2006-11-06 |
Chris Lattner | simplify the way operand flags and constraints are... |
tree | commitdiff |
2006-11-06 |
Chris Lattner | recognize ppc's blr instruction as predicated |
tree | commitdiff |
2006-11-05 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-11-05 |
Jeff Cohen | Unbreak VC++ build. |
tree | commitdiff |
2006-11-04 |
Evan Cheng | Clean up some code. |
tree | commitdiff |
2006-11-04 |
Chris Lattner | Parse PredicateOperand's. When an instruction takes... |
tree | commitdiff |
2006-11-04 |
Chris Lattner | First steps to getting PredicateOperand's to work.... |
tree | commitdiff |
2006-11-03 |
Chris Lattner | eliminate need for the NumMIOperands field in Operand. |
tree | commitdiff |
2006-11-03 |
Reid Spencer | Remove an unused variable. |
tree | commitdiff |
2006-11-03 |
Chris Lattner | silence warning |
tree | commitdiff |
2006-11-03 |
Reid Spencer | Don't write out variables that are never used. |
tree | commitdiff |
2006-11-03 |
Chris Lattner | silence warnings |
tree | commitdiff |
2006-11-02 |
Reid Spencer | Revert last patch which causes tblgen to segfault ... |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-11-01 |
Evan Cheng | Tied-to constraint must be op_with_larger_idx = op_with... |
tree | commitdiff |
2006-11-01 |
Evan Cheng | Not meant to be checked in. |
tree | commitdiff |
2006-11-01 |
Evan Cheng | Add operand constraints to TargetInstrInfo. |
tree | commitdiff |
2006-10-19 |
Reid Spencer | 80 cols fix. |
tree | commitdiff |
2006-10-16 |
Evan Cheng | Passing isel root and use operands to ComplexPattern... |
tree | commitdiff |
2006-10-14 |
Evan Cheng | When checking if a load can be folded, we check if... |
tree | commitdiff |
2006-10-12 |
Evan Cheng | Really remove dead nodes from isel queue. |
tree | commitdiff |
2006-10-12 |
Evan Cheng | Use RemoveDeadNode to kill dead node. |
tree | commitdiff |
2006-10-12 |
Evan Cheng | Prior load folding check on chain operand was too stric... |
tree | commitdiff |
2006-10-11 |
Evan Cheng | Added properties such as SDNPHasChain to ComplexPattern. |
tree | commitdiff |
2006-10-11 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-10-11 |
Chris Lattner | Add support for let expressions around an mdef. This... |
tree | commitdiff |
2006-10-11 |
Chris Lattner | Special case tblgen generated code for patterns like... |
tree | commitdiff |
2006-10-11 |
Chris Lattner | Split some code out into a new method. The generated... |
tree | commitdiff |
2006-10-09 |
Evan Cheng | Predicate function on the node should be matched before... |
tree | commitdiff |
2006-10-07 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-10-07 |
Chris Lattner | Bugfix: this allows multiclasses to have default arguments. |
tree | commitdiff |
2006-10-04 |
Chris Lattner | Fix more static dtor issues |
tree | commitdiff |
2006-09-29 |
Jim Laskey | Wrong directory. |
tree | commitdiff |
2006-09-28 |
Jim Laskey | Fix search file for -release. |
tree | commitdiff |
2006-09-28 |
Jim Laskey | Add support for -release-asserts. |
tree | commitdiff |
2006-09-27 |
Chris Lattner | This: |
tree | commitdiff |
2006-09-26 |
Chris Lattner | Actually, name the method PrintSpecial to match other... |
tree | commitdiff |
2006-09-26 |
Chris Lattner | Add support for ${:foo} syntax, where "foo" is passed... |
tree | commitdiff |
2006-09-21 |
Chris Lattner | don't allow 'imm' or specific imms, like '1' on the... |
tree | commitdiff |
2006-09-21 |
Chris Lattner | Fit to 80 columns. |
tree | commitdiff |
2006-09-20 |
Jim Laskey | Trim the home directory from the dejagnu test |
tree | commitdiff |
2006-09-19 |
Evan Cheng | Allow PatFrag to be a leaf node. |
tree | commitdiff |
2006-09-19 |
Evan Cheng | Add result of a Xform to isel queue. |
tree | commitdiff |
2006-09-19 |
Chris Lattner | If multiple predicates are listed, they must all pass |
tree | commitdiff |
2006-09-18 |
Chris Lattner | There! |
tree | commitdiff |
2006-09-18 |
Chris Lattner | Fix Regression/TableGen/2006-09-18-LargeInt.td |
tree | commitdiff |
2006-09-15 |
Jim Laskey | Switching to NewNightlyTest.php |
tree | commitdiff |
2006-09-14 |
Chris Lattner | Relax this check. |
tree | commitdiff |
2006-09-11 |
Jim Laskey | No longer used, and confuses maintainers |
tree | commitdiff |
2006-09-11 |
Evan Cheng | 1) With X86 lowering change, the following can no longe... |
tree | commitdiff |
2006-09-08 |
Evan Cheng | Generated isel should favors explicit constant operand... |
tree | commitdiff |
2006-09-05 |
Chris Lattner | Fix JIT encoding of two-addr instructions. |
tree | commitdiff |
2006-09-05 |
Chris Lattner | Fix a long-standing wart in the code generator: two... |
tree | commitdiff |
2006-09-01 |
Chris Lattner | Make sure to clear CurDefmPrefix = 0, otherwise stuff... |
tree | commitdiff |
2006-09-01 |
Chris Lattner | fix an assertion with multidefs. Def inside of multicl... |
tree | commitdiff |
2006-09-01 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-09-01 |
Chris Lattner | Add often-requested support for defining "multiclasses... |
tree | commitdiff |
2006-08-29 |
Evan Cheng | Issue cvs co with -P option to prune empty directories... |
tree | commitdiff |
2006-08-28 |
Reid Spencer | Add virtual methods to all subclasses so they are not... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | Use compiler.h instead of hand rolling our own macro |
tree | commitdiff |
2006-08-27 |
Evan Cheng | Do not emit getTargetNode() and SelectNodeTo() which... |
tree | commitdiff |
2006-08-26 |
Evan Cheng | SelectNodeTo now returns a SDNode*. |
tree | commitdiff |
next |