summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-6/+6
* Remove the overload of GetAddrOfConstantString methodAlexey Samsonov2014-06-041-2/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-102/+109
* Update for llvm api change.Rafael Espindola2014-05-171-3/+3
* Update for llvm api change.Rafael Espindola2014-05-171-10/+9
* Update for llvm API change.Rafael Espindola2014-05-161-3/+3
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-5/+2
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-3/+2
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-131-17/+11
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-16/+11
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-1/+1
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-4/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-120/+97
* Remove dead return and simplify code.Ted Kremenek2014-03-071-3/+1
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Refactor linkage computation in CGObjCMac.cpp.Rafael Espindola2014-02-261-2/+3
* Use getPointerSizeInBits.Rafael Espindola2014-01-091-2/+3
* Used the DataLayout methods instead of the Module methods.Rafael Espindola2014-01-091-4/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Add heading and remove leftover personal email addressesAlp Toker2013-11-251-2/+1
* No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky2013-10-011-2/+1
* Fix GNU ObjC ABI for a message returning a struct.Eli Friedman2013-07-261-13/+38
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-43/+44
* Improve property metadata generation with the GNUstep runtime.David Chisnall2013-02-281-18/+42
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Enable the new (more C++-like, less broken) EH model when targeting the GNUstepDavid Chisnall2013-01-111-0/+11
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-101-3/+6
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-4/+4
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-3/+73
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-73/+3
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-3/+73
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-9/+7
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-0/+6
* Move some GNUStep-specific code out of CGObjCGNU.John McCall2012-11-141-22/+25
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-071-2/+4
* Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman2012-11-061-5/+4
* Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman2012-11-061-4/+5
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-011-2/+2
* objective-C arc/mrr: Patch for the new block variable layout meta-data.Fariborz Jahanian2012-10-271-1/+4
* GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall2012-10-161-2/+23
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Fix transposed optional / required in Objective-C metadata (GNUstep runtime)David Chisnall2012-08-231-8/+8
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-6/+41
* Don't emit an invoke whose normal destination is a landingpad. Fixes testEli Friedman2012-08-101-19/+2
* Introduce new queries on ObjCRuntime for how to interpret subscriptsJohn McCall2012-07-311-2/+5
* Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall2012-07-121-5/+32
OpenPOWER on IntegriCloud