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.h
Age
Commit message (
Expand
)
Author
2009-07-17
fix objc codegen to not have its own list of things that eventually get into ...
Chris Lattner
2009-07-08
Implemented memmove_collectable API for Next runtime
Fariborz Jahanian
2009-06-23
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-05-16
Reflow some comments.
Mike Stump
2009-05-05
Patch to support Gnu runtime's typed selectors.
Fariborz Jahanian
2009-05-03
Add a ComputeIvarBaseOffset overload taking an implementation
Daniel Dunbar
2009-05-03
Compute Objective-C metadata size information from the record layout,
Daniel Dunbar
2009-05-03
Coalesce the ivar offset calculation further.
Daniel Dunbar
2009-04-22
Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to the
Daniel Dunbar
2009-04-22
Merge ivar access amongst the three runtimes.
Daniel Dunbar
2009-04-22
Make ObjCInterfaceDecl's const in some more places.
Daniel Dunbar
2009-04-21
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
Remove LateBoundIVars() runtime interface, it is unused.
Daniel Dunbar
2009-03-31
Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...
Steve Naroff
2009-03-22
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-02-28
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-10
Some refactoring of Ivar offset code gen.
Fariborz Jahanian
2009-02-03
ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).
Fariborz Jahanian
2009-02-03
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-02
Refactored code gen for ivar access in preparation for
Fariborz Jahanian
2009-01-22
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-21
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-10
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2008-12-16
Remove tabs.
Nate Begeman
2008-11-21
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-20
Introducing objc_assign_ivar to clang.
Fariborz Jahanian
2008-11-19
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-18
Patch for generation of weak write barriers for objc
Fariborz Jahanian
2008-11-18
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-15
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-01
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-09-24
Add Obj-C runtime methods to get runtime specific functions for
Daniel Dunbar
2008-09-09
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-08-31
Handle mutation while enumerating correctly. Fix some bugs.
Anders Carlsson
2008-08-30
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
Refactor handling of calls:
Daniel Dunbar
2008-08-25
Fix Obj-C super sends inside class methods.
Daniel Dunbar
2008-08-23
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-16
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
Daniel Dunbar
2008-08-15
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-13
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-12
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
Protocol related tweaks
Daniel Dunbar
2008-08-12
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-11
Update for IRBuilder template change (update LLVM!)
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-08
update to make IRBuilder API change.
Chris Lattner
2008-06-26
refactor more objc codegen interfaces to pass around selectors so
Chris Lattner
[next]