summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Testcase for PR2292.Duncan Sands2008-05-06
* Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.Evan Cheng2008-05-06
* Correct the value of LowBits in srem and urem handling inDan Gohman2008-05-06
* Fix a crash when threading a block that includes a MRV call result.Chris Lattner2008-05-05
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05
* no need for eh infoChris Lattner2008-05-05
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-05
* Fix PR1098 by correcting the postdominators analysis.Owen Anderson2008-05-04
* Select vector shift with non-immediate i32 shift amount operand by first movi...Evan Cheng2008-05-04
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-03
* verify builtin optimization works like gcc.Chris Lattner2008-05-02
* Fix a mistake in the computation of leading zeros for udiv.Dan Gohman2008-05-02
* strength reduce exp2 into ldexp, rdar://5852514Chris Lattner2008-05-02
* specify an arch for non-x86 hosts.Chris Lattner2008-05-02
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-01
* New test for bug fixed in 50545.Dale Johannesen2008-05-01
* Fix an overaggressive SimplifyDemandedBits optimization on urem. ThisDan Gohman2008-05-01
* Adding testcase.Bill Wendling2008-05-01
* don't randomly miscompile seto/setuo just because we are in Chris Lattner2008-05-01
* fix typoChris Lattner2008-05-01
* instcombine does memset optzns.Chris Lattner2008-05-01
* simplifylibcalls doesn't optimize llvm.memmove, instcombine does.Chris Lattner2008-05-01
* move some tests from libcall optimizer suite.Chris Lattner2008-05-01
* Really commit the test checking the argument lowering behaviour on x86-64 :).Arnold Schwaighofer2008-04-30
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-30