| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | First small tests for llvmc2. | Mikhail Glushenkov | 2008-05-06 | 4 | -0/+34 |
* | Testcase for PR2292. | Duncan Sands | 2008-05-06 | 1 | -0/+4 |
* | Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux. | Evan Cheng | 2008-05-06 | 1 | -3/+3 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 1 | -0/+9 |
* | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner | 2008-05-05 | 1 | -0/+25 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+93 |
* | no need for eh info | Chris Lattner | 2008-05-05 | 1 | -1/+1 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -2/+2 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 2 | -0/+17 |
* | Select vector shift with non-immediate i32 shift amount operand by first movi... | Evan Cheng | 2008-05-04 | 2 | -0/+37 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -2/+3 |
* | verify builtin optimization works like gcc. | Chris Lattner | 2008-05-02 | 1 | -0/+10 |
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 2 | -0/+39 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -0/+38 |
* | specify an arch for non-x86 hosts. | Chris Lattner | 2008-05-02 | 1 | -1/+1 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 16 | -16/+16 |
* | New test for bug fixed in 50545. | Dale Johannesen | 2008-05-01 | 1 | -0/+26 |
* | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman | 2008-05-01 | 1 | -0/+32 |
* | Adding testcase. | Bill Wendling | 2008-05-01 | 1 | -0/+15 |
* | don't randomly miscompile seto/setuo just because we are in | Chris Lattner | 2008-05-01 | 1 | -0/+15 |
* | fix typo | Chris Lattner | 2008-05-01 | 1 | -1/+1 |
* | instcombine does memset optzns. | Chris Lattner | 2008-05-01 | 1 | -18/+0 |
* | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner | 2008-05-01 | 1 | -22/+0 |
* | move some tests from libcall optimizer suite. | Chris Lattner | 2008-05-01 | 1 | -0/+17 |
* | Really commit the test checking the argument lowering behaviour on x86-64 :). | Arnold Schwaighofer | 2008-04-30 | 1 | -0/+21 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 3 | -0/+36 |
* | Move this test to LoopDeletion, where it now passes. | Owen Anderson | 2008-04-30 | 2 | -2/+4 |
* | move lowering of llvm.memset -> store from simplify libcalls | Chris Lattner | 2008-04-30 | 1 | -0/+15 |
* | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | remove redundant check. | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl... | Owen Anderson | 2008-04-29 | 1 | -0/+17 |
* | don't eliminate load from volatile value on paths where the load is dead. | Chris Lattner | 2008-04-29 | 1 | -0/+25 |
* | make this test reduced and *valid* | Chris Lattner | 2008-04-29 | 1 | -15/+6 |
* | fix a subtle volatile handling bug. | Chris Lattner | 2008-04-29 | 1 | -0/+30 |
* | new testcase for PR2094. The inline asms should not pin allocas to the | Chris Lattner | 2008-04-29 | 1 | -0/+12 |
* | don't delete the last store to an alloca if the store is volatile. | Chris Lattner | 2008-04-29 | 1 | -0/+8 |
* | make the vector conversion magic handle multiple results. | Chris Lattner | 2008-04-29 | 1 | -2/+20 |
* | add support for multiple return values in inline asm. This is a step | Chris Lattner | 2008-04-29 | 1 | -0/+17 |
* | Another extract_subreg coalescing bug. | Evan Cheng | 2008-04-29 | 1 | -0/+166 |
* | Add -march=x86. | Evan Cheng | 2008-04-28 | 1 | -1/+1 |
* | Update and_ops.ll according to the recent dagcombiner changes. | Dan Gohman | 2008-04-28 | 2 | -2/+28 |
* | Test case. | Evan Cheng | 2008-04-28 | 1 | -0/+6 |
* | Fix DSE to not eliminate volatile loads with no uses. | Dan Gohman | 2008-04-28 | 1 | -0/+8 |
* | Teach InstCombine's ComputeMaskedBits what SelectionDAG's | Dan Gohman | 2008-04-28 | 1 | -0/+45 |
* | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner | 2008-04-28 | 1 | -0/+30 |
* | Implement a signficant optimization for inline asm: | Chris Lattner | 2008-04-27 | 2 | -4/+14 |
* | When SRoA'ing a global variable, make sure the new globals get the | Chris Lattner | 2008-04-26 | 1 | -0/+32 |
* | Feedback from chris | Nate Begeman | 2008-04-25 | 1 | -1/+1 |
* | Add a testcase for the recent "handle variable vector insert elt in mem" patch | Nate Begeman | 2008-04-25 | 1 | -0/+11 |
* | Update tests. | Evan Cheng | 2008-04-25 | 2 | -3/+3 |