Trying that again.
[oota-llvm.git] / test / ExecutionEngine /
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()...
2003-06-05 Chris LattnerNew testcase, the JIT currently handles this right...
2003-06-05 Chris LattnerNew testcase for PHI handling
2003-06-01 Chris LattnerAdd tests for cast of long to bool
2003-06-01 Chris LattnerAdd tests for 64 bit shifts
2003-05-12 Chris LattnerEnable more tests
2003-05-12 Chris LattnerAdd tests for casts from unsigned integers to floats
2003-05-12 Chris LattnerAdd old test
2003-05-12 Chris LattnerSimplify testcase a bit more
2003-05-12 Chris LattnerNew testcase that crashes Jello
2003-05-07 Chris LattnerNew testcase for problem that is actually generic to...
2003-05-06 Chris LattnerNew testcase distilled from the fhourstones benchmark
2003-01-16 Chris LattnerAdd more testcases
2003-01-13 Chris LattnerNew testcase
2003-01-13 Chris LattnerNew testcases
2003-01-13 Chris Lattnertest the shift cases for long that are implemented
2003-01-13 Chris Lattnertest longs
2003-01-13 Chris LattnerTest longs and fp
2003-01-13 Chris LattnerTEst longs
2003-01-13 Chris LattnerAdd test for longs
2003-01-13 Chris Lattneradd div test as well
2003-01-13 Chris Lattnertest a bunch of stuff
2003-01-13 Chris LattnerTest long support
2002-12-28 Chris LattnerAdd another simple call
2002-12-28 Chris LattnerTest argument passing
2002-12-28 Chris LattnerAdd a variable sized alloca to test
2002-12-25 Chris LattnerInitial fp test
2002-12-18 Chris LattnerPrint argc as well as argv
2002-12-17 Chris LattnerMake testcase return 0 on success
2002-12-16 Chris LattnerAdd dummy implementation of __main
2002-12-16 Chris LattnerNew testcase for printing out arguments
2002-12-15 Chris LattnerAdd new testcase for repeated preds
2002-12-15 Chris LattnerNew testcase for bool support
2002-12-13 Chris LattnerTest indirect call
2002-12-13 Chris LattnerNew testcase
2002-12-13 Chris LattnerReturn success on success
2002-12-13 Chris LattnerTest more phi stuff
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-12-13 Chris Lattnerreturn 0 on success
2002-12-13 Chris LattnerStop sucking
2002-12-13 Misha BrukmanMaking main() return 0 so that we know it ran successfu...
2002-12-13 Misha BrukmanMaking main() return 0 to exit without error when no...
2002-12-13 Chris LattnerFix testcase
2002-12-13 Chris LattnerInfinite loops, are, well, not good
next