summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Objective-C. Return 0 as class of methods in protocols.Fariborz Jahanian2014-03-041-2/+1
* Objective-C IRGen. Fix up the hueristics for determiningFariborz Jahanian2014-03-041-8/+10
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* Objective-C. Fixes a regression when figuring out linkageFariborz Jahanian2014-03-031-1/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* Fix -Wunused-function in Release build.Rui Ueyama2014-02-271-0/+1
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-17/+18
* Assert that the name of some internal variables start with \01L or \01l.Rafael Espindola2014-02-271-47/+55
* Fix -Wunused-variable in non-assert builds. No functionality change.Nick Lewycky2014-02-271-0/+1
* Refactor linkage computation in CGObjCMac.cpp.Rafael Espindola2014-02-261-70/+66
* Objective-C. Remove an assertion which assertsFariborz Jahanian2014-02-241-6/+0
* Remove really old "APPLE LOCAL" markers.Rafael Espindola2014-02-201-1/+1
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-11/+16
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Improve comment.Fariborz Jahanian2014-01-141-3/+3
* ObjectiveC. add comment.Fariborz Jahanian2014-01-141-3/+3
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C Fariborz Jahanian2013-10-241-8/+18
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-1/+1
* Use the ugly PRIx64 macro to make format string portable.Benjamin Kramer2013-04-221-1/+1
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-9/+9
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-1/+4
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-131/+127
* Use the actual class visibility for the ObjC EHTYPE global,John McCall2013-02-191-1/+1
* CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor2013-02-181-3/+3
* [CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool2013-02-171-4/+25
* Properly assemble PHIs after a null-checked invoke of objc_msgSend.John McCall2013-02-121-40/+67
* Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman2013-02-051-0/+2
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-10/+14
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-11/+11
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-101-6/+12
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-5/+5
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-4/+4
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-4/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-4/+4
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-3/+10
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-10/+3
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-3/+10
* objective-c blocks: Consider padding due to alignmentFariborz Jahanian2012-12-041-1/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-10/+8
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-71/+111
* objective-C blocks: bring back the CharUnit patch forFariborz Jahanian2012-11-071-45/+46
* Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman2012-11-061-114/+121
* Fix a silly mistake in r167437.Eli Friedman2012-11-061-2/+2
* Propagate CharUnits through CGObjCMac.cpp.Eli Friedman2012-11-061-84/+78
* Minor fix to ObjC layout bitmap metadata. Found while I was trying toEli Friedman2012-11-061-1/+1
* Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman2012-11-061-46/+45
* Fixes liftime of captured block variables in mrr mode, per John's feedback, asFariborz Jahanian2012-11-041-17/+12
* objective-C mrr block. Block variable layout metadata inFariborz Jahanian2012-11-021-5/+26
OpenPOWER on IntegriCloud