| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert test to filecheck. | Evan Cheng | 2009-09-26 | 1 | -3/+11 |
* | I put the wrong rdar number in this test. | Dan Gohman | 2009-09-26 | 1 | -1/+1 |
* | Unbreak MachineLICM for instructions that reference RIP on x86-64 too. | Dan Gohman | 2009-09-25 | 2 | -18/+42 |
* | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman | 2009-09-25 | 1 | -0/+33 |
* | Fix MachineSink to be able to sink instructions that use physical registers | Dan Gohman | 2009-09-25 | 1 | -0/+18 |
* | Flip -disable-post-RA-scheduler to -post-RA-scheduler. | Evan Cheng | 2009-09-25 | 5 | -6/+6 |
* | Handle sqrt in CannotBeNegativeZero. absf and absl | Dale Johannesen | 2009-09-25 | 1 | -0/+33 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -1/+1 |
* | Add readonly to some sin and cos calls; transformations | Dale Johannesen | 2009-09-25 | 2 | -13/+13 |
* | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 8 | -13/+10 |
* | reimplement the regex matching strategy by building a single | Chris Lattner | 2009-09-25 | 1 | -8/+8 |
* | pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. | Bob Wilson | 2009-09-25 | 1 | -0/+17 |
* | convert testcases to filecheck. | Chris Lattner | 2009-09-25 | 2 | -18/+66 |
* | remove a large unreduced testcase | Chris Lattner | 2009-09-25 | 1 | -85/+0 |
* | Reenable sqrt IR generation test. | Dale Johannesen | 2009-09-24 | 2 | -3/+16 |
* | Convert to FileCheck. | Bob Wilson | 2009-09-24 | 1 | -4/+6 |
* | Add nounwind to this test. | Dan Gohman | 2009-09-24 | 1 | -1/+1 |
* | Constant propagating byval pointer is safe if function is readonly. | Torok Edwin | 2009-09-24 | 1 | -2/+18 |
* | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 8 | -10/+13 |
* | Don't constant propagate byval pointers, since they are not really pointers, but | Torok Edwin | 2009-09-24 | 1 | -0/+24 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 2 | -29/+0 |
* | Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger. | Evan Cheng | 2009-09-24 | 1 | -0/+21 |
* | Clean up LiveVariables and change how it deals with partial updates and kills... | Evan Cheng | 2009-09-24 | 2 | -1/+92 |
* | Disable test; what it's testing for is wrong. | Dale Johannesen | 2009-09-23 | 1 | -0/+3 |
* | Add nounwind. | Evan Cheng | 2009-09-23 | 1 | -1/+1 |
* | Fix PR5024. LiveVariables physical register defs should *commit* only after all | Evan Cheng | 2009-09-23 | 1 | -0/+23 |
* | Fix a obvious logic error. | Evan Cheng | 2009-09-23 | 1 | -0/+124 |
* | Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi... | Evan Cheng | 2009-09-22 | 1 | -0/+14 |
* | Initial support for running LLVM tests from cmake. | Daniel Dunbar | 2009-09-22 | 2 | -0/+58 |
* | Generate lit.site.cfg from a .in file, as clang does. | Daniel Dunbar | 2009-09-22 | 2 | -8/+14 |
* | Fix a pasto. Also simplify for Bill's benefit. | Evan Cheng | 2009-09-22 | 2 | -2/+2 |
* | Fix PR5023: The instruction form of DominatorTree::dominates did not | Chris Lattner | 2009-09-21 | 1 | -0/+24 |
* | Clean up spill weight computation. Also some changes to give loop induction | Evan Cheng | 2009-09-21 | 7 | -8/+44 |
* | Add a comment mentioning the rdar number associated with this test. | Dan Gohman | 2009-09-21 | 1 | -0/+1 |
* | Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool | Dan Gohman | 2009-09-21 | 1 | -0/+95 |
* | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 2009-09-21 | 2 | -4/+323 |
* | fix PR5016, a crash I introduced in GVN handing first class | Chris Lattner | 2009-09-21 | 1 | -0/+14 |
* | enable non-local analysis and PRE of large store -> little load. | Chris Lattner | 2009-09-21 | 1 | -1/+51 |
* | add pr# | Chris Lattner | 2009-09-21 | 1 | -0/+1 |
* | Improve GVN to be able to forward substitute a small load | Chris Lattner | 2009-09-21 | 1 | -0/+50 |
* | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im... | Evan Cheng | 2009-09-21 | 1 | -0/+34 |
* | fix a FileCheck bug where: | Chris Lattner | 2009-09-21 | 1 | -1/+0 |
* | Move ARM and X86 specific AsmParser tests into separate subdirectories, and only | Daniel Dunbar | 2009-09-21 | 7 | -3/+11 |
* | Work around a FileCheck bug, for now. | Daniel Dunbar | 2009-09-20 | 1 | -0/+1 |
* | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner | 2009-09-20 | 1 | -26/+0 |
* | this was not supposed to be committed | Chris Lattner | 2009-09-20 | 1 | -21/+0 |
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -0/+21 |
* | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner | 2009-09-20 | 1 | -0/+26 |
* | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner | 2009-09-20 | 1 | -3/+51 |
* | Teach 'make check-all' to build the site configuration for clang, if it is in... | Daniel Dunbar | 2009-09-20 | 1 | -5/+15 |