Age | Commit message (Expand) | Author |
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 | final step needed to resolve PR6627, which allows us to flatten the code down to | Chris Lattner |
2011-04-28 | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman |
2011-04-28 | InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp. | Benjamin Kramer |
2011-04-28 | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner |
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-28 | PTX: support for bitwise operations on predicates | Justin Holewinski |
2011-04-27 | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman |
2011-04-27 | Add tests for A8.6.110 NOP. | Johnny Chen |
2011-04-27 | Fixes PR9730: indvars: An asserting value handle still pointed to this value | Andrew Trick |
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 | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman |
2011-04-27 | If converter was being too cute. It look for root BBs (which don't have | Evan Cheng |
2011-04-27 | When analyzing functions known to only access argument pointees, | Dan Gohman |
2011-04-27 | Simplify cfg inserts a call to trap when unreachable code is detected. Assign... | Devang Patel |
2011-04-27 | Also add <imp-def> operands for defined and dead super-registers when rewriting. | Jakob Stoklund Olesen |
2011-04-27 | Test case and comment for PR9633. | Andrew Trick |
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 |