aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-02-23Fix a bug that caused opt and other tools to silently ignoreDan Gohman
2008-02-23Properly read and write bitcodes for multiple return values.Devang Patel
2008-02-23Really. Why doesn't every arch support MMX?Evan Cheng
2008-02-22Test case for PR2082.Evan Cheng
2008-02-22Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng
2008-02-22copy mmx values from/to memory with GPRs on x86-32 Chris Lattner
2008-02-22Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-21testcase for PR1133Chris Lattner
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner
2008-02-21Let invoke return aggregate value.Devang Patel
2008-02-21Let function call return aggregate.Devang Patel
2008-02-20XFAIL for now.Devang Patel
2008-02-20Now functions can return aggregate values.Devang Patel
2008-02-20Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky
2008-02-20XFAIL this for now.Evan Cheng
2008-02-19this test requires sse2Chris Lattner
2008-02-19Don't fold and's into test instructions if they have multiple uses.Chris Lattner
2008-02-19rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-19dead passChris Lattner
2008-02-19Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner
2008-02-19Don't spew stats to stderr.Nick Lewycky
2008-02-19Fix up the run line for this new test.Nick Lewycky
2008-02-19New test.Evan Cheng
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-18- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng
2008-02-18Correctly fold divide-by-constant, even when faced with overflow.Nick Lewycky
2008-02-18Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman
2008-02-18make this just a bit more strict.Chris Lattner
2008-02-18Add support to GVN for performing sret return slot optimization. This means ...Owen Anderson
2008-02-18optimize away stackrestore calls that have no intervening alloca or call.Chris Lattner
2008-02-18upgrade this test.Chris Lattner
2008-02-17Fold (-x + -y) -> -(x+y) which promotes better association, fixingChris Lattner
2008-02-17Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner
2008-02-17upgrade and simplify this test.Chris Lattner
2008-02-17Remove llvm-upgrade.Tanya Lattner
2008-02-17fix this test.Chris Lattner
2008-02-17Remove llvm-upgradeTanya Lattner
2008-02-17Remove llvm-upgrade.Tanya Lattner
2008-02-17this test isn't useful since we added @ notation for globals.Chris Lattner
2008-02-17this line was commented out.Chris Lattner
2008-02-16Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-16Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner
2008-02-16Remove any 'nest' parameter attributes if the functionDuncan Sands
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-15upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner
2008-02-15rename llx -> llChris Lattner