aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Special handling for MMX values being passed in either GPR64 or lower 64-bits...Evan Cheng2008-04-251-0/+25
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-251-0/+18
* new testcaseChris Lattner2008-04-251-0/+25
* Update testAnton Korobeynikov2008-04-251-1/+1
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-253-89/+0
* MMX argument passing fixes:Evan Cheng2008-04-251-0/+23
* Loosen up an assertion to allow intrinsics. I really have noChris Lattner2008-04-251-0/+15
* Don't infininitely thread branches when a threaded edgeChris Lattner2008-04-251-0/+142
* Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...Evan Cheng2008-04-251-0/+12
* New test.Evan Cheng2008-04-241-0/+89
* Add EXTRA_OPTIONS on the llvmgxx command line.Devang Patel2008-04-241-1/+1
* Add EXTRA_OPTIONS on the llvmgcc command line.Devang Patel2008-04-241-1/+1
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-241-0/+43
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-232-3/+3
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-231-0/+6
* Disable stack realignment for these testsAnton Korobeynikov2008-04-234-5/+5
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-231-2/+2