| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move load / store multiple before post-alloc scheduling. | Evan Cheng | 2009-10-02 | 3 | -7/+5 |
* | Test case for aligned attribute on function declaration. | Evan Cheng | 2009-10-02 | 1 | -0/+7 |
* | Remove neonfp attribute and instead set default based on CPU string. Add -arm... | David Goodwin | 2009-10-01 | 18 | -31/+31 |
* | Restore the -post-RA-scheduler flag as an override for the target specificati... | David Goodwin | 2009-10-01 | 6 | -5/+38 |
* | ARM::tPOP and tPOP_RET each has an extra writeback operand now. | Evan Cheng | 2009-10-01 | 1 | -0/+13 |
* | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner | 2009-10-01 | 19 | -423/+0 |
* | Forgot this test earlier. | Evan Cheng | 2009-09-30 | 1 | -0/+154 |
* | Remove regression that requires post-RA scheduling from a target that does no... | David Goodwin | 2009-09-30 | 1 | -33/+0 |
* | Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post... | David Goodwin | 2009-09-30 | 5 | -5/+5 |
* | Post-RA regressions. | David Goodwin | 2009-09-29 | 5 | -4/+113 |
* | Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat. | Evan Cheng | 2009-09-29 | 1 | -0/+19 |
* | Parse custom metadata attached with an instruction. | Devang Patel | 2009-09-29 | 2 | -9/+9 |
* | Add a testcase for r83011. | Dan Gohman | 2009-09-28 | 1 | -0/+38 |
* | Add a CHECK line to check the position of the second divsd. | Dan Gohman | 2009-09-28 | 1 | -0/+1 |
* | Add a testcase to help test analysis preservation. | Dan Gohman | 2009-09-28 | 1 | -0/+47 |
* | Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo | Evan Cheng | 2009-09-28 | 1 | -6/+26 |
* | The select instruction is not neccesarily in the same block as the | Chris Lattner | 2009-09-28 | 1 | -0/+16 |
* | Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of | Evan Cheng | 2009-09-28 | 3 | -2/+25 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 4 | -4/+4 |
* | Use movt/movw pair to materialize 32 bit constants on ARMv6T2+. | Anton Korobeynikov | 2009-09-27 | 1 | -0/+9 |
* | Enhance the previous fix for PR4895 to allow more values than just | Chris Lattner | 2009-09-27 | 1 | -4/+27 |
* | implement PR4895, by making FoldOpIntoPhi handle select conditions | Chris Lattner | 2009-09-27 | 1 | -0/+22 |
* | Enable pre-regalloc load / store multiple pass for Thumb2. | Evan Cheng | 2009-09-27 | 1 | -0/+12 |
* | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -16/+16 |
* | Filecheckify this one test. | Nick Lewycky | 2009-09-27 | 1 | -6/+7 |
* | Remove this test. | Evan Cheng | 2009-09-26 | 1 | -58/+0 |
* | Fix SimplifyLibCalls to transfer attributes from callees rather than | Dan Gohman | 2009-09-26 | 1 | -6/+6 |
* | Fix a case where ScalarEvolution was expanding pointer arithmetic | Dan Gohman | 2009-09-26 | 1 | -0/+41 |
* | Convert comparisons like (x == infinity) to (x >= infinity) on targets | Dan Gohman | 2009-09-26 | 1 | -0/+76 |
* | "Update" tests for -disable-if-conversion removal. I think branch.ll should just | Daniel Dunbar | 2009-09-26 | 2 | -1/+2 |
* | 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 |