]> granicus.if.org Git - clang/history - lib/CodeGen/CGObjCGNU.cpp
Merging r308455:
[clang] / lib / CodeGen / CGObjCGNU.cpp
2017-05-09 Serge GueltonFix CGObjCGNU::init bug introduced by r302572
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-03 Reid Kleckner[IR] Abstract away ArgNo+1 attribute indexing as much...
2017-03-14 Akira Hatanaka[CodeGen][ObjC] Fix a bug where the type of an ivar...
2017-03-02 John McCallPromote ConstantInitBuilder to be a public CodeGen...
2016-11-30 John McCallClean up CGObjCMac's APIs for deriving class references...
2016-11-30 John McCallProspective MSVC workaround.
2016-11-30 John McCallFinish adopting ConstantInitBuilder in CGObjCGNU. ...
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-11-28 Peter CollingbourneIRGen: Remove all uses of CreateDefaultAlignedLoad.
2016-11-28 John McCallHide the result of building a constant initializer...
2016-11-28 John McCallConstantBuilder -> ConstantInitBuilder for clarity...
2016-11-24 Benjamin Kramer[CodeGen] Pass objects that are expensive to copy by...
2016-11-19 John McCallIntroduce a helper class for building complex constant...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-10 Mehdi AminiStore FileEntry::Filename as a StringRef instead of...
2016-07-17 Saleem AbdulrasoolCodeGen: honour dllstorage on ObjC types
2016-07-17 Saleem AbdulrasoolCodeGen: whitespace, formatting cleanups, NFC
2016-07-02 Benjamin KramerUse arrays or initializer lists to feed ArrayRefs inste...
2016-06-23 Rafael EspindolaRestructure the propagation of -fPIC/-fPIE.
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-01-26 Manman RenUse instance_properties instead of properties. NFC.
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-10-30 Tim NorthoverWatch and TV OS: wire up basic ABI choices
2015-09-14 David BlaikieRevert "[opaque pointer type] update for LLVM API change"
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-19 David Blaikie[opaque pointer type] Pass the explicit call type when...
2015-05-18 David BlaikieFix indentation
2015-05-18 David BlaikieAPI update for streamlining of IRBuilder::CreateCall...
2015-04-29 David Blaikie[opaque pointer type] update for LLVM API change
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-02 David Blaikie[opaque pointer type] Update for GEP API changes in...
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2014-12-09 Duncan P. N. Exon... IR: Update clang for Metadata/Value split in r223802
2014-11-04 Reid KlecknerUse the new LLVM_END_WITH_NULL name
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-06-04 Alexey SamsonovRemove the overload of GetAddrOfConstantString method
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-05-17 Rafael EspindolaUpdate for llvm api change.
2014-05-17 Rafael EspindolaUpdate for llvm api change.
2014-05-16 Rafael EspindolaUpdate for llvm API change.
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators propimpl_b...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCProtocolDecl iterators protocol_b...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators protocol_...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators classmeth...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators instmeth_...
2014-03-13 Aaron BallmanRenaming the recently-created (r203830) props() range...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators prop_begi...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Ted KremenekRemove dead return and simplify code.
2014-03-04 Chandler Carruth[Modules] Update to reflect the move of CallSite into...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-26 Rafael EspindolaRefactor linkage computation in CGObjCMac.cpp.
2014-01-09 Rafael EspindolaUse getPointerSizeInBits.
2014-01-09 Rafael EspindolaUsed the DataLayout methods instead of the Module methods.
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-11-25 Alp TokerAdd heading and remove leftover personal email addresses
2013-10-01 Nick LewyckyNo functionality change. Reflow lines that could fit...
2013-07-26 Eli FriedmanFix GNU ObjC ABI for a message returning a struct.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-02-28 John McCallUse the actual ABI-determined C calling convention...
2013-02-28 David ChisnallImprove property metadata generation with the GNUstep...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-11 David ChisnallEnable the new (more C++-like, less broken) EH model...
2013-01-10 Fariborz JahanianobjectiveC++: When throwing c++ exception of
2013-01-02 Chandler CarruthRewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as...
2012-12-17 David ChisnallReapply r170344, this time without forgetting to commit...
2012-12-17 Benjamin KramerRevert "Added support for new property helpers (GNUstep...
2012-12-17 David ChisnallAdded support for new property helpers (GNUstep runtime).
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-14 Fariborz Jahanianobjective-C blocks: Provide layout map for byref
2012-11-14 John McCallMove some GNUStep-specific code out of CGObjCGNU.
2012-11-07 David ChisnallFix the Objective-C exception rethrow from cleanups...
2012-11-06 Eli FriedmanBack out 167431+167437+167487; I didn't realize how...
2012-11-06 Eli FriedmanPropagate CharUnits into ObjC CodeGen. No intended...
2012-11-01 Richard SmithSimplify: replace getContext().getLangOpts() with just...
2012-10-27 Fariborz Jahanianobjective-C arc/mrr: Patch for the new block variable...
2012-10-16 David ChisnallGNUstep runtime version default to 1.6, generate correc...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-23 David ChisnallFix transposed optional / required in Objective-C metad...
2012-08-21 John McCallScrew around with ObjCRuntime some more, changing the
2012-08-10 Eli FriedmanDon't emit an invoke whose normal destination is a...
2012-07-31 John McCallIntroduce new queries on ObjCRuntime for how to interpr...
2012-07-12 John McCallAdd the ObjFW runtime. Patch by Jonathan Schleifer!
2012-07-03 David ChisnallRename the GCC Objective-C runtime to gcc from gnu...
2012-06-20 John McCallRestructure how the driver communicates information...
2012-06-13 James DennettMore doxygen/documentation cleanups.
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-04-30 David BlaikieRemove the ref/value inconsistency in filter_decl_iterator.
2012-04-09 David ChisnallRevert r154321, pending more discussion.
2012-04-09 David ChisnallAdd -fobjc-trace to emit a call before and after each...
2012-04-08 Chandler CarruthTeach Clang about PIE compilations. This is the first...
2012-04-06 David Chisnallzext ivar offsets if required (GNU runtimes).
2012-04-04 Ted KremenekSilence dead store warning, and fix indentation.
2012-03-20 David ChisnallAdd missing bitcast that was breaking Objective-C+...
next