summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith2016-09-281-1/+1
* Revert r282556. This change made several bots unhappy.Richard Smith2016-09-281-1/+1
* P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith2016-09-271-1/+1
* CodeGen: further merge cstring literal constructionSaleem Abdulrasool2016-09-201-1/+1
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-182-3/+3
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-182-3/+3
* [CodeGen][ObjC] Block captures should inherit the type of the capturedAkira Hatanaka2016-09-161-0/+36
* Update clang unittests for rL281586.Wei Mi2016-09-151-2/+2
* [CodeGen][ObjC] Fix infinite recursion in getObjCEncodingForTypeImpl.Akira Hatanaka2016-08-171-0/+21
* Update clang tests for LLVM r277950David Majnemer2016-08-071-2/+2
* CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool2016-07-291-2/+2
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-253-7/+18
* [ObjC][CodeGen] Remove an assert that is no longer correct.Akira Hatanaka2016-05-131-1/+17
* [CodeGenObjCXX] Fix handling of blocks in lambda.Akira Hatanaka2016-05-041-0/+23
* Update test CHECK lines after r268509. NFC.Pete Cooper2016-05-041-1/+0
* [CodeGenObjCXX] Don't rematerialize default arguments of functionAkira Hatanaka2016-05-021-0/+16
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-232-3/+4
* [ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl2016-04-181-0/+19
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-072-9/+9
* Fix broken tests from no-jump-table commitNirav Dave2016-04-051-1/+1
* Mangle extended qualifiers in the proper order and mangle theJohn McCall2016-03-013-11/+16
* [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilogAkira Hatanaka2016-02-171-0/+35
* Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-0/+15
* Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-15/+0
* [CodeGen] Fix assignments of inline layouts into the byref structureVedant Kumar2015-12-211-0/+15
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-0/+183
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-161-0/+34
* CodeGen: Update for debug info API change.Peter Collingbourne2015-11-051-1/+1
* [CodeGen] Attach function attributes to Objective-C and OpenMPAkira Hatanaka2015-10-281-2/+2
* Fix and stylize the emission of GC/ARC ivar and GC block layout strings.John McCall2015-10-211-1/+1
* In ARC, peephole the initialization of a __weak variable withJohn McCall2015-10-211-0/+10
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-086-6/+6
* Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.Sanjoy Das2015-09-251-2/+0
* Fix a nasty bug with the partial destruction of nested arrays;John McCall2015-09-141-0/+33
* When comparing two block captures for layout, don't crashJohn McCall2015-09-111-0/+9
* Let selector-expr-lvalue.mm actually test something.Nico Weber2015-09-111-8/+15
* [test] Specify exception object type in two testsVedant Kumar2015-09-112-2/+2
* [CodeGen] Teach SimplifyPersonality about the updated LandingPadInstVedant Kumar2015-09-112-0/+32
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-084-18/+27
* When building a pseudo-object assignment, and the RHS isJohn McCall2015-08-221-1/+131
* [test] Follow-up for r243343, also add a test case using an enum for designat...Argyrios Kyrtzidis2015-07-281-0/+8
* [sema] Fix infinite loop when using a boolean value as designated initializer.Argyrios Kyrtzidis2015-07-271-0/+36
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+15
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-292-10/+10
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-172-2/+3
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-7/+7
* Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.Adrian Prantl2015-06-151-1/+2
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-122-3/+3