summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* Do not put instrumentation counters before phis in ObjC for-in loops.Bob Wilson2014-02-241-3/+3
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-171-1/+1
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-12/+8
* Objective-C [IRGen]. Generator a tail call to objc_getProperty() in Fariborz Jahanian2014-01-301-1/+5
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-18/+15
* Re-applying r198699 after reverting r198461.Adrian Prantl2014-01-071-1/+2
* Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl2014-01-071-2/+1
* Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl2014-01-071-1/+2
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-1/+8
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* Fix build breakage, missed committing a chunk of a patch.Nick Lewycky2013-10-021-1/+1
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-6/+8
* No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky2013-10-011-4/+1
* Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie2013-08-261-8/+2
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-2/+4
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-1/+1
* objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall2013-04-161-1/+3
* Protect the values of array and dictionary literals from theJohn McCall2013-04-041-6/+33
* Add 178663 back.Rafael Espindola2013-04-031-2/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+0
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-021-1/+2
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+15
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-8/+11
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-7/+14
* Remove temporary std::vectors that ca be replaced with ArrayRef's magic.Benjamin Kramer2013-03-071-11/+7
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-36/+28
* In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall2013-02-121-17/+19
* Fixed another whitespace issue... *sigh*.Michael Gottesman2013-02-021-3/+3
* Fixed whitespace.Michael Gottesman2013-02-021-1/+1
* On platforms which do not support ARC natively, do not mark objc_retain/objc_...Michael Gottesman2013-02-021-4/+6
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-1/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Remove obsolete FIXMEs.David Chisnall2012-12-181-2/+0
* Inline hasAtomicCopyHelperAPI.Rafael Espindola2012-12-181-6/+2
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-4/+3
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-3/+4
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-4/+3
* Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier2012-12-121-3/+8
* Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/...Eli Friedman2012-10-261-0/+8
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-4/+24
* Transform pattern:Alexey Samsonov2012-10-161-8/+6
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-7/+2
OpenPOWER on IntegriCloud