summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-0/+8
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-1213-20/+20
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-2930-104/+104
* [opaque pointer type] Update test cases now that the type for an invoke is ju...David Blaikie2015-04-241-1/+1
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-227-13/+190
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-1610-18/+18
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-117-190/+13
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-107-13/+190
* [Objective-C patch] Patch to fix a crash in IRGen because Fariborz Jahanian2015-04-061-0/+21
* [Objective-C metadata patch]. Patch to allocate one more space for Fariborz Jahanian2015-03-311-0/+17
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-139-21/+21
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-0329-80/+198
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-2738-371/+371
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-2715-116/+116
* Remove trailing whitespace to help make test compatible with typeless pointer...David Blaikie2015-02-151-1/+1
* DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...David Blaikie2015-02-041-7/+5
* test: Make encode-test-5.m's output not dependent on its filenameDavid Majnemer2015-02-021-1/+1
* FileCheck'ize CodeGenObjC testDavid Majnemer2015-02-021-6/+11
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-144-24/+24
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-1520-78/+78
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-052-6/+6
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-017-191/+3
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-017-3/+191
* relax this testcase to not depend on a specific alignment.Adrian Prantl2014-11-211-1/+1
* Debug info for blocks: Fix a bug caught by the Verifier.Adrian Prantl2014-11-211-0/+26
* Don't manually insert L prefixes.Rafael Espindola2014-11-0628-159/+159
* Use FileCheck.Rafael Espindola2014-11-061-3/+4
* Delete dead test.Rafael Espindola2014-11-061-19/+0
* Debug info: Emit the correct type for the __FuncPtr field in a blockAdrian Prantl2014-11-051-0/+18
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-282-28/+16
* DebugInfo: Omit scopes in -gmlt to reduce metadata size (on disk and in memory)David Blaikie2014-10-221-1/+1
* CodeGen: correct block mangling in ObjCSaleem Abdulrasool2014-10-141-0/+29
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-087-191/+3
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-087-3/+191
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-0313-26/+28
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-0213-28/+26
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-0213-26/+28
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-015-11/+11
* Reverting r218777 while investigating buildbot breakage.Adrian Prantl2014-10-015-11/+11
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-015-11/+11
* Allow protocols to be just declared.Rafael Espindola2014-09-121-0/+17
* Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl2014-08-291-2/+2
* Objective-C IRGen. Fixes an assertion crash caused by inconsistentFariborz Jahanian2014-08-281-0/+18
* Objective-C. Fixes an assert where because of capturedFariborz Jahanian2014-08-121-0/+25
* Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parame...Frederic Riss2014-08-121-0/+16
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-082-9/+14
* Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian2014-08-072-5/+8
* Objective-C ARC. More code for Objective-C'sFariborz Jahanian2014-08-061-2/+6
* Revert "Emit column debug information for loads"Tobias Grosser2014-07-291-3/+3
* Emit column debug information for loadsTobias Grosser2014-07-291-3/+3
OpenPOWER on IntegriCloud