aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* When transforming a vector_shuffle to a load, the base address must not be an...Evan Cheng2008-05-101-0/+10
* Add nounwind.Evan Cheng2008-05-101-2/+2
* If all sources of a PHI node are defined by an implicit_def, just emit an imp...Evan Cheng2008-05-101-0/+25
* Add a pattern to do move the low element of a v4f32 and zero extend the rest.Evan Cheng2008-05-091-0/+9
* Handle a few more cases of folding load i64 into xmm and zero top bits.Evan Cheng2008-05-092-0/+20
* Simplify test.Evan Cheng2008-05-091-3/+2
* Implement PR2298. This transforms:Chris Lattner2008-05-092-0/+20
* Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng2008-05-081-0/+10
* More than just loads can read from memory: readonly calls like strlenChris Lattner2008-05-081-0/+28
* Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner2008-05-081-0/+25
* new testcase.Chris Lattner2008-05-081-0/+8
* Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng2008-05-084-3/+17
* Add nounwind.Evan Cheng2008-05-0725-58/+39
* Yet another nasty spiller bug.Evan Cheng2008-05-071-0/+37
* Fix a bug in the ComputeMaskedBits logic for multiply.Dan Gohman2008-05-071-0/+10
* Removing.Bill Wendling2008-05-061-25/+0
* Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov2008-05-064-5/+5
* Testcase for r50770.Owen Anderson2008-05-061-0/+109
* Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov2008-05-065-2/+2
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-062-2/+2
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-062-3/+3
* Add two (currently failing) tests.Mikhail Glushenkov2008-05-064-0/+45
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-062-2/+1
* First small tests for llvmc2.Mikhail Glushenkov2008-05-064-0/+34
* Testcase for PR2292.Duncan Sands2008-05-061-0/+4
* Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.Evan Cheng2008-05-061-3/+3
* Correct the value of LowBits in srem and urem handling inDan Gohman2008-05-061-0/+9
* Fix a crash when threading a block that includes a MRV call result.Chris Lattner2008-05-051-0/+25
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-0/+93
* no need for eh infoChris Lattner2008-05-051-1/+1
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-051-2/+2
* Fix PR1098 by correcting the postdominators analysis.Owen Anderson2008-05-042-0/+17
* Select vector shift with non-immediate i32 shift amount operand by first movi...Evan Cheng2008-05-042-0/+37
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-031-2/+3
* verify builtin optimization works like gcc.Chris Lattner2008-05-021-0/+10
* Fix a mistake in the computation of leading zeros for udiv.Dan Gohman2008-05-022-0/+39
* strength reduce exp2 into ldexp, rdar://5852514Chris Lattner2008-05-021-0/+38
* specify an arch for non-x86 hosts.Chris Lattner2008-05-021-1/+1
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-0116-16/+16
* New test for bug fixed in 50545.Dale Johannesen2008-05-011-0/+26
* Fix an overaggressive SimplifyDemandedBits optimization on urem. ThisDan Gohman2008-05-011-0/+32
* Adding testcase.Bill Wendling2008-05-011-0/+15
* don't randomly miscompile seto/setuo just because we are in Chris Lattner2008-05-011-0/+15
* fix typoChris Lattner2008-05-011-1/+1
* instcombine does memset optzns.Chris Lattner2008-05-011-18/+0
* simplifylibcalls doesn't optimize llvm.memmove, instcombine does.Chris Lattner2008-05-011-22/+0
* move some tests from libcall optimizer suite.Chris Lattner2008-05-011-0/+17
* Really commit the test checking the argument lowering behaviour on x86-64 :).Arnold Schwaighofer2008-04-301-0/+21
* Tail call optimization improvements:Arnold Schwaighofer2008-04-303-0/+36
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-302-2/+4