index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"
Akira Hatanaka
2018-04-27
3
-108
/
+2
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
3
-2
/
+108
*
[Sema][ObjC] Ensure that the return type of an ObjC method is a complete
Akira Hatanaka
2018-04-12
1
-0
/
+22
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-0
/
+29
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-29
/
+0
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-0
/
+29
[next]