summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-205-10/+9
* test: attempt to repair SCEI buildbotsSaleem Abdulrasool2016-10-131-0/+1
* CodeGen: ensure that the runtime calling convention matchesSaleem Abdulrasool2016-10-131-0/+24
* Update clang test to accomendate discriminator change in https://reviews.llvm...Dehao Chen2016-10-071-2/+3
* [ubsan] Disable bounds-check for flexible array ivarsVedant Kumar2016-10-041-0/+59
* [ARC] Ignore qualifiers in copy-restore expressionsVedant Kumar2016-10-031-0/+14
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-1816-76/+76
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-1816-76/+76
* Update clang unittests for rL281586.Wei Mi2016-09-151-1/+1
* CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool2016-07-292-2/+2
* test: add missing triple to testSaleem Abdulrasool2016-07-171-1/+1
* CodeGen: honour dllstorage on ObjC typesSaleem Abdulrasool2016-07-171-0/+151
* Allow 'nodebug' on local variables.Paul Robinson2016-06-161-0/+26
* test: add explicit targets for some testsSaleem Abdulrasool2016-05-302-4/+8
* [ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka2016-05-261-0/+34
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* ObjC Class Property: don't emit class properties on old deployment targets.Manman Ren2016-04-191-2/+13
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-152-10/+9
* [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka2016-04-121-0/+51
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-011-0/+19
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-129/+0
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+129
* Objective-C: Add a size field to non-fragile category metadata.Manman Ren2016-02-241-1/+1
* Class Property: Fix a crash with old ABI when generating metadata in classes.Manman Ren2016-02-211-0/+14
* Remove unnecessary regex in the test cases I fixed in r260496.Akira Hatanaka2016-02-162-2/+2
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-113-7/+7
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+43
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-043-6/+5
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-033-5/+5
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-033-5/+5
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-033-5/+5
* Class Property: generate metadata for class properties in protocols.Manman Ren2016-01-292-1/+5
* Class Property: generate metadata for class properties in categories.Manman Ren2016-01-291-0/+24
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-0/+231
* Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...Douglas Gregor2015-12-101-4/+12
* Fix debug info for Objective-C properties from class extensions after r251874Nico Weber2015-12-041-0/+48
* Fix Objective-C metadata for properties from class extensions after r251874Nico Weber2015-12-031-0/+39
* Add -disable-llvm-passes for frontend debug info tests.Dehao Chen2015-11-201-6/+4
* Update clang tests to accomendate discriminator changes.Dehao Chen2015-11-191-4/+5
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-195-8/+8
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-0/+29
* Fix the emission of ARC-style ivar layouts in the fragile runtimeJohn McCall2015-11-191-0/+20
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-185-8/+8
* Fix tests in order for them to not fail after r252604.Igor Laevsky2015-11-181-2/+2
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-161-0/+20
* [C++] Add the "norecurse" attribute to main() if in C++ modeJames Molloy2015-11-121-1/+1
* Initialize @catch variables correctly in fragile-runtime ARC.John McCall2015-10-301-2/+39