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