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
/
test
/
CodeGenObjCXX
/
property-objects.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-3
/
+3
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-3
/
+3
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-4
/
+4
*
CodeGen: Update for debug info API change.
Peter Collingbourne
2015-11-05
1
-1
/
+1
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
1
-1
/
+1
*
When building a pseudo-object assignment, and the RHS is
John McCall
2015-08-22
1
-1
/
+131
*
DebugInfo: Don't leak location information from one function into the prologu...
David Blaikie
2014-10-14
1
-1
/
+6
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-3
/
+3
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-3
/
+3
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-2
/
+2
*
Don't try to save the assigned value in a Objective-C property assignment
Eli Friedman
2012-11-13
1
-6
/
+16
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+1
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-1
/
+1
*
property reference expression used on lhs of assignment
Fariborz Jahanian
2010-09-09
1
-0
/
+19
*
Fix IRGen when property-dot syntax used to access
Fariborz Jahanian
2010-09-01
1
-0
/
+8
*
Fix API gen for objc_msgSend property of aggregate types
Fariborz Jahanian
2010-05-15
1
-1
/
+11
*
Objective-C++ Code gen. Handle code gen. for property
Fariborz Jahanian
2010-05-10
1
-0
/
+13
*
Fixes a Code gen crash trying to use a dot-syntax for
Fariborz Jahanian
2010-05-07
1
-0
/
+8
*
Code Gen support for Getter/Setter synthesis of
Fariborz Jahanian
2010-05-06
1
-0
/
+20