aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* move lowering of llvm.memset -> store from simplify libcalls Chris Lattner2008-04-301-0/+15
* no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner2008-04-301-3/+1
* remove redundant check.Chris Lattner2008-04-301-3/+1
* Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson2008-04-291-0/+17
* don't eliminate load from volatile value on paths where the load is dead.Chris Lattner2008-04-291-0/+25
* make this test reduced and *valid*Chris Lattner2008-04-291-15/+6
* fix a subtle volatile handling bug.Chris Lattner2008-04-291-0/+30
* new testcase for PR2094. The inline asms should not pin allocas to theChris Lattner2008-04-291-0/+12
* don't delete the last store to an alloca if the store is volatile.Chris Lattner2008-04-291-0/+8
* make the vector conversion magic handle multiple results.Chris Lattner2008-04-291-2/+20
* add support for multiple return values in inline asm. This is a step Chris Lattner2008-04-291-0/+17
* Another extract_subreg coalescing bug.Evan Cheng2008-04-291-0/+166
* Add -march=x86.Evan Cheng2008-04-281-1/+1
* Update and_ops.ll according to the recent dagcombiner changes.Dan Gohman2008-04-282-2/+28
* Test case.Evan Cheng2008-04-281-0/+6
* Fix DSE to not eliminate volatile loads with no uses.Dan Gohman2008-04-281-0/+8
* Teach InstCombine's ComputeMaskedBits what SelectionDAG'sDan Gohman2008-04-281-0/+45
* Fix PR2256, yet another miscompilation in simplifycfg of iChris Lattner2008-04-281-0/+30
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-272-4/+14
* When SRoA'ing a global variable, make sure the new globals get the Chris Lattner2008-04-261-0/+32
* Feedback from chrisNate Begeman2008-04-251-1/+1
* Add a testcase for the recent "handle variable vector insert elt in mem" patchNate Begeman2008-04-251-0/+11
* Update tests.Evan Cheng2008-04-252-3/+3