aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-30For PR1289:Reid Spencer
2007-03-29checkpoint -> implementation. This really needs to just drop the need forReid Spencer
2007-03-28Delete the remanant of an obsolete comment.Reid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-28The implementation keyword was replaced with checkpoint.Reid Spencer
2007-03-20Break up huge line so that this file is almost readable.Reid Spencer
2007-03-19Test case noticed by Sheng that fails because negative values that areReid Spencer
2007-03-19For PR1258:Reid Spencer
2007-03-14Test case for PR1256.Reid Spencer
2007-02-08New test cases for PR1187Reid Spencer
2007-02-08Make this legal input.Reid Spencer
2007-02-08Add some more interesting cases to this test.Reid Spencer
2007-02-08For PR1187:Reid Spencer
2007-02-07For PR1187:Reid Spencer
2007-02-07For PR1187:Reid Spencer
2007-02-05Assembler no longer prints ! at the end of its error messages.Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-29Update this test case to look for sret parameter attribute not csret cc.Reid Spencer
2007-01-28Test case for PR1137. This makes sure that we don't get erroneousReid Spencer
2007-01-26For PR1122:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-20Fix incorrect run line.Owen Anderson
2007-01-17Test cases for PR1117.Reid Spencer
2007-01-13For PR1043:Reid Spencer
2007-01-13Test case for PR1093 for llvm.va_* intrinsics upgrade.Reid Spencer
2007-01-06Currently, there is no fix for this.Reid Spencer
2007-01-06Test case for PR1082, an llvm-upgrade bug.Reid Spencer
2007-01-06Test Case for PR1080.Reid Spencer
2007-01-05Fix this to check for the correct error message.Reid Spencer
2007-01-05This tests for something that will become illegal soon. The test/FeatureReid Spencer
2007-01-05Beef up this test case a little by introducing a global variable nameReid Spencer
2007-01-05Make this test that we can drop the implementation keyword for llvm-as.Reid Spencer
2007-01-02Add a test case for abstract parameter and result types in functionReid Spencer
2007-01-02For PR1070:Reid Spencer
2007-01-02Manually upgrade this test case to make sure that the new cast-to-boolReid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-09Fix the run line and make this test more specific.Reid Spencer
2006-12-09Add a check to catch an incorrect upgrade.Reid Spencer
2006-12-02Use llvm-upgrade these tests as they all use old assembly.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-09-28Add a test case for PR902.Reid Spencer
2006-05-26New testcase, check that the bc file correctly encodes varargs nonccc calls.Chris Lattner