summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-18/+25
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-1/+2
* Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.Richard Smith2016-06-101-1/+0
* [ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka2016-05-261-5/+12
* Preserve the FoundDecl when performing overload resolution for constructors.Richard Smith2016-05-111-0/+1
* [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka2016-04-121-4/+3
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-2/+2
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-96/+15
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-15/+96
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-30/+16
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-160/+435
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-061-1/+1
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-5/+5
* [CodeGen] Attach function attributes to Objective-C and OpenMPAkira Hatanaka2015-10-281-1/+5
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+31
* Unify the ObjC entrypoint caches.John McCall2015-10-211-20/+28
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-31/+0
* ARC: Fix the precise-lifetime suppression of returns_inner_pointerJohn McCall2015-09-091-0/+13
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-107/+100
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-5/+5
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-1/+1
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-1/+1
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-18/+16
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-2/+32
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-7/+3
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-1/+2
* InstrProf: Cede ownership of createProfileWeights to CGFJustin Bogner2015-05-021-2/+2
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-11/+10
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-20/+17
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-141-0/+1
* Sink a parameter into the callee since it's always the same expression in ter...David Blaikie2015-01-141-6/+6
* [Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.Fariborz Jahanian2014-12-181-6/+2
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-6/+4
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-2/+0
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-15/+3
* DebugInfo: Don't leak location information from one function into the prologu...David Blaikie2014-10-141-4/+4
* 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
OpenPOWER on IntegriCloud