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
/
CGObjC.cpp
Age
Commit message (
Expand
)
Author
2010-08-07
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-07-24
Return type of a setter call caused by
Fariborz Jahanian
2010-07-23
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-20
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-06
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-01
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-06-21
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-07
When using property-dot assignment syntax to call a setter method,
Fariborz Jahanian
2010-05-22
Re-land the fix for PR7139.
Anders Carlsson
2010-05-22
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-21
Unbreak self-host.
Anders Carlsson
2010-05-21
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-21
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-05-17
Correctly generate IR for ObjC messages sends to protocol-qualified types.
John McCall
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-06
Code Gen support for Getter/Setter synthesis of
Fariborz Jahanian
2010-05-06
Clean up the {} and else placement. This fixes an ambiguous else as well as
Chandler Carruth
2010-05-05
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-04
Fixes a code gen. crash when ivar object has trivial constructor.
Fariborz Jahanian
2010-05-02
Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.
Anders Carlsson
2010-04-28
Support for construct/destruct of ivar array
Fariborz Jahanian
2010-04-28
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-24
CastExpr should not hold a pointer to the base path. More cleanup.
Anders Carlsson
2010-04-23
Add an InheritancePath parameter to the ImplicitCastExpr constructor.
Anders Carlsson
2010-04-22
Suppress compiler warning.
Daniel Dunbar
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-13
Removes a FIXME.
Fariborz Jahanian
2010-04-13
Variation of objc_copyStruct API generation when
Fariborz Jahanian
2010-04-13
Add support for objc_copyStruct to enforce
Fariborz Jahanian
2010-04-10
revert 100942, pending discussion.
Chris Lattner
2010-04-10
Fix for PR6811.
David Chisnall
2010-04-05
Emit debug info for objc getters and setters.
Devang Patel
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Replace some constant-sized SmallVectors.
Benjamin Kramer
2010-03-25
Fix a code gen. bug involving generation of getter method
Fariborz Jahanian
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-02-15
Use getLocStart(), instead of getLocEnd(), to record starting location of obj...
Devang Patel
2010-02-09
IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...
Daniel Dunbar
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is
Daniel Dunbar
2010-02-03
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
Numerous changes to selector handling:
David Chisnall
2010-01-23
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-10-27
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-09-17
IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-01
Fixed a property getter ir-gen crash.
Fariborz Jahanian
[next]