index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
LLC
Age
Commit message (
Expand
)
Author
2003-07-29
Regression test for incorrect character emitted to char array.
Vikram S. Adve
2003-07-10
*** empty log message ***
Vikram S. Adve
2003-07-10
Just documentation.
Vikram S. Adve
2003-07-08
*** empty log message ***
Vikram S. Adve
2003-07-06
Regression test for bug in reg. allocation that was using %xcc instead
Vikram S. Adve
2003-07-01
Move to test/programs/LLvmsource
Chris Lattner
2003-05-31
3 more bugs from the SPEC codes and from richards_benchmark.c
Vikram S. Adve
2003-05-28
Three kinds of boolean values handled incorrectly:
Vikram S. Adve
2003-05-11
Allow llx tests as well
Chris Lattner
2003-01-23
* Only run LLVM tests so that testing is not stopped.
Chris Lattner
2003-01-15
Cleanup testcase
Chris Lattner
2002-10-14
Test case that shows some poor results for register allocation.
Vikram S. Adve
2002-10-13
Add a test for folding a GEP into a load.
Vikram S. Adve
2002-10-12
Added inline constant expressions, including uses in binary subtract.
Vikram S. Adve
2002-09-30
On this code, llc did not pass the sixth argument (%reg321) to printf.
Vikram S. Adve
2002-09-28
Regression test for llc bug that was folding two getelementptrs illegally.
Vikram S. Adve
2002-09-28
Regression test for live range bug for call arguments.
Vikram S. Adve
2002-09-27
Simple test for constant expressions constructed from global addresses.
Vikram S. Adve
2002-09-27
Overhauled completely.
Vikram S. Adve
2002-09-23
C tests are run via Makefile.singlesrc so don't run them twice.
Vikram S. Adve
2002-09-20
Fix data types header file and declarations to work on Linux.
Vikram S. Adve
2002-09-20
Fix to avoid addition on pointers, which is no longer legal.
Vikram S. Adve
2002-08-22
Add functions castbool and boolexpr.
Vikram S. Adve
2002-08-22
*** empty log message ***
Vikram S. Adve
2002-08-21
Fix store to not index
Chris Lattner
2002-08-21
Convert testcase to not use indexing on loads & stores
Chris Lattner
2002-08-15
Add tests for unary NOT operations.
Vikram S. Adve
2002-08-14
*** empty log message ***
Chris Lattner
2002-08-04
Add a sequence of GEPs with constant indices, for folding.
Vikram S. Adve
2002-08-01
Fix makefile to work.
Chris Lattner
2002-08-01
Fix broken testcase
Chris Lattner
2002-08-01
Make testcase legal LLVM
Chris Lattner
2002-08-01
Feature test for stack size bigger than immed. field of SAVE instruction.
Vikram S. Adve
2002-07-29
Fix testcase to not print pointer value
Chris Lattner
2002-07-10
Fix broken test
Chris Lattner
2002-07-10
Include Makefile.singlesrc in order to compile .c tests.
Vikram S. Adve
2002-07-10
Some of these are feature tests, not regression tests.
Vikram S. Adve
2002-04-16
New testcase
Chris Lattner
2002-04-14
Checkin first unit testcases for the backend
Chris Lattner
2002-02-11
Add testcase for sparc backend
Chris Lattner