summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-163-0/+174
* Improve test of my previous patch. rdar://17633301Fariborz Jahanian2014-07-151-2/+3
* Objective-C IRGen. Fixes an inconsistant linkage ofFariborz Jahanian2014-07-151-0/+14
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-192-14/+14
* Objective-C IRGen. Patch to generate a weak symbol reference whenFariborz Jahanian2014-06-101-0/+12
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* DebugInfo: Avoid creating DILexicalScopeFiles when the filename in the curren...David Blaikie2014-05-141-1/+1
* Build debug info for ObjC interface types at the end of the translation unit ...David Blaikie2014-05-051-3/+16
* ObjC IVars aren't added when the type isn't emitted after the interface exten...David Blaikie2014-05-051-1/+15
* Make test independent of label. Thanks to Richard Smith for catching this!Adrian Prantl2014-04-291-4/+2
* Run this test through instnamer to stop it failing on non-asserts clang builds.Richard Smith2014-04-291-1/+1
* Debug info: Improve line table for functions with cleanups an early exitAdrian Prantl2014-04-291-0/+25
* Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian2014-04-231-0/+11
* Objective-C [IRGen]. Add encoding for 'weak' attribute of aFariborz Jahanian2014-04-021-0/+9
* ARM64: initial clang support commit.Tim Northover2014-03-294-7/+69
* Don't produce a L symbol in __DATA,__data.Rafael Espindola2014-03-271-0/+2
* test: Give instrumentation based profiling tests their own directoryJustin Bogner2014-03-112-85/+0
OpenPOWER on IntegriCloud