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
/
CGObjCMac.cpp
Age
Commit message (
Expand
)
Author
2009-04-22
Rework the shadow struct that is layed out for Objective-C classes.
Daniel Dunbar
2009-04-22
move 64-bit abi functions to lazy model, everything is lazy now, yay.
Chris Lattner
2009-04-22
remove the last of the non-lazy objc runtime functions for the 32-bit ABI,
Chris Lattner
2009-04-22
number of non-lazy runtime functions from 9 -> 4.
Chris Lattner
2009-04-22
make message send functions lazy, we're down from 14 non-lazy functions to 9.
Chris Lattner
2009-04-22
move more EH stuff to being lazily created. An empty .m file now
Chris Lattner
2009-04-22
make try/catch objc runtime functions be lazily generated.
Chris Lattner
2009-04-21
Make sure to mark the interface as completed when we see an
Daniel Dunbar
2009-04-21
More objc2's ivar layout bitmap. No change in functionality.
Fariborz Jahanian
2009-04-21
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
Assert on a few conditions that (I believe) should hold
Daniel Dunbar
2009-04-20
ObjC2's Ivar bitmap layout work. No change in functionality.
Fariborz Jahanian
2009-04-20
Move countInheritedIvars to within striking distance of
Daniel Dunbar
2009-04-20
Inline GetFirstIvarInRecord into sole caller.
Daniel Dunbar
2009-04-20
Set a bit in IMAGE_INFO to indicate that we don't contain any
Daniel Dunbar
2009-04-20
Lift out GetNamedIvarList.
Daniel Dunbar
2009-04-20
Don't emit ivar offsets for unnamed bit fields.
Daniel Dunbar
2009-04-20
Remove non-const form of lookupFieldDeclForIvar.
Daniel Dunbar
2009-04-20
Comment fixes.
Daniel Dunbar
2009-04-19
Lift GetClassSizeInfo out of GenerateClass, add a FIXME.
Daniel Dunbar
2009-04-19
Fix rdar://6804402 - crash on objc implementations declared with
Chris Lattner
2009-04-19
Fix bug in computation of ivar offsets for (adjacent) bitfields.
Daniel Dunbar
2009-04-19
Reuse ObjcIvarOffsetVariable instead of duplicating code.
Daniel Dunbar
2009-04-19
Remove some unnecessary complexity.
Daniel Dunbar
2009-04-18
Fix a bug found by inspection, class/meta references could be emitted
Daniel Dunbar
2009-04-17
fix a crash compiling code with its own definition of objc_assign_weak.
Chris Lattner
2009-04-17
Don't put msgrefs in used globals (in particular, we don't want
Daniel Dunbar
2009-04-17
Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar,
Chris Lattner
2009-04-16
Removed a no longer needed FIXME comment.
Fariborz Jahanian
2009-04-16
Category method synbols must be qualified by gategory name to
Fariborz Jahanian
2009-04-15
Don't use \01 in symbol name if unnecessary.
Daniel Dunbar
2009-04-15
Fix alignment on obj_msgrefs to match llvm-gcc.
Daniel Dunbar
2009-04-15
Add test case for superrefs section (and make spacing consistent).
Daniel Dunbar
2009-04-15
__objc_superrefs belongs to __DATA segment.
Fariborz Jahanian
2009-04-15
Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.
Daniel Dunbar
2009-04-14
Set alignment on __cstring metadata variables to 1 (matching
Daniel Dunbar
2009-04-14
Avoid use of magic \01 prefix when unneeded.
Daniel Dunbar
2009-04-14
Do not dead code strip global meta-data objects.
Fariborz Jahanian
2009-04-14
Fix comment.
Daniel Dunbar
2009-04-14
Clean up handling of visibility.
Daniel Dunbar
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-10
Patch to generate meta-data for prtocol used
Fariborz Jahanian
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-08
Implementation definition of interfaces with __objc_exception attribute.
Daniel Dunbar
2009-04-07
Propagte -fvisibility to objc2's class symbols.
Fariborz Jahanian
2009-04-07
Handle use side of __objc_exception__ attribute; when using an
Daniel Dunbar
2009-04-07
Various fixes to symbols used for Obj-C x86_64 metadata.
Daniel Dunbar
2009-04-06
Fixed visibility issues related to objc2's synthesized
Fariborz Jahanian
2009-04-06
Fix a couple of cases where Constant* pointers can dangle in
Chris Lattner
2009-04-02
Fix up lookup rules for properties declared in
Fariborz Jahanian
[next]