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
*
Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/...
Eli Friedman
2012-10-26
1
-0
/
+8
*
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-17
1
-4
/
+24
*
Transform pattern:
Alexey Samsonov
2012-10-16
1
-8
/
+6
*
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
1
-7
/
+2
*
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
1
-2
/
+7
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-2
/
+2
*
Add Clang support for iOS6.
Bob Wilson
2012-09-29
1
-7
/
+2
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-2
/
+2
*
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-21
1
-2
/
+2
*
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-20
1
-1
/
+10
*
objc-arc: set nonlazybind attribute on objc_retain/
Fariborz Jahanian
2012-08-07
1
-2
/
+6
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-24
/
+27
*
Documentation cleanup: Escape @objc* in Doxygen comments.
James Dennett
2012-06-22
1
-24
/
+24
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-6
/
+14
*
Documentation cleanup:
James Dennett
2012-06-15
1
-4
/
+6
*
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-29
1
-6
/
+9
*
objective-c IRGen. Fixes a getter synthesis bug
Fariborz Jahanian
2012-04-26
1
-1
/
+1
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-19
/
+19
*
These functions too have no prototypes. Audited the rest of Sema for
Eric Christopher
2012-04-12
1
-2
/
+2
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-04-03
1
-2
/
+2
*
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
1
-2
/
+2
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
1
-2
/
+2
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-6
/
+3
*
Tidy.
Eric Christopher
2012-03-29
1
-13
/
+19
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-3
/
+6
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-17
/
+17
*
Simplify code. No functionality change.
Benjamin Kramer
2012-03-10
1
-14
/
+5
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-33
/
+27
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-18
/
+198
*
Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...
Eli Friedman
2012-03-01
1
-4
/
+4
*
Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...
Eli Friedman
2012-02-28
1
-0
/
+25
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-20
/
+31
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-1
/
+2
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-2
/
+1
*
revert r149184
Fariborz Jahanian
2012-01-29
1
-17
/
+3
*
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-28
1
-3
/
+17
*
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-26
1
-4
/
+4
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-10
1
-34
/
+160
*
objc++: more atomic property api code for
Fariborz Jahanian
2012-01-08
1
-7
/
+15
*
objc++: More codegen stuff for atomic properties of c++ objects
Fariborz Jahanian
2012-01-07
1
-7
/
+18
*
objc++: more code gen stuff for atomic property api,
Fariborz Jahanian
2012-01-06
1
-13
/
+65
*
objc++: sythesize a helper function to be used
Fariborz Jahanian
2012-01-06
1
-2
/
+89
*
Fixes a code gen bug for setter code for a property of
Fariborz Jahanian
2012-01-05
1
-1
/
+2
*
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-12-03
1
-10
/
+5
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-2
/
+5
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-16
/
+0
[next]