summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian2014-08-071-0/+9
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-061-3/+6
* Track the difference betweenRichard Smith2014-07-171-0/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-38/+38
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-4/+4
* Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl2014-04-111-2/+2
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-3/+4
* [PGO] Add simplified branch weights for Objective-C for-collection loops.Bob Wilson2014-03-251-8/+11
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-171-1/+1
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-3/+2
* [C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end(...Aaron Ballman2014-03-131-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-5/+5
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-3/+2
* PGO: add instrumentation for Objective-C methods.Bob Wilson2014-03-061-0/+5
* [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
OpenPOWER on IntegriCloud