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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFC
Vedant Kumar
2019-12-10
1
-3
/
+12
*
Debug Info: Assert that location is available for cleanups
Adrian Prantl
2019-12-05
1
-0
/
+25
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
2
-5
/
+5
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
2
-5
/
+5
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
2
-5
/
+5
*
Fixed more -Wreturn-type tests
Dávid Bolvanský
2019-11-09
1
-1
/
+1
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-1
/
+1
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
5
-17
/
+17
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-1
/
+1
*
[clang][NewPM] Add -fno-experimental-new-pass-manager to tests
Leonard Chan
2019-06-21
1
-1
/
+3
*
[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3
Petr Hosek
2019-06-05
1
-1
/
+1
*
[ObjC] Fix encoding of ObjC pointer types that are pointers to typedefs
Akira Hatanaka
2019-05-29
1
-1
/
+1
*
Specify target triple to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
1
-1
/
+1
*
Specify ObjC runtime to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
1
-1
/
+1
*
[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make
Akira Hatanaka
2019-05-09
2
-4
/
+5
*
Re-land r359250, [COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-29
1
-2
/
+1
*
Revert [COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-25
1
-1
/
+2
*
[COFF] Statically link certain runtime library functions
Reid Kleckner
2019-04-25
1
-2
/
+1
*
[CodeGen] Fix a regression by emitting lambda expressions in EmitLValue
Erik Pilkington
2019-04-02
1
-0
/
+47
*
[os_log] Mark os_log_helper `nounwind`
Vedant Kumar
2019-04-02
1
-0
/
+19
*
[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue
Akira Hatanaka
2019-03-21
4
-10
/
+10
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+120
*
[CodeGen] Replace '@' characters in block descriptors' symbol names with
Akira Hatanaka
2018-12-29
1
-2
/
+2
*
[CodeGen] Fix a test from r349848 by replacing `objc_` with `llvm.objc.`
Volodymyr Sapsai
2018-12-20
1
-2
/
+2
*
[CodeGen] Fix assertion on emitting cleanup for object with inlined inherited...
Volodymyr Sapsai
2018-12-20
1
-0
/
+43
*
Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.
Pete Cooper
2018-12-20
1
-1
/
+1
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
23
-212
/
+212
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-0
/
+9
*
[CodeGen] Fix assertion on referencing constexpr Obj-C object with ARC.
Volodymyr Sapsai
2018-11-01
1
-5
/
+38
*
[CodeGen] Use the mangle context owned by CodeGenModule to correctly
Akira Hatanaka
2018-10-20
1
-1
/
+59
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
6
-16
/
+16
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
6
-16
/
+16
*
[AST] Revert mangling changes from r339428
Shoaib Meenai
2018-10-04
4
-89
/
+88
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-2
/
+9
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-9
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-2
/
+9
*
AST: add missing ObjC extensions to MS style name decoration
Saleem Abdulrasool
2018-09-28
1
-0
/
+32
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-9
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-2
/
+9
*
[Sema] Check that the destructor for each element of class type is
Akira Hatanaka
2018-09-07
1
-0
/
+34
*
[DEBUGINFO] Add support for emission of the debug directives only.
Alexey Bataev
2018-08-31
2
-0
/
+3
*
Define variables in test case rather than using values from functions
Akira Hatanaka
2018-08-28
1
-2
/
+2
*
[CodeGen] Look at the type of a block capture field rather than the type
Akira Hatanaka
2018-08-22
2
-23
/
+82
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
3
-36
/
+50
*
Add Windows support for the GNUstep Objective-C ABI V2.
David Chisnall
2018-08-10
4
-78
/
+78
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-4
/
+10
*
[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.
Akira Hatanaka
2018-07-26
1
-1
/
+134
*
[CodeGen] Always use MSVC personality for windows-msvc targets
Shoaib Meenai
2018-06-08
1
-10
/
+9
*
[Frontend] Disallow non-MSVC exception models for windows-msvc targets
Shoaib Meenai
2018-06-07
1
-23
/
+0
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
3
-2
/
+108
[next]