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
*
Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom to
Richard Smith
2016-09-28
1
-1
/
+1
*
Revert r282556. This change made several bots unhappy.
Richard Smith
2016-09-28
1
-1
/
+1
*
P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side of
Richard Smith
2016-09-27
1
-1
/
+1
*
CodeGen: further merge cstring literal construction
Saleem Abdulrasool
2016-09-20
1
-1
/
+1
*
CodeGen: mark ObjC cstring literals as unnamed_addr
Saleem Abdulrasool
2016-09-18
2
-3
/
+3
*
CodeGen: mark ObjC cstring literals as constant
Saleem Abdulrasool
2016-09-18
2
-3
/
+3
*
[CodeGen][ObjC] Block captures should inherit the type of the captured
Akira Hatanaka
2016-09-16
1
-0
/
+36
*
Update clang unittests for rL281586.
Wei Mi
2016-09-15
1
-2
/
+2
*
[CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl.
Akira Hatanaka
2016-08-17
1
-0
/
+21
*
Update clang tests for LLVM r277950
David Majnemer
2016-08-07
1
-2
/
+2
*
CodeGen: try harder to make the CFString structure RW
Saleem Abdulrasool
2016-07-29
1
-2
/
+2
*
Fix mangled name of method with ns_consumed parameters.
Nico Weber
2016-05-25
3
-7
/
+18
*
[ObjC][CodeGen] Remove an assert that is no longer correct.
Akira Hatanaka
2016-05-13
1
-1
/
+17
*
[CodeGenObjCXX] Fix handling of blocks in lambda.
Akira Hatanaka
2016-05-04
1
-0
/
+23
*
Update test CHECK lines after r268509. NFC.
Pete Cooper
2016-05-04
1
-1
/
+0
*
[CodeGenObjCXX] Don't rematerialize default arguments of function
Akira Hatanaka
2016-05-02
1
-0
/
+16
*
DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
Duncan P. N. Exon Smith
2016-04-23
2
-3
/
+4
*
[ObjC++] Fix crash when emitting debug info for a block member capturing this.
Adrian Prantl
2016-04-18
1
-0
/
+19
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
2
-9
/
+9
*
Fix broken tests from no-jump-table commit
Nirav Dave
2016-04-05
1
-1
/
+1
*
Mangle extended qualifiers in the proper order and mangle the
John McCall
2016-03-01
3
-11
/
+16
*
[CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
Akira Hatanaka
2016-02-17
1
-0
/
+35
*
Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-0
/
+15
*
Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-15
/
+0
*
[CodeGen] Fix assignments of inline layouts into the byref structure
Vedant Kumar
2015-12-21
1
-0
/
+15
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall
2015-11-19
1
-0
/
+183
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
Correctly handle type mismatches in the __weak copy/move-initialization
John McCall
2015-11-16
1
-0
/
+34
*
CodeGen: Update for debug info API change.
Peter Collingbourne
2015-11-05
1
-1
/
+1
*
[CodeGen] Attach function attributes to Objective-C and OpenMP
Akira Hatanaka
2015-10-28
1
-2
/
+2
*
Fix and stylize the emission of GC/ARC ivar and GC block layout strings.
John McCall
2015-10-21
1
-1
/
+1
*
In ARC, peephole the initialization of a __weak variable with
John McCall
2015-10-21
1
-0
/
+10
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
6
-6
/
+6
*
Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.
Sanjoy Das
2015-09-25
1
-2
/
+0
*
Fix a nasty bug with the partial destruction of nested arrays;
John McCall
2015-09-14
1
-0
/
+33
*
When comparing two block captures for layout, don't crash
John McCall
2015-09-11
1
-0
/
+9
*
Let selector-expr-lvalue.mm actually test something.
Nico Weber
2015-09-11
1
-8
/
+15
*
[test] Specify exception object type in two tests
Vedant Kumar
2015-09-11
2
-2
/
+2
*
[CodeGen] Teach SimplifyPersonality about the updated LandingPadInst
Vedant Kumar
2015-09-11
2
-0
/
+32
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
4
-18
/
+27
*
When building a pseudo-object assignment, and the RHS is
John McCall
2015-08-22
1
-1
/
+131
*
[test] Follow-up for r243343, also add a test case using an enum for designat...
Argyrios Kyrtzidis
2015-07-28
1
-0
/
+8
*
[sema] Fix infinite loop when using a boolean value as designated initializer.
Argyrios Kyrtzidis
2015-07-27
1
-0
/
+36
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-0
/
+15
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
2
-10
/
+10
*
Update clang to take into account the changes to personality fns
David Majnemer
2015-06-17
2
-2
/
+3
*
Adjust clang side tests effected by 239795 before reapplying said change
Philip Reames
2015-06-16
1
-7
/
+7
*
Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.
Adrian Prantl
2015-06-15
1
-1
/
+2
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix
Sunil Srivastava
2015-05-12
2
-3
/
+3
[next]