Age | Commit message (Expand) | Author |
2009-02-26 | Ignore dbg info intrinsics when folding conditional branch to | Zhou Sheng |
2009-02-26 | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in... | Evan Cheng |
2009-02-26 | The last commit was overly conservative. It's ok to reuse value that's alread... | Evan Cheng |
2009-02-26 | Fix a typo that prevents hello.mm from running (and runs hello.m twice). | Julien Lerouge |
2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
2009-02-25 | Fix PR3667 | Chris Lattner |
2009-02-25 | Check that records with a known constant size are not | Duncan Sands |
2009-02-25 | Don't block basic block with only SwitchInst to fold into predecessors. | Zhou Sheng |
2009-02-24 | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman |
2009-02-24 | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling |
2009-02-24 | Add a testcase for the problem fixed in r65289. | Dan Gohman |
2009-02-24 | Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple | Dan Gohman |
2009-02-24 | Un-XFAIL this test. | Bill Wendling |
2009-02-24 | While folding unconditional return move DbgRegionEndInst into the predecessor... | Devang Patel |
2009-02-23 | Back out the change in 64918 that used sign-extensions when promoting | Dan Gohman |
2009-02-23 | Fast-isel can't do TLS yet, so it should fall back to SDISel | Dan Gohman |
2009-02-23 | Use the -stack-alignment option instead of using a target triple | Dan Gohman |
2009-02-23 | Add test case for checkin @r65314. | Zhou Sheng |
2009-02-23 | Only v1i16 (i.e. _m64) is returned via RAX / RDX. | Evan Cheng |
2009-02-23 | Make this test use darwin targe triple, to avoid stack traffic on linux. | Nate Begeman |
2009-02-23 | Generate better code for v8i16 shuffles on SSE2 | Nate Begeman |
2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
2009-02-22 | bug 3610: Test case. | Richard Pennington |
2009-02-22 | If a use operand is marked isKill, don't forget to add kill to its live inter... | Evan Cheng |
2009-02-22 | Be bug compatible with gcc by returning MMX values in RAX. | Evan Cheng |
2009-02-21 | Don't sign extend the char when expanding char -> int during | Nick Lewycky |
2009-02-21 | Drop bunch of half-working stuff in the ext_weak linkage support. | Anton Korobeynikov |
2009-02-21 | If two-address def is dead and the instruction does not define other register... | Evan Cheng |
2009-02-21 | Teach LSR sink to sink the immediate portion of the common expression back in... | Evan Cheng |
2009-02-21 | rename a function to indicate that it checks for profitability as well | Chris Lattner |
2009-02-20 | Fix strange logic in CollectIVUsers used to determine whether all uses are | Evan Cheng |
2009-02-20 | Support return of MMX values in 64-bit mode. | Evan Cheng |
2009-02-20 | Fix a crash in the pre-alloc splitter exposed by recent codegen changes. | Owen Anderson |
2009-02-20 | make these tests pass when run on a G5. | Chris Lattner |
2009-02-20 | Implement "superhero" strength reduction, or full strength | Dan Gohman |
2009-02-19 | Temporarily XFAIL this test. | Bill Wendling |
2009-02-18 | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner |
2009-02-18 | The subprogram die may not exist while creating "default" scope. | Devang Patel |
2009-02-18 | Use a sign-extend instead of a zero-extend when promoting a | Dan Gohman |
2009-02-18 | Add a test for r61358, which I forgot to add way back when. | Owen Anderson |
2009-02-18 | Change the argument type in this test to something less convoluted, | Dan Gohman |
2009-02-18 | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng |
2009-02-18 | Fix a corner case in the new indvars promotion logic: if there | Dan Gohman |
2009-02-17 | If an alias is dead and so is its aliasee, then globaldce would | Duncan Sands |
2009-02-17 | And now, not so elegant, test case... | Devang Patel |
2009-02-17 | Emit debug info for bitfields. | Devang Patel |
2009-02-17 | commit a tweaked version of Daniel's patch for PR3599. We now | Chris Lattner |
2009-02-17 | A couple of places where reused use operands should be marked kill. This is e... | Evan Cheng |
2009-02-17 | Testcase for rev. 64704 | Devang Patel |
2009-02-17 | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng |