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
/
FrontendObjC
Age
Commit message (
Expand
)
Author
2009-02-17
And now, not so elegant, test case...
Devang Patel
2009-02-05
testcase for rdar://6551276 and llvm-gcc r63873
Chris Lattner
2009-01-26
Testcase for 6522054.
Dale Johannesen
2008-11-26
Add test for rdar://6394879.
Bill Wendling
2008-11-24
Testcase for constant CFStrings.
Bill Wendling
2008-11-13
Added testcase for r59214.
Bill Wendling
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