summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAge
* Test case for http://llvm.org/PR6028.Jay Foad2010-01-15
* Remove test. Execution tests are slow and generally not worth it.Nick Lewycky2009-11-08
* Fix run line.Nick Lewycky2009-11-08
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-08
* Add a test for http://llvm.org/PR3043.Jeffrey Yasskin2009-10-05
* Remove failing test...Bill Wendling2009-09-09
* Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling2009-09-09
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Remove this test now that the interpreter doesn't supportChris Lattner2009-08-24
* remove this test: it is testing for a "feature" I just removed.Chris Lattner2009-08-23
* remove tests for removed intrinsics.Chris Lattner2009-07-12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* remove a testcase that depends on -debug existing.Chris Lattner2009-03-13
* This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-30
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-19
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-05
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-14
* Remove this testcase as it will always fail onZhou Sheng2007-12-13
* Fixed PR1629.Zhou Sheng2007-12-12
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-10
* make this test have a deterministic result.Chris Lattner2007-11-28
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-28
* This test somehow got an extra "not" during theDuncan Sands2007-11-28
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add a test case for shl of APInt integers > 64 bits by 0 shift amount.Reid Spencer2007-05-12
* Add a test case for testing the LLI interpreter wrt bitcast of fp to integer.Reid Spencer2007-05-04
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Make sure the value passed to test function is initialized.Reid Spencer2007-02-01
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-19
* For PR950:Reid Spencer2006-12-19
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-03
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Don't test an exampleChris Lattner2006-07-26
* This test is buggy: printf is a varargs function. This fixes the test withChris Lattner2006-05-17
* PR736 has already been fixed. Remove XFAIL marker.Evan Cheng2006-05-17
* Try xfailing thisChris Lattner2006-04-13
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Fix a bug in the testcaseChris Lattner2005-12-03
* new testcase for PR672Chris Lattner2005-12-03
* Merged from RELEASE_16.John Criswell2005-11-08
* Add a test that runs the ParallelJIT example program to ensure that theReid Spencer2005-07-13