| Age | Commit message (Expand) | Author |
| 2011-04-19 | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson |
| 2011-04-19 | Add support for FastISel'ing varargs calls. | Eli Friedman |
| 2011-04-19 | Tighten test case a bit. | Jakob Stoklund Olesen |
| 2011-04-19 | Implement support for x86 fastisel of small fixed-sized memcpys, which are ge... | Chris Lattner |
| 2011-04-19 | Implement support for fast isel of calls of i1 arguments, even though they ar... | Chris Lattner |
| 2011-04-19 | Handle i1/i8/i16 constant integer arguments to calls by prepromoting them. | Chris Lattner |
| 2011-04-19 | be layout aware, to produce: | Chris Lattner |
| 2011-04-19 | fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry, | Chris Lattner |
| 2011-04-19 | Make tests register allocation independent again. | Jakob Stoklund Olesen |
| 2011-04-19 | Do not lose mem_operands while lowering VLD / VST intrinsics. | Evan Cheng |
| 2011-04-18 | Fix a bug where we were counting the alias sets as completely used | Eric Christopher |
| 2011-04-18 | while we're at it, handle 'sdiv exact' of a power of 2 also, | Chris Lattner |
| 2011-04-18 | fix rdar://9297011 - udiv by power of two causing fast-isel rejects | Chris Lattner |
| 2011-04-18 | Implement major new fastisel functionality: the matcher can now handle immedi... | Chris Lattner |
| 2011-04-18 | relax this test to just check that the lock prefix is encoded properly, | Chris Lattner |
| 2011-04-17 | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner |
| 2011-04-17 | fix an x86 fast isel issue where we'd completely give up on folding an address | Chris Lattner |
| 2011-04-17 | fix an oversight which caused us to compile the testcase (and other | Chris Lattner |
| 2011-04-17 | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner |
| 2011-04-17 | Remove working entry from README. | Eli Friedman |
| 2011-04-17 | fix rdar://9289583 - fast isel should handle non-canonical commutative binops | Chris Lattner |
| 2011-04-16 | PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext. | Eli Friedman |
| 2011-04-16 | Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the... | Evan Cheng |
| 2011-04-15 | Re-enable test o32_cc_vararg.ll. | Akira Hatanaka |
| 2011-04-15 | Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate | Cameron Zwarich |
| 2011-04-15 | Add this test back for Darwin. | Rafael Espindola |
| 2011-04-15 | The AND instruction leaves the V flag unmodified, so it falls victim to the same | Cameron Zwarich |
| 2011-04-15 | Add missing register forms of instructions to the ARM CMP-folding code. This | Cameron Zwarich |
| 2011-04-15 | Add pass that expands pseudo instructions into target instructions after regi... | Akira Hatanaka |
| 2011-04-15 | Add 129518 back with a fix for when we are producing eh just because of debug... | Rafael Espindola |
| 2011-04-15 | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T... | NAKAMURA Takumi |
| 2011-04-15 | Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't | Evan Cheng |
| 2011-04-15 | Add 3DNow! intrinsics. | Michael J. Spencer |
| 2011-04-14 | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng |
| 2011-04-14 | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola |
| 2011-04-14 | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick |
| 2011-04-14 | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling |
| 2011-04-14 | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling |
| 2011-04-13 | Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>. | Cameron Zwarich |
| 2011-04-13 | Fix a regression caused by r102515 where explicit alignment on globals is | Cameron Zwarich |
| 2011-04-13 | Fix an obvious problem with an alignment computation. AsmPrinter actually does | Cameron Zwarich |
| 2011-04-13 | If a global variable has a specified alignment that is less than the preferred | Cameron Zwarich |
| 2011-04-13 | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick |
| 2011-04-13 | Reapply r129401 with patch for clang. | Bill Wendling |
| 2011-04-13 | Temporarily revert r129408 to see if it brings the bots back. | Eric Christopher |
| 2011-04-12 | Fix a bug where we were counting the alias sets as completely used | Eric Christopher |
| 2011-04-12 | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling |
| 2011-04-12 | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling |
| 2011-04-12 | Revert 129383. It causes some targets to hit a scheduler assert. | Andrew Trick |
| 2011-04-12 | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. | Andrew Trick |