summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-23
* Fix a obvious logic error.Evan Cheng2009-09-23
* Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2009-09-22
* Initial support for running LLVM tests from cmake.Daniel Dunbar2009-09-22
* Generate lit.site.cfg from a .in file, as clang does.Daniel Dunbar2009-09-22
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-22
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-21
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-21
* Add a comment mentioning the rdar number associated with this test.Dan Gohman2009-09-21
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-21
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-21
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-21
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-21
* add pr#Chris Lattner2009-09-21
* Improve GVN to be able to forward substitute a small load Chris Lattner2009-09-21
* Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...Evan Cheng2009-09-21
* fix a FileCheck bug where:Chris Lattner2009-09-21
* Move ARM and X86 specific AsmParser tests into separate subdirectories, and onlyDaniel Dunbar2009-09-21
* Work around a FileCheck bug, for now.Daniel Dunbar2009-09-20
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-20