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
/
FrontendObjC
Age
Commit message (
Expand
)
Author
2008-10-07
fix filetype suffix
Gabor Greif
2008-10-06
This is an objective-c test, not an objective-c++ one.
Evan Cheng
2008-08-07
Move tests of the ObjC++ front-end to their own
Duncan Sands
2008-06-10
Suppress ObjC FE warnings, which cause the test to fail.
Dale Johannesen
2008-05-06
Removing.
Bill Wendling
2008-04-25
new testcase
Chris Lattner
2007-12-11
Rename these tests to use the appropriate suffixes.
Dan Gohman
2007-11-09
Thanks to the XTARGET line, this test should still
Duncan Sands
2007-11-08
Run this test only on darwin.
Devang Patel
2007-10-23
new testcase
Chris Lattner
2007-10-19
Removed "-arch i386" by popular demand...
Bill Wendling
2007-10-19
Now with RUN line!
Bill Wendling
2007-10-19
Remove the Foundation.h file because not everyone has that.
Bill Wendling
2007-10-19
New test.
Devang Patel
2007-10-18
Fix the command line.
Bill Wendling
2007-10-18
Fix test.
Devang Patel
2007-10-17
Test to make sure we don't generate unwind info for non-64-bit Objective-C.
Bill Wendling
2007-10-04
Support Objective C++ too.
Bill Wendling
2007-10-04
Added testcase for creation of metadata with null pointers.
Bill Wendling
2007-10-04
un-XFAIL this test.
Bill Wendling
2007-10-03
Temporarily XFAIL this test.
Bill Wendling
2007-10-02
Fix test.
Devang Patel
2007-09-27
While searching for appropriate place for temporaries, do not over-incerement...
Devang Patel
2007-05-03
New test.
Devang Patel
2007-04-21
Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single
Reid Spencer
2007-04-20
Enable Objective-C tests.
Devang Patel
2007-04-03
testcase for recent bugfix
Chris Lattner