Age | Commit message (Expand) | Author |
2011-04-27 | Fix an edge case involving branches in fast-isel on x86. | Eli Friedman |
2011-04-26 | remove support for llvm.invariant.end from memdep. It is a | Chris Lattner |
2011-04-26 | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng |
2011-04-26 | This test should be in MC. It breaks with changes to scheduling / register al... | Evan Cheng |
2011-04-26 | make a couple of changes to the standard pass pipeline: | Chris Lattner |
2011-04-26 | Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst" | Chris Lattner |
2011-04-26 | Force a triple on this test to unbreak windows buildbots. | Benjamin Kramer |
2011-04-26 | Improve the bail-out predicate to really only kick in when phi | Chris Lattner |
2011-04-26 | Fast-isel support for simple inline asms. | Dan Gohman |
2011-04-26 | Add test for PR9743. | Rafael Espindola |
2011-04-26 | don't emit the symbol name twice for local bss and common | Chris Lattner |
2011-04-26 | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner |
2011-04-25 | Make this test disable fast isel as it's not needed. | Eric Christopher |
2011-04-25 | Lower BlockAddress node when relocation-model is static. | Akira Hatanaka |
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-25 | Remove some hard coded CR-LFs. Some of these were the entire files, one of | Chandler Carruth |
2011-04-23 | Accidental function name mangling. | Andrew Trick |
2011-04-23 | Thumb2 and ARM add/subtract with carry fixes. | Andrew Trick |
2011-04-23 | whitespace | Andrew Trick |
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 | Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s... | Johnny Chen |
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-22 | In Thumb2 mode, lower frame indix references to: | Evan Cheng |
2011-04-21 | Fix DWARF description of Q registers. | Devang Patel |
2011-04-21 | Fix DWARF description of S registers. | Devang Patel |
2011-04-21 | Test case for r129922 | Devang Patel |
2011-04-21 | Fix relative relocations. This is sufficient for running the rust testsuite with | Rafael Espindola |
2011-04-21 | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar |
2011-04-21 | ptx: fix parameter ordering | Che-Liang Chiou |
2011-04-20 | Remove -use-divmod-libcall. Let targets opt in when they are available. | Evan Cheng |
2011-04-20 | Fix another case of <rdar://problem/9184212> that only occurs with code | Cameron Zwarich |
2011-04-20 | Un-XFAIL this test for ARM. <rdar://problem/7662569> | Stuart Hastings |
2011-04-20 | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski |
2011-04-20 | Behave like gnu as when a relocation crosses sections. | Rafael Espindola |
2011-04-20 | Rewrite the expander for umulo/smulo to remember to sign extend the input | Eric Christopher |
2011-04-19 | llc: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar |
2011-04-19 | CodeGen: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar |
2011-04-19 | This patch combines several changes from Evan Cheng for rdar://8659675. | Bob Wilson |
2011-04-19 | Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637. | Bob Wilson |
2011-04-19 | Avoid some 's' 16-bit instruction which partially update CPSR | Bob Wilson |
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 |