| Age | Commit message (Expand) | Author |
| 2011-03-15 | Add XCore intrinsics for getps, setps, setsr and clrsr. | Richard Osborne |
| 2011-03-15 | PTX: Set PTX 2.0 as the minimum supported version | Justin Holewinski |
| 2011-03-15 | Add a peephole optimization to optimize pairs of bitcasts. e.g. | Evan Cheng |
| 2011-03-15 | sext(undef) = 0, because the top bits will all be the same. | Evan Cheng |
| 2011-03-15 | Testcase for r127630. | Bill Wendling |
| 2011-03-15 | Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches. | Jim Grosbach |
| 2011-03-14 | Generate a VTBL instruction instead of a series of loads and stores when we | Bill Wendling |
| 2011-03-14 | Fix this test up a bit. | Eric Christopher |
| 2011-03-14 | Minor optimization. sign-ext/anyext of undef is still undef. | Evan Cheng |
| 2011-03-14 | PTX: Emit global arrays with proper sizes | Justin Holewinski |
| 2011-03-14 | PTX: Add support for sqrt/sin/cos intrinsics | Justin Holewinski |
| 2011-03-14 | ptx: add set.p instruction and related changes to predicate execution | Che-Liang Chiou |
| 2011-03-12 | Saving files before committing is overrated. | Eric Christopher |
| 2011-03-12 | Sometimes isPredicable lies to us and tells us we don't need the operands. | Eric Christopher |
| 2011-03-11 | Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side- | Jim Grosbach |
| 2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
| 2011-03-11 | Fix the GCC test suite issue exposed by r127477, which was caused by stack | Cameron Zwarich |
| 2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
| 2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
| 2011-03-11 | Change the x86 32-bit scheduler to register pressure and fix up the | Eric Christopher |
| 2011-03-11 | Avoid replacing the value of a directly stored load with the stored value if ... | Evan Cheng |
| 2011-03-10 | Properly pseudo-ize MOVCCr and MOVCCs. | Jim Grosbach |
| 2011-03-10 | PTX: Add preliminary support for floating-point divide and multiply-and-add | Justin Holewinski |
| 2011-03-10 | ptx: add the rest of special registers of ISA version 2.0 | Che-Liang Chiou |
| 2011-03-10 | Revert 127359; it broke lencod. | Stuart Hastings |
| 2011-03-09 | Revert "Re-enable test and hope to silence the buildbots", still broken. | Daniel Dunbar |
| 2011-03-09 | Fix mistyped CHECK lines. | Benjamin Kramer |
| 2011-03-09 | Tweak test to work on Linux. | Stuart Hastings |
| 2011-03-09 | Disable this test temporarily to reduce BuildBot complaints. | Stuart Hastings |
| 2011-03-09 | X86 byval copies no longer always_inline. <rdar://problem/8706628> | Stuart Hastings |
| 2011-03-09 | Add a testcase for the addc improvements introduced some commits ago. Patch b... | Bruno Cardoso Lopes |
| 2011-03-09 | Re-enable test and hope to silence the buildbots | Bruno Cardoso Lopes |
| 2011-03-09 | try to make o32 cc tests less specific to silence some buildbots. The test is... | Bruno Cardoso Lopes |
| 2011-03-09 | Make physreg coalescing independent on the number of uses of the virtual regi... | Jakob Stoklund Olesen |
| 2011-03-09 | Delete a test case that is very sensitive to coalescer behavior. | Jakob Stoklund Olesen |
| 2011-03-09 | Improve varags handling, with testcases. Patch by Sasa Stankovic | Bruno Cardoso Lopes |
| 2011-03-09 | This test case should work with list-ilp or list-burr. | Andrew Trick |
| 2011-03-09 | Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of... | NAKAMURA Takumi |
| 2011-03-09 | Fix testcase. | Eric Christopher |
| 2011-03-08 | Strip cruft. | Benjamin Kramer |
| 2011-03-08 | Add a testcase for r127263. | Eric Christopher |
| 2011-03-08 | X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper... | Benjamin Kramer |
| 2011-03-08 | PTX: Add intrinsic support for ntid, ctaid, and nctaid registers | Justin Holewinski |
| 2011-03-08 | Turn on list-ilp scheduling by default on x86 and x86-64, fix up | Eric Christopher |
| 2011-03-08 | Fix a compiler crash where a Glue value had multiple uses. Radar 9049552. | Bob Wilson |
| 2011-03-05 | ptx: add basic intrinsic support | Che-Liang Chiou |
| 2011-03-05 | test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and... | NAKAMURA Takumi |
| 2011-03-04 | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2011-03-04 | Add testcase for r127032 | Bruno Cardoso Lopes |
| 2011-03-04 | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman |