aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2010-04-16Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman
2010-04-16Add JIT exception handling test.Bill Wendling
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-01-15Test case for http://llvm.org/PR6028.Jay Foad
2009-11-08Remove test. Execution tests are slow and generally not worth it.Nick Lewycky
2009-11-08Fix run line.Nick Lewycky
2009-11-08Fix the interpreter to not crash due to zeroext/signextNick Lewycky
2009-10-05Add a test for http://llvm.org/PR3043.Jeffrey Yasskin
2009-09-09Remove failing test...Bill Wendling
2009-09-09Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-24Remove this test now that the interpreter doesn't supportChris Lattner
2009-08-23remove this test: it is testing for a "feature" I just removed.Chris Lattner
2009-07-12remove tests for removed intrinsics.Chris Lattner
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-03-13remove a testcase that depends on -debug existing.Chris Lattner
2009-01-30This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng
2009-01-19Port this test from dejagnu to unit testing.Nick Lewycky
2008-06-05Add a test case for APInt bug fix in r51999.Zhou Sheng
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-12-14Teach the interpreter to read and write memory in theDuncan Sands
2007-12-13Remove this testcase as it will always fail onZhou Sheng
2007-12-12Fixed PR1629.Zhou Sheng
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-11-28make this test have a deterministic result.Chris Lattner
2007-11-28Revert previous "fix" - the breakage was due to someDuncan Sands
2007-11-28This test somehow got an extra "not" during theDuncan Sands
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-12Add a test case for shl of APInt integers > 64 bits by 0 shift amount.Reid Spencer
2007-05-04Add a test case for testing the LLI interpreter wrt bitcast of fp to integer.Reid Spencer
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-01Make sure the value passed to test function is initialized.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-03These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-07-26Don't test an exampleChris Lattner
2006-05-17This test is buggy: printf is a varargs function. This fixes the test withChris Lattner
2006-05-17PR736 has already been fixed. Remove XFAIL marker.Evan Cheng
2006-04-13Try xfailing thisChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-12-03Fix a bug in the testcaseChris Lattner