summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* [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
* Update Clang tests that run the LLVM optimizer to reflect the changedChandler Carruth2014-11-251-8/+7
* Fixes test.Fariborz Jahanian2014-11-131-1/+1
* [Objective-C++ IRGen] do not generate .cxx_construct Fariborz Jahanian2014-11-121-0/+13
* Don't manually insert L prefixes.Rafael Espindola2014-11-067-12/+12
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-282-17/+5
* test: correct an overzealous search-and-replaceSaleem Abdulrasool2014-10-241-2/+2
* CodeGen: correct materialize temporary aggregates in ARC modeSaleem Abdulrasool2014-10-241-0/+57
* test: add -std=c++11Saleem Abdulrasool2014-10-241-1/+1
* DebugInfo: Don't leak location information from one function into the prologu...David Blaikie2014-10-141-1/+6
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-084-57/+2
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-084-2/+57
* Fix an assertion failure trying to emit a trivial destructor in ObjC++Ben Langmuir2014-09-261-0/+50
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-082-3/+11
* Objective-C ARC. More code for Objective-C'sFariborz Jahanian2014-08-061-2/+6
* CodeGenObjCXX: Add a test for r214699David Majnemer2014-08-051-0/+22
* AST: Fix the mangling for unqualified-blocksDavid Majnemer2014-08-041-7/+6
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-1812-24/+24
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-191-3/+3
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-2812-26/+26
* Include translation unit filename in global ctor symbol names.Nico Weber2014-05-061-1/+1