index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FrontendAda
Age
Commit message (
Expand
)
Author
2011-07-27
Remove these two directories. The tests can be ported to dragonegg if
Eric Christopher
2011-03-31
Will not compile without the spec!
Duncan Sands
2011-01-24
Testcase for dragonegg commit 124128.
Duncan Sands
2010-12-02
Adjust this test for the fact that the stores are no longer
Duncan Sands
2010-11-25
Dragonegg cannot output bitcode, only human readable IR, so use -S rather
Duncan Sands
2009-10-22
Check that accessing a struct field that occurs before the start
Duncan Sands
2009-10-22
Test handling of record fields with negative offsets.
Duncan Sands
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