| Commit message (Expand) | Author | Age | Files | Lines |
* | Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. | Evan Cheng | 2008-10-14 | 1 | -0/+34 |
* | - Somehow I forgot about one / une. | Evan Cheng | 2008-10-14 | 1 | -1/+9 |
* | Optimize anding of two fcmp into a single fcmp if the operands are the same. ... | Evan Cheng | 2008-10-14 | 1 | -0/+26 |
* | new testcase for PR2797 | Chris Lattner | 2008-10-14 | 1 | -0/+9 |
* | When doing the very-late shift-and address-mode optimization, | Dan Gohman | 2008-10-13 | 1 | -0/+38 |
* | Don't barf on 32 bit platforms if llvm-gcc is | Duncan Sands | 2008-10-13 | 2 | -2/+2 |
* | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng | 2008-10-13 | 1 | -0/+29 |
* | Also update sub-register intervals after a trivial computation is rematt'ed f... | Evan Cheng | 2008-10-13 | 1 | -0/+42 |
* | Add a test case for _Complex passed as a FCA. | Evan Cheng | 2008-10-13 | 1 | -0/+14 |
* | Remove "long" variants so these will pass on a 64-bit host. | Dale Johannesen | 2008-10-12 | 2 | -98/+6 |
* | Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes | Chris Lattner | 2008-10-11 | 1 | -0/+8 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -0/+21 |
* | Check loop exit predicate properly while eliminating one iteration loop. | Devang Patel | 2008-10-10 | 1 | -0/+66 |
* | Add testcase for 'r' inline asm operand | Anton Korobeynikov | 2008-10-10 | 1 | -0/+14 |
* | This does not fail anymore | Anton Korobeynikov | 2008-10-10 | 1 | -2/+0 |
* | Add sparc test for memory operand used in inline asm | Anton Korobeynikov | 2008-10-10 | 1 | -0/+16 |
* | This is not failing anymore | Anton Korobeynikov | 2008-10-10 | 1 | -2/+0 |
* | get CodeGen/Alpha/mul128.ll to work. | Chris Lattner | 2008-10-09 | 1 | -1/+0 |
* | Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel | Dan Gohman | 2008-10-07 | 1 | -1/+1 |
* | Add a testcase for i256 add. i256 isn't fully supported in | Dan Gohman | 2008-10-07 | 1 | -0/+18 |
* | 128 mul test, xfailed | Andrew Lenharth | 2008-10-07 | 1 | -0/+8 |
* | Certain patterns involving the "movss" instruction were marked as requiring S... | Anders Carlsson | 2008-10-07 | 1 | -0/+22 |
* | add support for running the test suite with valgrind. to run it just type 'ma... | Nuno Lopes | 2008-10-07 | 2 | -3/+33 |
* | Expand arith on machines without carry flags | Andrew Lenharth | 2008-10-07 | 2 | -1/+9 |
* | fix filetype suffix | Gabor Greif | 2008-10-07 | 1 | -0/+0 |
* | no need to write the output to the disk | Chris Lattner | 2008-10-07 | 1 | -1/+1 |
* | Add test case for ADDC ADDE expansion | Andrew Lenharth | 2008-10-07 | 1 | -0/+10 |
* | Fix typo, fix PR 2865. | Devang Patel | 2008-10-06 | 1 | -0/+31 |
* | Be more precise about which conversions of NaNs | Dale Johannesen | 2008-10-06 | 2 | -0/+31 |
* | Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles. | Evan Cheng | 2008-10-06 | 1 | -0/+12 |
* | Remove interfaces implemented by dead pass from the list of available passes. | Devang Patel | 2008-10-06 | 1 | -0/+11 |
* | This is an objective-c test, not an objective-c++ one. | Evan Cheng | 2008-10-06 | 1 | -1/+1 |
* | Allow scalarrepl to treat an all-zero GEP just as bitcast. | Matthijs Kooijman | 2008-10-06 | 1 | -0/+24 |
* | Actually run Obj-C++ tests if llvm-gcc supports. | Duncan Sands | 2008-10-06 | 2 | -2/+2 |
* | rewrite bswap matching to be more general, allowing arbitrary | Chris Lattner | 2008-10-05 | 1 | -1/+16 |
* | Ignore loads from and stores to local memory (i.e. allocas) | Duncan Sands | 2008-10-04 | 1 | -0/+10 |
* | Allow the construction of SCEVs with SCEVCouldNotCompute operands, by | Nick Lewycky | 2008-10-04 | 1 | -0/+32 |
* | Revert r56675 - it breaks unwinding runtime everywhere. | Anton Korobeynikov | 2008-10-04 | 2 | -2/+2 |
* | Fix a bug in the local allocator's liveness computation where it | Dan Gohman | 2008-10-04 | 1 | -0/+31 |
* | Nick Lewycky's patch. | Devang Patel | 2008-10-03 | 1 | -0/+36 |
* | New test case. | Evan Cheng | 2008-10-03 | 1 | -0/+50 |
* | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen | 2008-10-02 | 1 | -0/+969 |
* | Fix a think-o in isSafeToMove. This fixes it from thinking that | Dan Gohman | 2008-10-02 | 1 | -0/+17 |
* | Disable fast-isel for this test, as it doesn't emit the same | Dan Gohman | 2008-10-01 | 1 | -1/+1 |
* | Attributes noinline alwaysinline are incompatible | Devang Patel | 2008-10-01 | 1 | -2/+1 |
* | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel | 2008-10-01 | 2 | -1/+17 |
* | Split this test and move it into target-specific directories. | Dan Gohman | 2008-10-01 | 2 | -1/+8 |
* | nounwind-ify this test. | Dan Gohman | 2008-10-01 | 1 | -4/+4 |
* | Don't leave an output file in the test directory. | Dan Gohman | 2008-10-01 | 1 | -1/+1 |
* | Moved this option to the front-end. | Bill Wendling | 2008-10-01 | 1 | -1/+0 |