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
2008-09-24
Add Obj-C runtime methods to get runtime specific functions for
Daniel Dunbar
2008-09-11
Make sure to store the exception in the catch parameter.
Anders Carlsson
2008-09-11
Make sure to emit the catch parameter as well as the catch body.
Anders Carlsson
2008-09-11
Fix stupid mistake I made in the exception handling code
Anders Carlsson
2008-09-10
Add CodeGenTypes::GetFunctionType overload for getting the effective
Daniel Dunbar
2008-09-10
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
Tweak CGCall functions again:
Daniel Dunbar
2008-09-09
Add CodeGenFunction::ReturnTypeUsesSret
Daniel Dunbar
2008-09-09
Check in half-assed implementation of @try/@catch.
Anders Carlsson
2008-09-09
Simple @throw support.
Anders Carlsson
2008-09-09
Add types and functions related to exceptions.
Anders Carlsson
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-09-05
Change struct forward declarations and definitions to use unique RecordDecls,...
Ted Kremenek
2008-09-05
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-04
NeXT: Emit lazy reference to Protocol class for forward protocol
Daniel Dunbar
2008-09-03
Fix ObjCPropertRefExpr to be able to encode all the information for
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-29
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-28
NeXT: Emit mostly-correct property type encoding.
Daniel Dunbar
2008-08-27
NeXT: Refactor protocol method metadata emission.
Daniel Dunbar
2008-08-26
NeXT: Emit correct properties for category.
Daniel Dunbar
2008-08-26
NeXT: Emit metadata for synthetsized properties.
Daniel Dunbar
2008-08-26
Objective-C @synthesize support.
Daniel Dunbar
2008-08-25
Fix Obj-C super sends inside class methods.
Daniel Dunbar
2008-08-25
NeXT: Emit symbols used to manage linking of Obj-C classes.
Daniel Dunbar
2008-08-23
NeXT: Clean up constant CFString handling.
Daniel Dunbar
2008-08-23
NeXT: Fix message sends which return structures.
Daniel Dunbar
2008-08-23
NeXT: Implement super message sends.
Daniel Dunbar
2008-08-23
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-23
NeXT: Emit property metadata (classes, protocols, categories).
Daniel Dunbar
2008-08-22
NeXT: Emit category metadata.
Daniel Dunbar
2008-08-21
NeXT: Emit [meta]class protocol references.
Daniel Dunbar
2008-08-21
Preliminary support for Obj-C classes in NeXT runtime.
Daniel Dunbar
2008-08-16
Add NeXT runtime support for generating methods.
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
Implement Obj-C protocol metadata generation for NeXT.
Daniel Dunbar
2008-08-13
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-12
Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata
Daniel Dunbar
2008-08-12
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
Add NeXT support for (simple) message sends.
Daniel Dunbar
2008-08-12
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-11
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar