| Age | Commit message (Expand) | Author |
| 2010-09-25 | Add test case for PTX ret instruction | Che-Liang Chiou |
| 2010-09-25 | Add ret instruction to PTX backend | Che-Liang Chiou |
| 2010-09-24 | Enable code placement optimization pass for ARM. | Evan Cheng |
| 2010-09-23 | Set alignment operand for NEON VST instructions. | Bob Wilson |
| 2010-09-23 | Set alignment operand for NEON VLD instructions. | Bob Wilson |
| 2010-09-23 | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng |
| 2010-09-22 | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson |
| 2010-09-22 | Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. | Cameron Esfahani |
| 2010-09-22 | Fix an inconsistency in the x86 backend that led it to reject "calll foo" on | Chris Lattner |
| 2010-09-22 | reimplement elf TLS support in terms of addressing modes, eliminating Segment... | Chris Lattner |
| 2010-09-22 | linux has a different stack alignment than the mac, relax this a bit. | Chris Lattner |
| 2010-09-22 | give VZEXT_LOAD a memory operand, it now works with segment registers. | Chris Lattner |
| 2010-09-22 | revert r114386 now that address modes work correctly, we get a nice | Chris Lattner |
| 2010-09-21 | give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256... | Chris Lattner |
| 2010-09-21 | filecheckize | Chris Lattner |
| 2010-09-21 | OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe... | Evan Cheng |
| 2010-09-21 | Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ... | Owen Anderson |
| 2010-09-21 | Use FileCheck | Devang Patel |
| 2010-09-21 | When adding the carry bit to another value on X86, exploit the fact that the ... | Owen Anderson |
| 2010-09-21 | fix rdar://8453210, a crash handling a call through a GS relative load. | Chris Lattner |
| 2010-09-20 | Enable machine sinking critical edge splitting. e.g. | Evan Cheng |
| 2010-09-20 | CombinerAA is now reordering these stores. | Owen Anderson |
| 2010-09-20 | When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ... | Owen Anderson |
| 2010-09-20 | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach |
| 2010-09-19 | test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa... | NAKAMURA Takumi |
| 2010-09-18 | Add the exit instruction to the PTX target. | Eric Christopher |
| 2010-09-18 | Invert the logic of reachesChainWithoutSideEffects(). What we want to check ... | Owen Anderson |
| 2010-09-17 | Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64 | Bob Wilson |
| 2010-09-17 | Teach the (non-MC) instruction printer to use the cannonical names for push/pop, | Jim Grosbach |
| 2010-09-17 | Teach machine sink to | Evan Cheng |
| 2010-09-17 | Update tests to handle MC-inst instruction printing of shift operations. The | Jim Grosbach |
| 2010-09-17 | FileCheck-ize | Jim Grosbach |
| 2010-09-17 | Move thumb2 tests to the thumb2 directory | Jim Grosbach |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-17 | Avoid emitting a PIC base register if no PIC addresses are needed. | Dan Gohman |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-16 | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen |
| 2010-09-16 | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila |
| 2010-09-15 | Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem | Bob Wilson |
| 2010-09-15 | the darwin9-powerpc buildbot keeps consistently crashing, | Gabor Greif |
| 2010-09-14 | forgot the testcase change for r113839 | Gabor Greif |
| 2010-09-14 | test for and-tst peephole optimization | Gabor Greif |
| 2010-09-13 | Re-apply r113679, which was reverted in r113720, which added a paid of new in... | Owen Anderson |
| 2010-09-12 | Revert 113679, it was causing an infinite loop in a testcase that I've sent | Eric Christopher |
| 2010-09-10 | Fix test so it passes on non-Darwin hosts. | Evan Cheng |
| 2010-09-10 | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson |
| 2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
| 2010-09-09 | Add one more pattern to fallback movddup | Bruno Cardoso Lopes |
| 2010-09-09 | Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from | Bob Wilson |