summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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