summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* New testcase for globaldceChris Lattner2001-11-26
* Add testcases for internalChris Lattner2001-11-26
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-26
* MAke sure diffs matchChris Lattner2001-11-26
* Test array indexingChris Lattner2001-11-26
* Only use one form of printVal per program to avoid spurious link errorsChris Lattner2001-11-13
* Overwrite files when linkedChris Lattner2001-11-13
* Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.Vikram S. Adve2001-11-12
* Use cc instead of gcc to compile *.nativeVikram S. Adve2001-11-10
* Testcase for structure field reorderingChris Lattner2001-11-10
* Added function LL__main.Vikram S. Adve2001-11-09
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-08
* Took out .clean.bc target.Vikram S. Adve2001-11-08
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-08
* Add cleaning pass after linking.Vikram S. Adve2001-11-08
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-08
* Add rule for %.clean.bc.Vikram S. Adve2001-11-08
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-07
* Minor fixesChris Lattner2001-11-06
* Build .bc from .c better.Chris Lattner2001-11-06
* Don't forget to make the clean version.Chris Lattner2001-11-06
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-06
* Moved *.c files into subdirectory TestSources to avoid overwritingVikram S. Adve2001-11-06
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-06
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-05
* Make the olden benchmarks compile againChris Lattner2001-11-05
* Put it back!Vikram S. Adve2001-11-05
* Removed by mistake; will add it back immediately.Vikram S. Adve2001-11-05
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-05
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-05
* Replaced another HERE.Vikram S. Adve2001-11-05
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-05
* Start testing the new cleangcc passChris Lattner2001-10-31
* Initial checkin of heapsort benchmarkChris Lattner2001-10-31
* Initial checkin of ary3 "benchmark" from prog lang shootoutChris Lattner2001-10-30
* Add testcase for missed SCCP optimizationChris Lattner2001-10-30
* Test bitwise operationsChris Lattner2001-10-29
* Added printPointer.Vikram S. Adve2001-10-28
* Runtime routines implementing print<TYPE> for all basic types.Vikram S. Adve2001-10-28
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-28
* Added rules for building sparc executable with and without tracing,Vikram S. Adve2001-10-28
* Disable alloca code gen tests until size of extra args in stack frameVikram S. Adve2001-10-22
* *** empty log message ***Vikram S. Adve2001-10-18
* Check in new testcase based on .c file. Adapted to run with lliChris Lattner2001-10-18
* Fix null termination issueChris Lattner2001-10-18
* Add new testcase from C sourceChris Lattner2001-10-18
* Reverse previous change.Vikram S. Adve2001-10-18
* Generate assembly code for testcodegen.Vikram S. Adve2001-10-18
* Added several cases where a constant must be forwarded into a use.Vikram S. Adve2001-10-18
* Disable codgen test for calltest.ll.Vikram S. Adve2001-10-17