Initial checkin
[oota-llvm.git] / test / ExecutionEngine /
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
2002-12-13 Misha BrukmanThis way it's easier to test: if the call to external...
2002-12-04 Misha BrukmanReturn 0 to make it into a fully-functioning "Hello...
2002-12-04 Chris LattnerFix testcase
2002-12-04 Chris LattnerNew testcase
2002-12-04 Chris LattnerAdd main functions to benchmarks
2002-12-04 Chris LattnerNew testcase
2002-12-03 Chris LattnerTestcase for call instruction
2002-12-03 Chris LattnerStandard hello-world test
2002-11-21 Chris LattnerMake testcase more interesting
2002-11-21 Chris LattnerMove test
2002-11-21 Chris LattnerShuffle testcases around
2002-11-21 Chris LattnerNew testcase
2002-11-17 Chris LattnerNew testcase for loads and stores
2002-11-07 Brian Gaekecomment out the 64-bit cases for now.
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
2002-11-02 Chris LattnerEnable div and mod tests
2002-11-02 Chris LattnerEnable multiply tests
2002-11-02 Chris LattnerNew testcase for arithmetic operations
2002-11-02 Chris LattnerNew testcase for logical operators
2002-10-31 Brian GaekeA new test case that tries to generate all the differen...