summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated -cc1 in testsAlp Toker2013-12-082-3/+3
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-052-2/+2
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-0412-12/+12
* Check IR on this test.Rafael Espindola2013-12-031-10/+6
* Improving calling convention test coverage by adding tests for things not cur...Aaron Ballman2013-11-191-0/+11
* ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C Fariborz Jahanian2013-10-241-0/+10
* Emit a .ident saying that clang produced this file.Rafael Espindola2013-10-161-3/+3
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-277-7/+7
* Debug info: Fix a crash when trying to construct a type with redundantAdrian Prantl2013-09-261-0/+23
* ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian2013-09-191-1/+46
* Add a define for the ObjFW runtime ABI version.Benjamin Kramer2013-09-161-2/+2
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-0414-17/+17
* Debug Info: follow-up patch to r189283.Manman Ren2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* Simplify assert-neutral matching in test case.David Blaikie2013-08-191-1/+1
* clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651.NAKAMURA Takumi2013-08-191-1/+1
* DebugInfo: Do not include line/file info for artificial parameters & paramete...David Blaikie2013-08-193-9/+7
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-1538-153/+153
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-1216-23/+23
* Fix test for Release builds.Eli Friedman2013-07-261-2/+2
* Fix test for Release builds.Eli Friedman2013-07-261-2/+2
* Fix GNU ObjC ABI for a message returning a struct.Eli Friedman2013-07-261-0/+29
* Debug Info: Fix an oversight of r186553. Ensure that the function prologueAdrian Prantl2013-07-241-0/+3
* add radar number to testcase.Adrian Prantl2013-07-241-0/+1
* Further simplify test case from r186894David Blaikie2013-07-231-15/+5
* Simplify testcase.Adrian Prantl2013-07-231-18/+3
* Debug Info: Acknowledge the alignment when locating byref block variables.Adrian Prantl2013-07-221-0/+38
* Don't generate bogus line table entries for __copy_helper_block_ andAdrian Prantl2013-07-181-3/+17
* Objective-C: Produce gcc compatible encoding ofFariborz Jahanian2013-07-121-0/+18
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-045-10/+10
* DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie2013-06-211-1/+1
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-1/+1
* Correctly handle designated initializers which modify an array initializedEli Friedman2013-06-111-0/+8
* Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman2013-06-101-3/+9
* ObjC Debug Info: Emit the names of accessors whenever they diverge fromAdrian Prantl2013-06-071-0/+56
* Objective-C encoding. Fixes up encodeing forFariborz Jahanian2013-06-041-1/+1
* Do not reuse the debug location of the return value's store if there is autor...Adrian Prantl2013-05-301-0/+40
* Bugfix for r181629:Adrian Prantl2013-05-221-1/+2
* ObjC Debug Info: Emit the correct method names for accessors forAdrian Prantl2013-05-171-0/+35
* ObjC debug info: Substitute the class type for methods that returnAdrian Prantl2013-05-101-0/+27
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-032-4/+2
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-022-4/+108
* Remove an empty line so the line numbers match up again after the recent docu...Adrian Prantl2013-04-191-1/+0
* still not relaxed enough.Adrian Prantl2013-04-191-1/+1
* cleanup and relax test casesAdrian Prantl2013-04-191-2/+3
* Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl2013-04-191-0/+64
* objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall2013-04-161-2/+25
* Trying fixing test to make buildbot happy again.Fariborz Jahanian2013-04-161-1/+1
* modify test to try to make buildbot happy.Fariborz Jahanian2013-04-161-2/+1
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-0/+44