index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjC
/
blocks-2.m
Age
Commit message (
Expand
)
Author
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-09-19
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-02-18
The flags we're supposed to write into a byref struct are *not* the
John McCall
2010-10-07
tests: Tweak test to also match MSVC format.
Daniel Dunbar
2010-10-06
Re-enable EH cleanups to destroy __block variables, now that we have a moment to
John McCall
2010-05-19
More tests for ObjC++ GC support.
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-05-23
Initialize Obj-C GC attributes when emitting BlockDeclRefExprs.
Daniel Dunbar