index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGObjCRuntime.cpp
Age
Commit message (
Expand
)
Author
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-07-27
The lock operand to an @synchronized statement is also
John McCall
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-06-28
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
2011-06-16
Restore correct use of GC barriers.
John McCall
2011-05-23
Fix some problems where functions must be bitcast but we're expecting a llvm:...
David Chisnall
2011-05-12
Make this code more resilient against catch variables which need cleanups.
John McCall
2011-04-22
Replace some literal 8s with char width and char align. No change in
Ken Dyck
2011-04-14
Replace a couple of divide-by-8s with divide-by-charwidths. No change in
Ken Dyck
2011-03-25
Continuing work on ObjC tidyup:
David Chisnall