index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-15
1
-4
/
+2
*
IRGen fix for using property-dot syntax to pass
Fariborz Jahanian
2010-09-10
1
-1
/
+2
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-3
/
+3
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-08-07
1
-2
/
+2
*
Return type of a setter call caused by
Fariborz Jahanian
2010-07-24
1
-1
/
+1
*
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-23
1
-2
/
+2
*
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-20
1
-1
/
+2
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-6
/
+8
*
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-07-01
1
-1
/
+1
*
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-21
1
-2
/
+5
*
When using property-dot assignment syntax to call a setter method,
Fariborz Jahanian
2010-06-07
1
-2
/
+4
*
Re-land the fix for PR7139.
Anders Carlsson
2010-05-22
1
-1
/
+1
*
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-22
1
-13
/
+21
*
Unbreak self-host.
Anders Carlsson
2010-05-21
1
-1
/
+1
*
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-21
1
-1
/
+1
*
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-05-21
1
-2
/
+0
*
Correctly generate IR for ObjC messages sends to protocol-qualified types.
John McCall
2010-05-17
1
-4
/
+5
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-1
/
+1
*
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-15
1
-1
/
+2
*
Code Gen support for Getter/Setter synthesis of
Fariborz Jahanian
2010-05-06
1
-3
/
+23
*
Clean up the {} and else placement. This fixes an ambiguous else as well as
Chandler Carruth
2010-05-06
1
-6
/
+6
*
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-05
1
-6
/
+0
*
Fixes a code gen. crash when ivar object has trivial constructor.
Fariborz Jahanian
2010-05-04
1
-12
/
+14
*
Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.
Anders Carlsson
2010-05-02
1
-1
/
+2
*
Support for construct/destruct of ivar array
Fariborz Jahanian
2010-04-28
1
-7
/
+18
*
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
1
-0
/
+49
*
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
1
-8
/
+10
*
CastExpr should not hold a pointer to the base path. More cleanup.
Anders Carlsson
2010-04-24
1
-1
/
+1
*
Add an InheritancePath parameter to the ImplicitCastExpr constructor.
Anders Carlsson
2010-04-23
1
-1
/
+1
*
Suppress compiler warning.
Daniel Dunbar
2010-04-22
1
-1
/
+1
*
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-21
1
-18
/
+21
*
Removes a FIXME.
Fariborz Jahanian
2010-04-13
1
-4
/
+2
*
Variation of objc_copyStruct API generation when
Fariborz Jahanian
2010-04-13
1
-7
/
+21
*
Add support for objc_copyStruct to enforce
Fariborz Jahanian
2010-04-13
1
-1
/
+79
*
revert 100942, pending discussion.
Chris Lattner
2010-04-10
1
-1
/
+1
*
Fix for PR6811.
David Chisnall
2010-04-10
1
-1
/
+1
*
Emit debug info for objc getters and setters.
Devang Patel
2010-04-05
1
-3
/
+4
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-3
/
+4
*
Replace some constant-sized SmallVectors.
Benjamin Kramer
2010-03-30
1
-6
/
+7
*
Fix a code gen. bug involving generation of getter method
Fariborz Jahanian
2010-03-25
1
-1
/
+6
*
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
1
-1
/
+1
*
Use getLocStart(), instead of getLocEnd(), to record starting location of obj...
Devang Patel
2010-02-15
1
-1
/
+1
*
IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...
Daniel Dunbar
2010-02-09
1
-9
/
+7
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-3
/
+6
*
IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is
Daniel Dunbar
2010-02-05
1
-3
/
+4
*
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
1
-5
/
+1
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
1
-1
/
+5
*
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-23
1
-1
/
+2
*
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
1
-4
/
+4
[next]