| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng | 2010-04-05 | 3 | -0/+3 |
* | resolve a fixme. | Chris Lattner | 2010-04-04 | 1 | -2/+2 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 7 | -8/+10 |
* | add integer overflow check for the fp induction variable | Chris Lattner | 2010-04-03 | 1 | -4/+4 |
* | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner | 2010-04-03 | 1 | -4/+23 |
* | convert to filecheck | Chris Lattner | 2010-04-03 | 1 | -5/+13 |
* | rename feature test. | Chris Lattner | 2010-04-03 | 1 | -0/+0 |
* | actually just remove this, will move the real feature test here. | Chris Lattner | 2010-04-03 | 1 | -35/+0 |
* | rename test since it is a feature test. | Chris Lattner | 2010-04-03 | 1 | -0/+0 |
* | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner | 2010-04-03 | 1 | -0/+19 |
* | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson | 2010-04-03 | 1 | -46/+0 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 3 | -0/+184 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 2 | -5/+15 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 7 | -10/+8 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 7 | -8/+10 |
* | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman | 2010-04-02 | 1 | -0/+41 |
* | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 3 | -8/+2 |
* | After trivial coalescing, the MI being visited may have become a copy. Avoid ... | Evan Cheng | 2010-04-02 | 1 | -0/+70 |
* | Remove this initializer so that the optimizer doesn't convert | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Update this test for the new preferred alignment heuristics. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Make globalopt refine global variable alignment. | Dan Gohman | 2010-04-02 | 1 | -0/+6 |
* | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 2 | -9/+25 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 1 | -2/+10 |
* | Add -mcpu to memcpy / memset tests to ensure they behave the same on all host... | Evan Cheng | 2010-04-01 | 3 | -9/+8 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 7 | -56/+130 |
* | change this from using '!dbg' to using '!dbgx'. The | Chris Lattner | 2010-04-01 | 1 | -4/+4 |
* | Add a redundant PHI testcase for SSAUpdater to go with svn r100047. | Bob Wilson | 2010-03-31 | 1 | -0/+46 |
* | testcase for r99914, provided by baldrick! | Gabor Greif | 2010-03-31 | 1 | -0/+18 |
* | Replace V_SET0 with variants for each SSE execution domain. | Jakob Stoklund Olesen | 2010-03-31 | 6 | -7/+8 |
* | Fix typo. Thank you, valgrind. | Jakob Stoklund Olesen | 2010-03-31 | 1 | -1/+1 |
* | Not all platforms start symbols with _ | Jakob Stoklund Olesen | 2010-03-30 | 2 | -6/+6 |
* | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen | 2010-03-30 | 9 | -45/+59 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 6 | -8/+8 |
* | Ignore invalid metadata. | Devang Patel | 2010-03-30 | 1 | -0/+30 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 6 | -8/+8 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 4 | -1/+19 |
* | XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these | Benjamin Kramer | 2010-03-30 | 6 | -0/+6 |
* | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -18/+53 |
* | Fix PR4975. Avoid referencing empty vector. | Evan Cheng | 2010-03-29 | 1 | -0/+17 |
* | From Kalle Raiskila: | Chris Lattner | 2010-03-29 | 1 | -0/+17 |
* | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 2010-03-29 | 1 | -0/+2 |
* | teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), | Chris Lattner | 2010-03-28 | 1 | -3/+7 |
* | add some nounwinds | Chris Lattner | 2010-03-28 | 1 | -12/+12 |
* | this takes an insane amount of time to run, disable it for now (PR6727) | Chris Lattner | 2010-03-28 | 1 | -1/+3 |
* | XFAIL a new tblgen test for memory leak checking. | Jeffrey Yasskin | 2010-03-27 | 1 | -0/+1 |
* | Do not sibcall if stack needs to be dynamically aligned. | Evan Cheng | 2010-03-26 | 1 | -0/+11 |
* | Allow trivial sibcall of vararg callee when no arguments are being passed. | Evan Cheng | 2010-03-26 | 3 | -6/+37 |
* | Try trivial remat before the coalescer gives up on a vr / physreg coalescing ... | Evan Cheng | 2010-03-26 | 3 | -2/+17 |
* | switch the flag for using NEON for SP floating point to a subtarget 'feature'. | Jim Grosbach | 2010-03-25 | 17 | -29/+20 |
* | Add nounwind. | Evan Cheng | 2010-03-25 | 1 | -1/+1 |