aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC
AgeCommit message (Expand)AuthorFilesLines
2013-10-24ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C Fariborz Jahanian1-0/+10
2013-10-16Emit a .ident saying that clang produced this file.Rafael Espindola1-3/+3
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola7-7/+7
2013-09-26Debug info: Fix a crash when trying to construct a type with redundantAdrian Prantl1-0/+23
2013-09-19ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian1-1/+46
2013-09-16Add a define for the ObjFW runtime ABI version.Benjamin Kramer1-2/+2
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola14-17/+17
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-1/+1
2013-08-19Simplify assert-neutral matching in test case.David Blaikie1-1/+1
2013-08-19clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651.NAKAMURA Takumi1-1/+1
2013-08-19DebugInfo: Do not include line/file info for artificial parameters & paramete...David Blaikie3-9/+7
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin38-153/+153
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover16-23/+23
2013-07-26Fix test for Release builds.Eli Friedman1-2/+2
2013-07-26Fix test for Release builds.Eli Friedman1-2/+2
2013-07-26Fix GNU ObjC ABI for a message returning a struct.Eli Friedman1-0/+29
2013-07-24Debug Info: Fix an oversight of r186553. Ensure that the function prologueAdrian Prantl1-0/+3
2013-07-24add radar number to testcase.Adrian Prantl1-0/+1
2013-07-23Further simplify test case from r186894David Blaikie1-15/+5
2013-07-23Simplify testcase.Adrian Prantl1-18/+3
2013-07-22Debug Info: Acknowledge the alignment when locating byref block variables.Adrian Prantl1-0/+38
2013-07-18Don't generate bogus line table entries for __copy_helper_block_ andAdrian Prantl1-3/+17
2013-07-12Objective-C: Produce gcc compatible encoding ofFariborz Jahanian1-0/+18
2013-07-04Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola5-10/+10
2013-06-21DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie1-1/+1
2013-06-14Unify return type checking for functions and ObjC methods. Move all theEli Friedman1-1/+1
2013-06-11Correctly handle designated initializers which modify an array initializedEli Friedman1-0/+8
2013-06-10Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman1-3/+9
2013-06-07ObjC Debug Info: Emit the names of accessors whenever they diverge fromAdrian Prantl1-0/+56
2013-06-04Objective-C encoding. Fixes up encodeing forFariborz Jahanian1-1/+1
2013-05-30Do not reuse the debug location of the return value's store if there is autor...Adrian Prantl1-0/+40
2013-05-22Bugfix for r181629:Adrian Prantl1-1/+2
2013-05-17ObjC Debug Info: Emit the correct method names for accessors forAdrian Prantl1-0/+35
2013-05-10ObjC debug info: Substitute the class type for methods that returnAdrian Prantl1-0/+27
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall2-4/+2
2013-05-02Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2-4/+108
2013-04-19Remove an empty line so the line numbers match up again after the recent docu...Adrian Prantl1-1/+0
2013-04-19still not relaxed enough.Adrian Prantl1-1/+1
2013-04-19cleanup and relax test casesAdrian Prantl1-2/+3
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl1-0/+64
2013-04-16objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall1-2/+25
2013-04-16Trying fixing test to make buildbot happy again.Fariborz Jahanian1-1/+1
2013-04-16modify test to try to make buildbot happy.Fariborz Jahanian1-2/+1
2013-04-16Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian1-0/+44
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner3-62/+69
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner3-14/+16
2013-04-08Don't copy just to capture a strong block pointer under ARC.John McCall1-0/+39
2013-04-04Be sure to check ARC conventions on the implicit method declarationsJohn McCall1-0/+45
2013-04-04Protect the values of array and dictionary literals from theJohn McCall1-24/+67