| Commit message (Expand) | Author | Age | Files | Lines |
* | Coalescer should not delete copy instructions whose defs are partially dead. ... | Evan Cheng | 2010-04-08 | 1 | -0/+26 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 2 | -12/+55 |
* | When expanding expressions which are using post-inc mode for multiple loops, | Dan Gohman | 2010-04-08 | 1 | -0/+27 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 17 | -17/+17 |
* | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman | 2010-04-07 | 1 | -0/+277 |
* | Split big test into multiple directories to cater to | Dale Johannesen | 2010-04-07 | 12 | -0/+397 |
* | this has a pr! | Chris Lattner | 2010-04-07 | 1 | -0/+1 |
* | fix a latent bug my inline asm stuff exposed: | Chris Lattner | 2010-04-07 | 1 | -0/+16 |
* | Remove XFAIL for vg_leak as the leaks are fixed by 100601. | Sanjiv Gupta | 2010-04-07 | 1 | -1/+0 |
* | Don't try to collapse DomainValues onto an incompatible SSE domain. | Jakob Stoklund Olesen | 2010-04-06 | 1 | -0/+130 |
* | Add nounwind. | Evan Cheng | 2010-04-05 | 1 | -2/+2 |
* | Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. | Dan Gohman | 2010-04-05 | 1 | -0/+30 |
* | resolve a fixme. | Chris Lattner | 2010-04-04 | 1 | -2/+2 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 2 | -5/+15 |
* | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 2 | -2/+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 |
* | 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 |
* | 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 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 2 | -1/+17 |
* | XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these | Benjamin Kramer | 2010-03-30 | 6 | -0/+6 |
* | 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 |
* | 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 |
* | 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 |
* | Make the NDEBUG assertion stronger and more clear what is | Chris Lattner | 2010-03-25 | 6 | -6/+5 |
* | BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts. | Nate Begeman | 2010-03-24 | 4 | -2/+12 |
* | Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan. | Bob Wilson | 2010-03-24 | 1 | -114/+0 |
* | Fix memory leak in liveintervals: the destructor for VNInfos must be called, | Torok Edwin | 2010-03-24 | 1 | -0/+114 |
* | Fix PR6673: updating the callback should not clear the map. | Chris Lattner | 2010-03-22 | 1 | -0/+23 |
* | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson | 2010-03-20 | 1 | -0/+13 |
* | Stupid svn. Add back to the lost sibcall tests. | Evan Cheng | 2010-03-20 | 1 | -2/+57 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -6/+6 |
* | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang | 2010-03-19 | 1 | -1/+25 |
* | Turning off post-ra scheduling for x86. It isn't a consistent win. | Evan Cheng | 2010-03-18 | 4 | -27/+27 |
* | X86 address mode matching code MatchAddressRecursively does some aggressive h... | Evan Cheng | 2010-03-17 | 1 | -0/+39 |
* | Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm | Johnny Chen | 2010-03-17 | 14 | -22/+22 |