aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-021-2/+2
* Test case for http://llvm.org/PR6028.Jay Foad2010-01-151-0/+9
* Remove test. Execution tests are slow and generally not worth it.Nick Lewycky2009-11-081-19/+0
* Fix run line.Nick Lewycky2009-11-081-1/+1
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-081-0/+19
* Add a test for http://llvm.org/PR3043.Jeffrey Yasskin2009-10-051-0/+35
* Remove failing test...Bill Wendling2009-09-091-141/+0
* Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling2009-09-091-0/+141
* Remove obsolete -f flags.Dan Gohman2009-08-2534-34/+34
* Remove this test now that the interpreter doesn't supportChris Lattner2009-08-241-81/+0
* remove this test: it is testing for a "feature" I just removed.Chris Lattner2009-08-231-81/+0
* remove tests for removed intrinsics.Chris Lattner2009-07-121-17/+0
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-11/+11
* remove a testcase that depends on -debug existing.Chris Lattner2009-03-131-29/+0
* This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-301-0/+17
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-191-30/+0
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-051-0/+60
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-2036-36/+36
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-192-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1036-706/+663
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-142-0/+162
* Remove this testcase as it will always fail onZhou Sheng2007-12-131-54/+0
* Fixed PR1629.Zhou Sheng2007-12-121-0/+54
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-0/+19
* make this test have a deterministic result.Chris Lattner2007-11-281-2/+2
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-281-1/+1
* This test somehow got an extra "not" during theDuncan Sands2007-11-281-2/+2
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-281-23/+19
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Add a test case for shl of APInt integers > 64 bits by 0 shift amount.Reid Spencer2007-05-121-0/+30
* Add a test case for testing the LLI interpreter wrt bitcast of fp to integer.Reid Spencer2007-05-041-0/+21
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-152-4/+4
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Make sure the value passed to test function is initialized.Reid Spencer2007-02-011-0/+1
* For PR950:Reid Spencer2006-12-3114-36/+36
* For PR950:Reid Spencer2006-12-193-3/+3
* For PR950:Reid Spencer2006-12-196-9/+6
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-0312-12/+12
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-023-3/+3
* Don't test an exampleChris Lattner2006-07-261-3/+0
* This test is buggy: printf is a varargs function. This fixes the test withChris Lattner2006-05-171-2/+2
* PR736 has already been fixed. Remove XFAIL marker.Evan Cheng2006-05-171-3/+0
* Try xfailing thisChris Lattner2006-04-131-1/+3
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Fix a bug in the testcaseChris Lattner2005-12-031-1/+1
* new testcase for PR672Chris Lattner2005-12-031-0/+22
* Merged from RELEASE_16.John Criswell2005-11-081-1/+1