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
/
CGObjCGNU.cpp
Age
Commit message (
Expand
)
Author
2010-07-06
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-06-17
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-16
Give Type::isIntegralType() an ASTContext parameter, so that it
Douglas Gregor
2010-06-15
Patch adds support for copying of those
Fariborz Jahanian
2010-05-22
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-20
Fix my inability to spell 'continue' and a case where message sends returning...
David Chisnall
2010-05-17
Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed
John McCall
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-09
Tweaked selector mangling again (GNU runtime).
David Chisnall
2010-05-08
Fixed linkage problem from last commit (GNU runtime).
David Chisnall
2010-05-08
Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases ...
David Chisnall
2010-05-02
As per Chris' request, return the Instruction from EmitCall and add the metad...
David Chisnall
2010-05-01
Attach message send metadata to the lookup as well as to the call (GNU runtime).
David Chisnall
2010-05-01
Make super message lookups cacheable (GNUstep Runtime)
David Chisnall
2010-05-01
Tweaked EmitCall() to permit the caller to provide some metadata to attach to...
David Chisnall
2010-04-30
Fixed incorrect type of alloca (GNU runtime).
David Chisnall
2010-04-28
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
Remove unused function.
Benjamin Kramer
2010-04-28
Emit the correct symbol name for the class (GNU runtime).
David Chisnall
2010-04-27
Fixed message send to void (broken by my last commit - GNU runtime).
David Chisnall
2010-04-27
Ensure return from a message to nil is always 0 (GNU runtime).
David Chisnall
2010-04-26
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-23
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-19
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
Don't just emit ivar metadata - emit CORRECT ivar metadata. (GNU runtime)
David Chisnall
2010-04-19
Fix emitting ivar metadata for synthesized ivars and some 64-bit fixes. (GNU ...
David Chisnall
2010-04-12
Add some API code for future work.
Fariborz Jahanian
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-20
Fixed synthesizing properties declared in properties (GNU runtime).
David Chisnall
2010-03-13
Fixed copy-and-paste error causing categories to contain the protocols declar...
David Chisnall
2010-02-26
Don't generate method metadata for @dynamic properties. Fixes PR6354.
David Chisnall
2010-02-26
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-09
StringRefize two random methods, remove a dead variable and a weird construct...
Benjamin Kramer
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-03
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...
David Chisnall
2010-02-03
Numerous changes to selector handling:
David Chisnall
2010-01-27
Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the r...
David Chisnall
2010-01-23
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-14
Made ObjC method name mangling match GCC (which does it in a stupid and broke...
David Chisnall
2010-01-11
Fix type mismatch on 64-bit platforms (GNU ObjC).
David Chisnall
2010-01-08
Export a public symbol for classes with the GNU runtime.
David Chisnall
2010-01-06
Fix for PR5691
David Chisnall
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
Fix for bug 5691.
David Chisnall
2009-11-29
Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...
Daniel Dunbar
2009-11-20
Fixed crash when using undefined protocols (GNU runtime).
David Chisnall
2009-11-17
Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...
David Chisnall
2009-11-16
Fixed two minor differences between clang and GCC-generated runtime structure...
David Chisnall
2009-10-14
There is now only one version of eh.selector and eh.typeid.for.
Duncan Sands
[next]