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
*
Relax the rules around objc_alloc and objc_alloc_init optimizations.
Pierre Habouzit
2020-01-14
1
-21
/
+19
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-4
/
+2
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
Debug Info: Assert that location is available for cleanups
Adrian Prantl
2019-12-05
1
-2
/
+2
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-21
/
+21
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-21
/
+21
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-21
/
+21
*
Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))
Pierre Habouzit
2019-11-18
1
-11
/
+32
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-7
/
+4
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Rename CodeGenFunction::overlapFor* to getOverlapFor*.
Richard Smith
2019-06-20
1
-1
/
+1
*
[CodeGen][ObjC] Convert '[self alloc]' in a class method to a call to
Akira Hatanaka
2019-06-04
1
-11
/
+33
*
[CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
Erik Pilkington
2019-05-15
1
-12
/
+7
*
[CodeGen][ObjC] Emit invoke instead of call to call `objc_release` when
Akira Hatanaka
2019-05-10
1
-1
/
+1
*
[CodeGen][ObjC] Emit the retainRV marker as a module flag instead of
Akira Hatanaka
2019-04-10
1
-8
/
+4
*
[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue
Akira Hatanaka
2019-03-21
1
-11
/
+16
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
1
-1
/
+7
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-1
/
+18
*
[CodeGenObjC] Fix a nullptr dyn_cast
Erik Pilkington
2019-02-25
1
-2
/
+3
*
[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when available
Erik Pilkington
2019-02-14
1
-0
/
+44
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-13
/
+10
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-69
/
+69
*
[opaque pointer types] Fix the CallInfo passed to EmitCall in some
James Y Knight
2019-02-05
1
-3
/
+3
*
[CodeGenObjC] Handle exceptions when calling objc_alloc or objc_allocWithZone
Erik Pilkington
2019-01-30
1
-11
/
+18
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Only convert objc messages to alloc to objc_alloc if the receiver is a class.
Pete Cooper
2019-01-02
1
-3
/
+6
*
Convert some ObjC retain/release msgSends to runtime calls.
Pete Cooper
2018-12-21
1
-0
/
+77
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-4
/
+4
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-18
/
+22
*
Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.
Pete Cooper
2018-12-20
1
-5
/
+2
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
1
-75
/
+90
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2018-12-08
1
-13
/
+88
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-33
/
+37
*
[CodeGen] Fix assertion on referencing constexpr Obj-C object with ARC.
Volodymyr Sapsai
2018-11-01
1
-9
/
+28
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-3
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-81
/
+81
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-4
/
+7
*
[CodeGen] Add funclet token to ARC marker
Shoaib Meenai
2018-03-19
1
-1
/
+1
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-0
/
+15
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-15
/
+0
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-0
/
+15
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-3
/
+3
*
Revert "CodeGen: annotate ObjC ARC functions with ABI constraints"
Akira Hatanaka
2018-01-30
1
-19
/
+0
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
[next]