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
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
2008-06-26
remove the old getSelector implementation, which removes some
Chris Lattner
2008-06-26
avoid a lot of unneeded selector processing work by passing around
Chris Lattner
2008-06-26
use cheaper/simpler getselector call for @selector exprs.
Chris Lattner
2008-06-26
start avoid doing lots of unneeded work handling selectors
Chris Lattner
2008-06-26
improve indentation, avoid thrashing on maps and recalculating strings as much.
Chris Lattner
2008-06-26
give CreateObjCRuntime a full CGM so it can get whatever state it needs,
Chris Lattner
2008-06-01
Include <string> header to allow compiling for MSVC.
Argyrios Kyrtzidis
2008-06-01
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-04-13
update to follow mainline llvm API change.
Chris Lattner
2008-03-30
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner