A new test case that tries to generate all the different possible shift
[oota-llvm.git] / test /
2002-10-31 Brian GaekeA new test case that tries to generate all the differen...
2002-10-31 Nick HildenbrandtCBE doesn't alloc correctly
2002-10-31 Chris LattnerNew testcases
2002-10-31 Chris LattnerTell cvs to ignore *.dot and *.ps files in this directory
2002-10-31 Chris LattnerNew testcase for the possible array merging scenarios
2002-10-31 Chris LattnerNew testcases
2002-10-30 Chris LattnerMake the testcase MORE complex
2002-10-30 Chris LattnerName the first basic block
2002-10-27 Chris LattnerMake pointless testcase a bit more "challenging"
2002-10-25 Chris LattnerCheckin simple testcases for LLVM-JIT
2002-10-25 Chris LattnerUpdate test to use long instead of uint getelementptr...
2002-10-16 Chris LattnerNew testcase
2002-10-16 Chris LattnerNew testcase
2002-10-15 Chris LattnerClean up testcases
2002-10-15 Chris LattnerCleanup test
2002-10-15 Chris LattnerFix typo
2002-10-15 Chris LattnerNew testcase
2002-10-15 Chris LattnerCleanup testcase
2002-10-15 Chris LattnerFix testcase
2002-10-14 Vikram S. AdveTest case that shows some poor results for register...
2002-10-14 Chris LattnerMAke sure llc output is regenerated if the LLC binary...
2002-10-13 Chris LattnerSimplify again
2002-10-13 Chris LattnerSimplify testcase
2002-10-13 Chris LattnerRename test so that we can run the disassembler on it.
2002-10-13 Chris LattnerChecking testcase for bytecode reader/writer that is...
2002-10-13 Vikram S. AdveAdd a test for folding a GEP into a load.
2002-10-12 Vikram S. AdveAdded inline constant expressions, including uses in...
2002-10-12 Chris LattnerNew testcase that causes invalid llvm to be emitted...
2002-10-09 Chris LattnerAdd check to see if opt aborts
2002-10-09 Chris LattnerNew testcase
2002-10-09 Chris LattnerAvoid having testcases spit out bytecode on error
2002-10-09 Chris LattnerCleanup testcase a lot to test JUST funcresolve of...
2002-10-09 Chris LattnerNew testcase for infinite loop that the raise pass...
2002-10-08 Chris LattnerNew testcase that the assembler is unacceptably slow on
2002-10-08 Chris LattnerNew testcase for bug that messes up the CWriter
2002-10-08 Chris LattnerCleanup testcase
2002-10-08 Chris LattnerMake test more interesting by adding dummy phi node
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-10-07 Chris LattnerNew testcase
2002-10-07 Chris LattnerFix testcase to run correctly, add description
2002-10-07 Chris LattnerFinally I'm able to distill a testcase for a problem...
2002-10-07 Chris LattnerUpdate testcase to be legal llvm
2002-10-07 Chris LattnerRemove really old testcase
2002-10-06 Chris LattnerCheckin new "feature" test for cee
2002-10-06 Chris LattnerNEw "feature" test that cee should eventually handle
2002-10-06 Chris Lattner - Cleaned up all of the test/Feature tests to not...
2002-10-06 Chris LattnerRemove old crusty test
2002-10-06 Chris LattnerTest "external" modifier on global variable
2002-10-04 Chris LattnerNew testcase for bug never checked into CVS, but that...
2002-10-03 Chris LattnerNew testcase
2002-10-02 Chris LattnerNew testcase for a problem discovered in the SPECINT...
2002-09-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-30 Vikram S. AdveOn this code, llc did not pass the sixth argument ...
2002-09-29 Chris LattnerEnable buidling of programs on Linux again
2002-09-28 Vikram S. AdveRegression test for llc bug that was folding two getele...
2002-09-28 Vikram S. AdveRegression test for live range bug for call arguments.
2002-09-27 Vikram S. AdveSimple test for constant expressions constructed from...
2002-09-27 Vikram S. AdveOverhauled completely.
2002-09-26 Chris Lattner* Run preheaders pass tests
2002-09-26 Chris LattnerCheckin the simple features tests for the preheader...
2002-09-24 Chris LattnerNew feature test for something we have done for a long...
2002-09-24 Chris LattnerNew testcase that causes SimplifyCFG to assert out.
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-23 Chris LattnerNew testcase distilled from SPEC vortex benchmark
2002-09-23 Chris LattnerRun constantmerge tests too
2002-09-23 Chris LattnerFix testcase to accurately expose bug
2002-09-23 Chris LattnerNew testcase distilled from SPEC MCF benchmark
2002-09-23 Vikram S. AdveC tests are run via Makefile.singlesrc so don't run...
2002-09-20 Chris LattnerBuild with $(CC), not gcc explicitly
2002-09-20 Chris LattnerNew testcase for cbe
2002-09-20 Nick HildenbrandtNew testcase for broken type printing for the cwriter
2002-09-20 Chris LattnerCheckin old testcase
2002-09-20 Vikram S. AdveFix data types header file and declarations to work...
2002-09-20 Vikram S. AdveFix to avoid addition on pointers, which is no longer...
2002-09-19 Chris LattnerReenable these options because they break testing on...
2002-09-19 Chris LattnerPoint gccld to the correct library directory.
2002-09-19 Chris LattnerIt turns out that the cannonical name for the llvm...
2002-09-19 Vikram S. AdveAvoid Solaris-specific defines.
2002-09-19 Chris LattnerNew testcase that breaks the CFE.
2002-09-19 Chris LattnerNew testcase for a bug fixed in the GCC SSA constructio...
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-16 Chris LattnerRun the cee pass tests
2002-09-16 Chris LattnerChecking testcases for cee pass
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerClean up pointer using testcases
2002-09-10 Chris LattnerRemove a testcase that is irrelevant now, fix a pointer...
2002-09-10 Chris LattnerNew testcase for poitner problem
2002-09-10 Chris LattnerRun indvars tests
2002-09-10 Chris LattnerAdd new testcase for broken indvars case
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-09-03 Chris LattnerMake sure that setcc is implemented for bools.
next