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
/
CodeGenObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
1
-1
/
+1
*
[gnustep-objc] Make the GNUstep v2 ABI work for Windows DLLs.
David Chisnall
2019-03-31
1
-18
/
+17
*
COMDAT-fold block descriptors.
David Chisnall
2019-03-31
1
-2
/
+6
*
[objc-gnustep] Use .init_array not .ctors when requested.
David Chisnall
2019-03-31
1
-0
/
+2
*
[CodeGen][ObjC] Adjust the addresses passed to calls to synthesized
Akira Hatanaka
2019-03-29
1
-0
/
+121
*
[CodeGen] Add additional mangling for struct members of non trivial structs
Shoaib Meenai
2019-03-28
2
-16
/
+60
*
[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue
Akira Hatanaka
2019-03-21
12
-50
/
+50
*
[CodeGen][ObjC] Remove the leading 'l' from symbols for protocol
Akira Hatanaka
2019-03-14
9
-19
/
+34
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
1
-0
/
+10
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
2
-10
/
+8
*
[CodeGenObjC] Fix a nullptr dyn_cast
Erik Pilkington
2019-02-25
1
-0
/
+13
*
Fixed typos in tests: s/CHEKC/CHECK/
Dmitri Gribenko
2019-02-25
2
-2
/
+2
*
[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when available
Erik Pilkington
2019-02-14
1
-0
/
+28
*
Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...
Nico Weber
2019-02-11
2
-2
/
+2
*
[CodeGen][ObjC] Fix assert on calling `__builtin_constant_p` with ObjC objects.
Volodymyr Sapsai
2019-02-08
1
-0
/
+28
*
[Sema] Make string literal init an rvalue.
Eli Friedman
2019-02-08
1
-1
/
+2
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
2
-2
/
+2
*
[opaque pointer types] Fix the CallInfo passed to EmitCall in some
James Y Knight
2019-02-05
1
-3
/
+1
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
1
-1
/
+6
*
[objc-gnustep] Fix encoding of ivar size for _Bool.
David Chisnall
2019-02-03
1
-2
/
+4
*
[CodeGenObjC] Handle exceptions when calling objc_alloc or objc_allocWithZone
Erik Pilkington
2019-01-30
1
-8
/
+21
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
1
-0
/
+14
*
[CodeGenObjC] Use a constant value for non-fragile ivar offsets when possible
Erik Pilkington
2019-01-17
3
-20
/
+58
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-0
/
+115
*
Only convert objc messages to alloc to objc_alloc if the receiver is a class.
Pete Cooper
2019-01-02
1
-1
/
+16
*
[CodeGen] Replace '@' characters in block descriptors' symbol names with
Akira Hatanaka
2018-12-29
1
-0
/
+14
*
[objc-gnustep2] Fix a bug in category generation.
David Chisnall
2018-12-28
1
-0
/
+25
*
Convert some ObjC retain/release msgSends to runtime calls.
Pete Cooper
2018-12-21
1
-0
/
+69
*
Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.
Pete Cooper
2018-12-20
6
-16
/
+16
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
40
-523
/
+523
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2018-12-08
1
-0
/
+80
*
Ensure sanitizer check function calls have a !dbg location
Adrian Prantl
2018-11-28
1
-0
/
+30
*
[DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram f...
Paul Robinson
2018-11-28
5
-22
/
+23
*
[CodeGen] Handle extern references to OBJC_CLASS_$_*
Erik Pilkington
2018-10-12
1
-0
/
+14
*
[CodeGen] Before entering the loop that copies a non-trivial array field
Akira Hatanaka
2018-10-02
1
-0
/
+31
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
4
-21
/
+82
*
Revert r343518.
Akira Hatanaka
2018-10-01
4
-82
/
+21
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
4
-21
/
+82
*
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Calixte Denizet
2018-09-24
2
-1
/
+3
*
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
Calixte Denizet
2018-09-21
2
-3
/
+1
*
Remove all uses of DIFlagBlockByrefStruct
Adrian Prantl
2018-09-10
1
-4
/
+23
*
Revert r341754.
Akira Hatanaka
2018-09-09
4
-82
/
+21
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
4
-21
/
+82
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
7
-17
/
+29
*
[CodeGen] Merge identical block descriptor global variables.
Akira Hatanaka
2018-08-17
4
-13
/
+13
*
[gnu-objc] Make selector order deterministic.
David Chisnall
2018-08-14
1
-0
/
+16
*
[CodeGen] Before returning a copy/dispose helper function, bitcast it to
Akira Hatanaka
2018-08-14
1
-12
/
+12
*
Fix check strings in test/CodeGenObjC/arc-blocks.m in preperation for
Akira Hatanaka
2018-08-14
1
-14
/
+14
*
Make the section boundary checks on Windows not depend on the order as they a...
Douglas Yung
2018-08-11
1
-16
/
+16
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
5
-78
/
+42
[next]