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
/
FrontendAda
Age
Commit message (
Expand
)
Author
2009-03-12
Adjust this test for recent sroa improvements.
Duncan Sands
2009-02-25
Check that records with a known constant size are not
Duncan Sands
2008-08-13
Teach constant folding that an inttoptr of a
Duncan Sands
2008-01-15
Testcase for gimplify_expr crash caused by an
Duncan Sands
2008-01-04
Testcase with non-integer "bitfields" (in quotes,
Duncan Sands
2008-01-03
Test for handling of large bit offset from a
Duncan Sands
2008-01-03
An example for which the TYPE_SIZE was being set from
Duncan Sands
2008-01-03
Test handling of records for which the fields are
Duncan Sands
2007-07-23
For multipart tests, place the parts with no
Duncan Sands
2007-05-06
Testcase for yet another global constant Ada f-e bug.
Duncan Sands
2007-05-02
Test that TREE_CONSTANT is being set correctly.
Duncan Sands
2007-05-02
Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter
Duncan Sands
2007-04-21
Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single
Reid Spencer
2007-04-21
Test if the compiler supports Ada, and enable Ada tests if so. While I was
Duncan Sands
2007-04-16
Testcase for debug info emission for structure fields at variable offsets.
Duncan Sands
2007-04-03
move ada tests
Chris Lattner