summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/os_log.m
Commit message (Expand)AuthorAgeFilesLines
* [clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan2019-06-211-4/+8
* [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka2019-03-211-2/+2
* Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...Nico Weber2019-02-111-1/+1
* Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper2018-12-201-2/+2
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-4/+4
* Fix one more check string after r315045.Akira Hatanaka2017-10-061-1/+1
* Fix one more check string after r315045.Akira Hatanaka2017-10-061-1/+1
* Fix check strings in test case and use llvm::to_string instead ofAkira Hatanaka2017-10-061-7/+7
* [CodeGen] Emit a helper function for __builtin_os_log_format to reduceAkira Hatanaka2017-10-061-19/+59
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+39
* Revert "Add support for __builtin_os_log_format[_buffer_size]"Mehdi Amini2016-10-241-39/+0
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+39
OpenPOWER on IntegriCloud