aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-23Test case for PR1065.Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-22add a generic component to this testChris Lattner
2006-12-22let this pass for ppc/linuxChris Lattner
2006-12-21Integer constants now print out as signed values in the assembly,Reid Spencer
2006-12-21These tests all rely on using register mnemonics and thus must behave in theJim Laskey
2006-12-20Add some tests for negative constants to unsigned and large positiveReid Spencer
2006-12-20new testcaseChris Lattner
2006-12-19Update this test because constant integers are always printed signed now.Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-19This test needs to be upgraded for the forthcoming FCmpInst patch.Reid Spencer
2006-12-19This test needs to be upgraded for the FCmpInst patch.Reid Spencer
2006-12-19Make sure linker output is overwritten so this test can pass multiple times.Reid Spencer
2006-12-19testcase for pr1061Chris Lattner
2006-12-19Back out last revision, a bit premature, its not an upgrade-only change.Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-19This test needs to be upgraded in preparation for the SETCC patch.Reid Spencer
2006-12-19This test needs to be upgraded.Reid Spencer
2006-12-18Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer
2006-12-16testcase for pr1049Chris Lattner
2006-12-16Fix one more broken testcaseChris Lattner
2006-12-16Fix borken testcaseChris Lattner
2006-12-16fix buggy testcaseChris Lattner
2006-12-16testcases for PR1042Chris Lattner
2006-12-15extern_weak link testAndrew Lenharth
2006-12-15reenable theseChris Lattner
2006-12-15New testcase for llvm-gcc bugfixChris Lattner
2006-12-14avoid using a constant table when a constant can be used inlineRafael Espindola
2006-12-14Avoid creating invalid sub/add instructions on the prolog/epilogRafael Espindola
2006-12-13Remove DSA tests.John Criswell
2006-12-13Remove DSA tests.John Criswell
2006-12-13xfail these until I recommit the scalarrepl patchChris Lattner
2006-12-13Remove DSA tests.John Criswell
2006-12-13New testcase for PR1047Chris Lattner
2006-12-12more general matching of the MVN instructionRafael Espindola
2006-12-12don't use "ordinary" addressing mode 1 when mvn is appropriateRafael Espindola
2006-12-12new testcase for pr1045Chris Lattner
2006-12-12This should check for darwin literal sections as well.Chris Lattner
2006-12-12use MVN to handle small negative constantsRafael Espindola
2006-12-12Don't bother upgrading this.Reid Spencer
2006-12-12add mvnRafael Espindola
2006-12-11Test case for ensuring correct reading back of cast constant expressions.Reid Spencer
2006-12-11Add a test for constant folding of bitcast to/from floating point.Reid Spencer
2006-12-11Provide a test for int<->float and long<->double bitcasts.Reid Spencer
2006-12-11constant folding of bitcast is broken.Chris Lattner
2006-12-11the xform is done by scalarrepl not the code generator.Chris Lattner
2006-12-11new testcaseChris Lattner
2006-12-11testcase for a regression introduced by the recent cast patchChris Lattner