aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCRuntime.h
AgeCommit message (Expand)Author
2016-11-30Clean up CGObjCMac's APIs for deriving class references. NFC.John McCall
2016-02-13Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer
2015-12-21Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar
2015-12-21Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar
2015-12-21[CodeGen] Fix assignments of inline layouts into the byref structureVedant Kumar
2015-10-30Initialize @catch variables correctly in fragile-runtime ARC.John McCall
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-21[C++11] Use 'nullptr'. CodeGen edition.Craig Topper
2014-02-26Refactor linkage computation in CGObjCMac.cpp.Rafael Espindola
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-01-10objectiveC++: When throwing c++ exception of Fariborz Jahanian
2012-12-17Reapply r170344, this time without forgetting to commit the header changes.David Chisnall
2012-12-17Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer
2012-12-17Added support for new property helpers (GNUstep runtime).David Chisnall
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-11-06Put something sane in the DWARF offset field for bitfield ObjC ivars.Eli Friedman
2012-11-06Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman
2012-11-06Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman
2012-10-27objective-C arc/mrr: Patch for the new block variable layout meta-data.Fariborz Jahanian
2012-06-15Documentation cleanup:James Dennett
2012-06-11Documentation cleanup, fixing Doxygen markup. Mostly this avoids common termsJames Dennett
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-17Whether an argument is required (in contrast with being anJohn McCall
2012-01-31Support @compatibility_alias at run time (GNUstep Runtime)David Chisnall
2012-01-06objc++: some declarations related to atomicFariborz Jahanian
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-06-23Support for catching objc pointer objects in c++ catch-statementFariborz Jahanian
2011-06-22Alloa catching Objective-C id's being thrown with C++ throwFariborz Jahanian
2011-06-15Automatic Reference Counting.John McCall
2011-05-23Fix some problems where functions must be bitcast but we're expecting a llvm:...David Chisnall
2011-05-17Patch to fix IR-gen crash generating structure ABI which implementsFariborz Jahanian
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-25Continuing work on ObjC tidyup:David Chisnall
2011-03-22Simplify Mac runtime selection - it's the factory function's job to select wh...David Chisnall
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2010-12-26Add support for GNU runtime property set / get structure functions. Minor re...David Chisnall
2010-09-11Fixes an obscure bug in importd block variable layoutFariborz Jahanian
2010-08-04Some early work for providing block layout info. Fariborz Jahanian
2010-07-24Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall
2010-07-20Adopt objc_assign_threadlocal() for __thread variables of GC types.Fariborz Jahanian
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-06-17Objective-c++ IRGen. Support for @selector expression asFariborz Jahanian
2010-06-15Patch adds support for copying of thoseFariborz Jahanian
2010-05-22Push a return-value slot throughout ObjC message-send codegen. Will beJohn McCall
2010-04-28Changed signature of GenerateMessageSend() function to pass the ObjCInterface...David Chisnall