test commit
[oota-llvm.git] / test / ExecutionEngine /
2012-05-18 Danil MalyshevTemporarily disabled the MCJIT tests for Darwin, becaus...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-17 Eli BenderskyRemove "XFAIL: arm" from test/ExecutionEngine/test...
2012-01-17 Eli BenderskyAdditional ExecutionEngine tests, as part of bringing...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-08-26 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-31 Galina KistanovaReverted r132135 per Xerxes request. These tests are...
2011-05-26 Galina KistanovaMake few ExecutionEngine tests XFAIL for ARM, since...
2010-12-02 Jim GrosbachXFAIL for now. If someone with access to an ARM/Linux...
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-11-09 Dale JohannesenJim's recent fixes 118600, 118587, 118513 have made...
2010-10-29 Andrew TrickThe ARM jit cannot handle these tests as of 2010-10-27.
2010-04-16 Dan GohmanRevert r101455, which fails on the llvm-arm-linux buildbot.
2010-04-16 Bill WendlingAdd JIT exception handling test.
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-01-15 Jay FoadTest case for http://llvm.org/PR6028.
2009-11-08 Nick LewyckyRemove test. Execution tests are slow and generally...
2009-11-08 Nick LewyckyFix run line.
2009-11-08 Nick LewyckyFix the interpreter to not crash due to zeroext/signext
2009-10-05 Jeffrey YasskinAdd a test for http://llvm.org/PR3043.
2009-09-09 Bill WendlingRemove failing test...
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Chris LattnerRemove this test now that the interpreter doesn't support
2009-08-23 Chris Lattnerremove this test: it is testing for a "feature" I just...
2009-07-12 Chris Lattnerremove tests for removed intrinsics.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-13 Chris Lattnerremove a testcase that depends on -debug existing.
2009-01-30 Zhou ShengThis is case is to uncover the bug in IntrinsicLowering...
2009-01-19 Nick LewyckyPort this test from dejagnu to unit testing.
2008-06-05 Zhou ShengAdd a test case for APInt bug fix in r51999.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-13 Zhou ShengRemove this testcase as it will always fail on
2007-12-12 Zhou ShengFixed PR1629.
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-11-28 Chris Lattnermake this test have a deterministic result.
2007-11-28 Duncan SandsRevert previous "fix" - the breakage was due to some
2007-11-28 Duncan SandsThis test somehow got an extra "not" during the
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-12 Reid SpencerAdd a test case for shl of APInt integers > 64 bits...
2007-05-04 Reid SpencerAdd a test case for testing the LLI interpreter wrt...
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-01 Reid SpencerMake sure the value passed to test function is initialized.
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Reid SpencerFor PR950:
2006-12-19 Reid SpencerFor PR950:
2006-12-03 Reid SpencerThese tests need llvm-upgrade. This fixes last night...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-07-26 Chris LattnerDon't test an example
2006-05-17 Chris LattnerThis test is buggy: printf is a varargs function. ...
2006-05-17 Evan ChengPR736 has already been fixed. Remove XFAIL marker.
2006-04-13 Chris LattnerTry xfailing this
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-12-03 Chris LattnerFix a bug in the testcase
2005-12-03 Chris Lattnernew testcase for PR672
2005-11-08 John CriswellMerged from RELEASE_16.
2005-07-13 Reid SpencerAdd a test that runs the ParallelJIT example program...
2005-02-27 Chris LattnerFix misspellings, patch contributed by Gabor Greif!
2004-12-05 Chris LattnerMake this test actually capable of passing.
2004-12-05 Alkis EvlogimenosRemove unneeded code
2004-12-05 Alkis EvlogimenosMatch codegen string better
2004-12-05 Alkis EvlogimenosAdd testcast for bug475
2004-12-04 Chris LattnerThese tests pass on darwin now that the __ thing is...
2004-12-02 John CriswellThese lookup symbols with leading underscores, which...
2004-11-22 Chris LattnerExit only with a value from 0-255.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-06 Tanya LattnerAdding RUN lines.
2004-05-07 Brian GaekeAdd more casts. You can never have enough casts.
2003-11-26 John CriswellRenamed intermediate values that used the same type...
2003-11-19 Chris Lattnerupdate test
2003-11-19 Chris LattnerGenericize tests
2003-11-19 Chris LattnerCleanup test
2003-10-18 Chris LattnerNew testcase, distilled from 176.gcc codegen failure
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis'.
2003-08-24 Chris LattnerNew testcase
2003-08-23 Chris Lattnernew testcase distilled from 176.gcc
2003-08-21 Chris LattnerSimplify test
2003-08-21 John CriswellRegression test that verifies that the JIT passes the...
2003-08-15 Chris LattnerNew testcase identified by misha, distilled from the...
2003-07-27 Chris LattnerSomehow "simplest" test became a hello world test....
2003-06-28 Chris LattnerGet rid of control flow in the test
2003-06-06 Misha BrukmanReturn 'int 0' instead of 'void' so that the test can...
2003-06-06 Misha BrukmanReturn 'int 0' instead of void so that the test can...
2003-06-06 Misha BrukmanSimplify test case: remove declaration of __main()...
next