summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-01
* Forgot this test earlier.Evan Cheng2009-09-30
* Remove regression that requires post-RA scheduling from a target that does no...David Goodwin2009-09-30
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-30
* Post-RA regressions.David Goodwin2009-09-29
* Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.Evan Cheng2009-09-29
* Parse custom metadata attached with an instruction.Devang Patel2009-09-29
* Add a testcase for r83011.Dan Gohman2009-09-28
* Add a CHECK line to check the position of the second divsd.Dan Gohman2009-09-28
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-28
* Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng2009-09-28
* The select instruction is not neccesarily in the same block as theChris Lattner2009-09-28
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-28
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.Anton Korobeynikov2009-09-27
* Enhance the previous fix for PR4895 to allow more values than justChris Lattner2009-09-27
* implement PR4895, by making FoldOpIntoPhi handle select conditionsChris Lattner2009-09-27
* Enable pre-regalloc load / store multiple pass for Thumb2.Evan Cheng2009-09-27
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* Filecheckify this one test.Nick Lewycky2009-09-27
* Remove this test.Evan Cheng2009-09-26
* Fix SimplifyLibCalls to transfer attributes from callees rather thanDan Gohman2009-09-26
* Fix a case where ScalarEvolution was expanding pointer arithmeticDan Gohman2009-09-26
* Convert comparisons like (x == infinity) to (x >= infinity) on targetsDan Gohman2009-09-26
* "Update" tests for -disable-if-conversion removal. I think branch.ll should justDaniel Dunbar2009-09-26
* Convert test to filecheck.Evan Cheng2009-09-26
* I put the wrong rdar number in this test.Dan Gohman2009-09-26
* Unbreak MachineLICM for instructions that reference RIP on x86-64 too.Dan Gohman2009-09-25
* Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which isDan Gohman2009-09-25
* Fix MachineSink to be able to sink instructions that use physical registersDan Gohman2009-09-25
* Flip -disable-post-RA-scheduler to -post-RA-scheduler.Evan Cheng2009-09-25
* Handle sqrt in CannotBeNegativeZero. absf and abslDale Johannesen2009-09-25
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Add readonly to some sin and cos calls; transformationsDale Johannesen2009-09-25
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-25
* pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson2009-09-25
* convert testcases to filecheck.Chris Lattner2009-09-25
* remove a large unreduced testcaseChris Lattner2009-09-25
* Reenable sqrt IR generation test.Dale Johannesen2009-09-24
* Convert to FileCheck.Bob Wilson2009-09-24
* Add nounwind to this test.Dan Gohman2009-09-24
* Constant propagating byval pointer is safe if function is readonly.Torok Edwin2009-09-24
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin2009-09-24
* Add count/not tools as executables.Daniel Dunbar2009-09-24
* Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.Evan Cheng2009-09-24
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-24
* Disable test; what it's testing for is wrong.Dale Johannesen2009-09-23
* Add nounwind.Evan Cheng2009-09-23