| Age | Commit message (Expand) | Author |
| 2011-04-30 | Weekly fix of register allocation dependent unit tests. | Jakob Stoklund Olesen |
| 2011-04-29 | Change DwarfCFIException's member variables to track what it actually | Rafael Espindola |
| 2011-04-28 | fast-isel sret calls, try 2. We actually do need to do something on x86-32. ... | Eli Friedman |
| 2011-04-28 | Actually revert r130348 correctly. | Eli Friedman |
| 2011-04-28 | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman |
| 2011-04-28 | Teach dwarf writer to handle complex address expression for .debug_loc entries. | Devang Patel |
| 2011-04-28 | Fix a silly mistake in r130338. | Eli Friedman |
| 2011-04-27 | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman |
| 2011-04-27 | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman |
| 2011-04-27 | Fix an edge case involving branches in fast-isel on x86. | Eli Friedman |
| 2011-04-26 | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng |
| 2011-04-26 | Force a triple on this test to unbreak windows buildbots. | Benjamin Kramer |
| 2011-04-26 | Fast-isel support for simple inline asms. | Dan Gohman |
| 2011-04-26 | Add test for PR9743. | Rafael Espindola |
| 2011-04-25 | A dbg.declare may not be in entry block, even if it is referring to an incomi... | Devang Patel |
| 2011-04-25 | Make tests more useful. | Benjamin Kramer |
| 2011-04-23 | test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64. | NAKAMURA Takumi |
| 2011-04-22 | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner |
| 2011-04-22 | DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. | Benjamin Kramer |
| 2011-04-22 | X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (... | Benjamin Kramer |
| 2011-04-21 | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar |
| 2011-04-19 | llc: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar |
| 2011-04-19 | Add support for FastISel'ing varargs calls. | Eli Friedman |
| 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-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-15 | Add this test back for Darwin. | Rafael Espindola |
| 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 | Add 3DNow! intrinsics. | Michael J. Spencer |
| 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 regression caused by r102515 where explicit alignment on globals is | Cameron Zwarich |
| 2011-04-13 | Reapply r129401 with patch for clang. | Bill Wendling |
| 2011-04-12 | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling |