summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-171/+155
* Objective-C IRGen. Fixes several regressions caused by changes madeFariborz Jahanian2014-03-111-5/+31
* Reverting llvm::distance changes to use std::distance with iterators instead,...Aaron Ballman2014-03-101-4/+2
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-6/+2
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-6/+2
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-17/+17
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-061-11/+11
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-061-11/+11
* Construct GlobalValues with the correct linkage instead of using setLinkage.Rafael Espindola2014-03-061-8/+7
* 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
OpenPOWER on IntegriCloud