summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-292-6/+6
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-224-0/+55
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-162-3/+3
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-114-55/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-104-0/+55
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-141-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-6/+14
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-2719-60/+60
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-2711-34/+34
* Add a testcase that exercises DIBuilder's handling of cyclic debug info nodes.Adrian Prantl2015-02-171-0/+21
* Remove trailing whitespace to make test compatible with typeless pointer migr...David Blaikie2015-02-151-2/+2
* Remove trailing whitespace getting in the way of near-future getelementptr ch...David Blaikie2015-02-141-1/+1
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-0/+24
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-224-39/+40
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-141-2/+2
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-141-3/+17
* DebugInfo: Correct the location of EH cleanup for blocksDavid Blaikie2015-01-131-0/+16
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-051-12/+11
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-014-57/+2
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-014-2/+57
* AST: Consider pseudo-struct builtin types as substitutableDavid Majnemer2014-11-281-0/+4