summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Objective-C IRGen. Fixes several regressions caused by changes madeFariborz Jahanian2014-03-111-0/+33
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-1/+1
* Make the test a bit stronger by showing what is added to llvm.used.Rafael Espindola2014-03-061-0/+2
* PGO: Add support for Objective-C blocks.Bob Wilson2014-03-062-5/+23
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-063-7/+7
* Run -fprofile-instr tests with %clang_cc1.Bob Wilson2014-03-061-2/+2
* CodeGenObjC/instr-profile.m: Add -target darwin to appease bots.NAKAMURA Takumi2014-03-061-2/+2
* Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.Bob Wilson2014-03-061-2/+2
* PGO: add instrumentation for Objective-C methods.Bob Wilson2014-03-062-6/+28
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-063-7/+7
* Objective-C IRGen. Fix up the hueristics for determiningFariborz Jahanian2014-03-041-0/+64
* Objective-C. Fixes a regression when figuring out linkageFariborz Jahanian2014-03-031-0/+24
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-2717-132/+132
* Objective-C. Remove an assertion which assertsFariborz Jahanian2014-02-241-0/+8
* Do not put instrumentation counters before phis in ObjC for-in loops.Bob Wilson2014-02-242-0/+45
* Fix broken CHECK linesNico Rieck2014-02-162-2/+2
* Fix broken RUN linesNico Rieck2014-02-161-1/+1
* [IRGen]. Fixes a crash in using Objective-C array Fariborz Jahanian2014-02-141-0/+30
* relax testcase and make ppc64 buildbots happy.Adrian Prantl2014-02-121-4/+4
* Document and improve the debug-property-synth.m test based on theAdrian Prantl2014-02-121-6/+22
* Revert "Remove bad debug info test."Adrian Prantl2014-02-121-0/+20
* Remove bad debug info test.David Blaikie2014-02-111-20/+0
* Use an Itanium triple in DWARF debug info testsTimur Iskhodzhanov2014-01-308-8/+15
* Objective-C [IRGen]. Generator a tail call to objc_getProperty() in Fariborz Jahanian2014-01-303-4/+4
* Objective-C. provide legacy encoding of *id and *Class typesFariborz Jahanian2014-01-281-0/+8
* Use private linkage for utf-16 objc strings too.Rafael Espindola2014-01-212-2/+2
* Give explicit sections for string constants used in NSStrings.Rafael Espindola2014-01-203-3/+3
* Add a triple. Should fix the 64 bit bots.Rafael Espindola2014-01-201-1/+1
* Make the test more strict.Rafael Espindola2014-01-201-1/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-142-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-132-4/+6
* Re-applying r198699 after reverting r198461.Adrian Prantl2014-01-072-6/+7