summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* New testcaseChris Lattner2002-10-07
* Fix testcase to run correctly, add descriptionChris Lattner2002-10-07
* Finally I'm able to distill a testcase for a problem I'm seeing!Chris Lattner2002-10-07
* Update testcase to be legal llvmChris Lattner2002-10-07
* Remove really old testcaseChris Lattner2002-10-07
* Checkin new "feature" test for ceeChris Lattner2002-10-06
* NEw "feature" test that cee should eventually handleChris Lattner2002-10-06
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-06
* Remove old crusty testChris Lattner2002-10-06
* Test "external" modifier on global variableChris Lattner2002-10-06
* New testcase for bug never checked into CVS, but that I hit during debugging aChris Lattner2002-10-04
* New testcaseChris Lattner2002-10-03
* New testcase for a problem discovered in the SPECINT gzip benchmark.Chris Lattner2002-10-02
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-30
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-30
* On this code, llc did not pass the sixth argument (%reg321) to printf.Vikram S. Adve2002-09-30
* Enable buidling of programs on Linux againChris Lattner2002-09-29
* Regression test for llc bug that was folding two getelementptrs illegally.Vikram S. Adve2002-09-28
* Regression test for live range bug for call arguments.Vikram S. Adve2002-09-28
* Simple test for constant expressions constructed from global addresses.Vikram S. Adve2002-09-27
* Overhauled completely.Vikram S. Adve2002-09-27
* * Run preheaders pass testsChris Lattner2002-09-26
* Checkin the simple features tests for the preheader insertion pass.Chris Lattner2002-09-26
* New feature test for something we have done for a long timeChris Lattner2002-09-24
* New testcase that causes SimplifyCFG to assert out.Chris Lattner2002-09-24
* Convert to using long indexes instead of uintChris Lattner2002-09-23
* Add some more testcases for things to get optimized awayChris Lattner2002-09-23
* New testcase distilled from SPEC vortex benchmarkChris Lattner2002-09-23
* Run constantmerge tests tooChris Lattner2002-09-23
* Fix testcase to accurately expose bugChris Lattner2002-09-23
* New testcase distilled from SPEC MCF benchmarkChris Lattner2002-09-23
* C tests are run via Makefile.singlesrc so don't run them twice.Vikram S. Adve2002-09-23
* Build with $(CC), not gcc explicitlyChris Lattner2002-09-20
* New testcase for cbeChris Lattner2002-09-20
* New testcase for broken type printing for the cwriterNick Hildenbrandt2002-09-20
* Checkin old testcaseChris Lattner2002-09-20
* Fix data types header file and declarations to work on Linux.Vikram S. Adve2002-09-20
* Fix to avoid addition on pointers, which is no longer legal.Vikram S. Adve2002-09-20
* Reenable these options because they break testing on sparc without them.Chris Lattner2002-09-19
* Point gccld to the correct library directory.Chris Lattner2002-09-19
* It turns out that the cannonical name for the llvm-gcc compiler is, wellChris Lattner2002-09-19
* Avoid Solaris-specific defines.Vikram S. Adve2002-09-19
* New testcase that breaks the CFE.Chris Lattner2002-09-19
* New testcase for a bug fixed in the GCC SSA construction algorithm:Chris Lattner2002-09-19
* New regression testChris Lattner2002-09-17
* Convert to use long indexes instead of uintChris Lattner2002-09-17
* Run the cee pass testsChris Lattner2002-09-16
* Checking testcases for cee passChris Lattner2002-09-16
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-10
* Clean up pointer using testcasesChris Lattner2002-09-10