summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* move lowering of llvm.memset -> store from simplify libcalls Chris Lattner2008-04-30
* no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner2008-04-30
* remove redundant check.Chris Lattner2008-04-30
* Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson2008-04-29
* don't eliminate load from volatile value on paths where the load is dead.Chris Lattner2008-04-29
* make this test reduced and *valid*Chris Lattner2008-04-29
* fix a subtle volatile handling bug.Chris Lattner2008-04-29
* new testcase for PR2094. The inline asms should not pin allocas to theChris Lattner2008-04-29
* don't delete the last store to an alloca if the store is volatile.Chris Lattner2008-04-29
* make the vector conversion magic handle multiple results.Chris Lattner2008-04-29
* add support for multiple return values in inline asm. This is a step Chris Lattner2008-04-29
* Another extract_subreg coalescing bug.Evan Cheng2008-04-29
* Add -march=x86.Evan Cheng2008-04-28
* Update and_ops.ll according to the recent dagcombiner changes.Dan Gohman2008-04-28
* Test case.Evan Cheng2008-04-28
* Fix DSE to not eliminate volatile loads with no uses.Dan Gohman2008-04-28
* Teach InstCombine's ComputeMaskedBits what SelectionDAG'sDan Gohman2008-04-28
* Fix PR2256, yet another miscompilation in simplifycfg of iChris Lattner2008-04-28
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-27
* When SRoA'ing a global variable, make sure the new globals get the Chris Lattner2008-04-26
* Feedback from chrisNate Begeman2008-04-25
* Add a testcase for the recent "handle variable vector insert elt in mem" patchNate Begeman2008-04-25
* Update tests.Evan Cheng2008-04-25
* Special handling for MMX values being passed in either GPR64 or lower 64-bits...Evan Cheng2008-04-25
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-25
* new testcaseChris Lattner2008-04-25