summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test.Evan Cheng2008-05-16
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-16
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-16
* Use loop deletion instead of ADCE for removing loops.Owen Anderson2008-05-16
* Fix this test. It was testing broken behavior in that it required ADCE to el...Owen Anderson2008-05-16
* implement PR2328.Chris Lattner2008-05-16
* Use common where we mean common, not weak.Dale Johannesen2008-05-16
* Revert the change from r51157 inDan Gohman2008-05-16
* Fix a bug in LoopStrengthReduce that caused it to emit IR withDan Gohman2008-05-15
* Remove the S92 code, which really has nothing to doDale Johannesen2008-05-15
* Evan has implemented this on ppc, so run the test there.Dale Johannesen2008-05-15
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Situations can arise when you have a function called that returns a 'void', butBill Wendling2008-05-14
* Simplify internalize pass. Add test case.Devang Patel2008-05-14
* When bit-twiddling CondCode values for integer comparisons producesDan Gohman2008-05-14
* Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner2008-05-14
* Make this test pass on x86-32 linux.Duncan Sands2008-05-14
* Fix for PR 2323, infinite loop in tail dup.Dale Johannesen2008-05-13
* Instead of a vector load, shuffle and then extract an element. Load the eleme...Evan Cheng2008-05-13
* Add a testcase for non-local CSE of read-only calls.Owen Anderson2008-05-13
* On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8...Evan Cheng2008-05-13
* Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...Evan Cheng2008-05-12
* New test for tail mergingDale Johannesen2008-05-12
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-12
* Testcase for PR2264.Duncan Sands2008-05-12
* Testcase for PR2303.Duncan Sands2008-05-10
* When transforming a vector_shuffle to a load, the base address must not be an...Evan Cheng2008-05-10
* Add nounwind.Evan Cheng2008-05-10
* If all sources of a PHI node are defined by an implicit_def, just emit an imp...Evan Cheng2008-05-10
* Add a pattern to do move the low element of a v4f32 and zero extend the rest.Evan Cheng2008-05-09
* Handle a few more cases of folding load i64 into xmm and zero top bits.Evan Cheng2008-05-09
* Simplify test.Evan Cheng2008-05-09
* Implement PR2298. This transforms:Chris Lattner2008-05-09
* Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng2008-05-08
* More than just loads can read from memory: readonly calls like strlenChris Lattner2008-05-08
* Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner2008-05-08
* new testcase.Chris Lattner2008-05-08
* Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng2008-05-08
* Add nounwind.Evan Cheng2008-05-07
* Yet another nasty spiller bug.Evan Cheng2008-05-07
* Fix a bug in the ComputeMaskedBits logic for multiply.Dan Gohman2008-05-07
* Removing.Bill Wendling2008-05-06
* Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov2008-05-06
* Testcase for r50770.Owen Anderson2008-05-06
* Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov2008-05-06
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-06
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-06
* Add two (currently failing) tests.Mikhail Glushenkov2008-05-06
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-06
* First small tests for llvmc2.Mikhail Glushenkov2008-05-06