]> granicus.if.org Git - clang/history - lib/CodeGen/CGObjCMac.cpp
CodeGen: handle missed case of COMDAT handling
[clang] / lib / CodeGen / CGObjCMac.cpp
2017-06-29 Saleem AbdulrasoolCodeGen: handle missed case of COMDAT handling
2017-06-17 Saleem AbdulrasoolCodeGen: make the type match the comment for a libcall
2017-06-03 Saleem AbdulrasoolCodeGen: fix section names for different file formats
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-01 Sanjoy DasAdapt to LLVM's rename of WeakVH to WeakTrackingVH...
2017-04-26 Sanjoy DasRevert "Update to LLVM's use of WeakTrackingVH; NFC"
2017-04-26 Sanjoy DasUpdate to LLVM's use of WeakTrackingVH; NFC
2017-03-21 Reid KlecknerUpdate Clang for LLVM rename AttributeSet -> AttributeList
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 McCallFix some layering violations where CGObjCMac's NSString...
2016-11-30 John McCallProspective GCC build fix: the unelaborated form of...
2016-11-30 John McCallSwitch CGObjCMac to use ConstantInitBuilder. Whew.
2016-11-29 John McCallgetObjCEncodingForMethodDecl cannot fail. Simplify...
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-25 Saleem AbdulrasoolCodeGen: be more conservative about setting section
2016-10-25 Saleem AbdulrasoolCodeGen: mark protocols as common data
2016-10-24 Saleem AbdulrasoolCodeGen: remove incorrect temporary Twine
2016-10-24 Saleem AbdulrasoolCodeGen: centralise label construction for method lists
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-09-20 Saleem AbdulrasoolCodeGen: further merge cstring literal construction
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as unnamed_addr
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as constant
2016-09-16 Saleem AbdulrasoolCodeGen: refactor the ObjC cstring literal creation
2016-09-16 Saleem AbdulrasoolCodeGen: use pointer rather than reference in range...
2016-09-12 Saleem AbdulrasoolCodeGen: use some range-based for loops
2016-07-17 Saleem AbdulrasoolCodeGen: honour dllstorage on ObjC types
2016-07-17 Saleem AbdulrasoolCodeGen: whitespace cleanup, StringRef usage in ObjC...
2016-07-16 Saleem AbdulrasoolCodeGen: use StringRefs more in ObjC class generation...
2016-07-16 Saleem AbdulrasoolCodeGen: simplify using a local variable, NFC
2016-07-13 Saleem AbdulrasoolCodeGen: minor cleanup, NFC
2016-07-02 Benjamin KramerUse arrays or initializer lists to feed ArrayRefs inste...
2016-06-24 David MajnemerUse more ArrayRefs
2016-05-16 Saleem AbdulrasoolCodeGen: convert some const char * to StringRef
2016-04-19 Manman RenObjC Class Property: don't emit class properties on...
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-02-24 Manman RenObjective-C: Add a size field to non-fragile category...
2016-02-21 Manman RenClass Property: Fix a crash with old ABI when generatin...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-11 Akira Hatanaka[Objective-c] Stop attaching section "datacoal_nt"...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Eric ChristopherUse a consistent spelling for vtables.
2016-01-26 Manman RenUse instance_properties instead of properties. NFC.
2016-01-25 Manman RenUpdate comments to match the implementation.
2016-01-14 Rui UeyamaUpdate for LLVM function name change.
2016-01-03 Craig TopperUse std::is_sorted instead of a manual loop. NFC
2015-12-21 Vedant KumarReapply "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant KumarRevert "[CodeGen] Fix assignments of inline layouts...
2015-12-21 Vedant Kumar[CodeGen] Fix assignments of inline layouts into the...
2015-12-03 Nico WeberFix Objective-C metadata for properties from class...
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-11-19 John McCallFix the emission of ARC-style ivar layouts in the fragi...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-10-30 Tim NorthoverWatch and TV OS: wire up basic ABI choices
2015-10-30 John McCallInitialize @catch variables correctly in fragile-runtim...
2015-10-29 John McCallFix the emission of ARC ivar layouts in the non-fragile...
2015-10-22 John McCallDefine weak and __weak to mean ARC-style weak reference...
2015-10-21 John McCallEnable ARC on the fragile runtime.
2015-10-21 John McCallFix and stylize the emission of GC/ARC ivar and GC...
2015-10-15 Benjamin Kramer[CodeGen] Remove dead code. NFC.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-02 Ahmed BougachaDon't nil check non-nil class receiver of AArch64 stret...
2015-09-10 John McCallSupport noreturn in limited contexts on Objective-C...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-08-18 David BlaikieDevirtualize EHScopeStack::Cleanup's dtor because it...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-03 David Blaikie[opaque pointer type] Explicitly specify type to CreateGEP
2015-04-02 David Blaikie[opaque pointer type] Update for GEP API changes in...
2015-03-31 Fariborz Jahanian[Objective-C metadata patch]. Patch to allocate one...
2015-02-26 Nico WeberWrap to 80 columns. No behavior change.
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-12-09 Duncan P. N. Exon... IR: Update clang for Metadata/Value split in r223802
2014-12-01 Reid KlecknerUse nullptr to silence -Wsentinel when self-hosting...
2014-11-19 David BlaikieUpdate for LLVM API change to make Small(Ptr)Set::inser...
2014-11-06 Rafael EspindolaDon't manually insert L prefixes.
2014-09-12 Rafael EspindolaAllow protocols to be just declared.
2014-08-28 Fariborz JahanianObjective-C IRGen. Fixes an assertion crash caused...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-23 Tim NorthoverAArch64: update Clang for merged arm64/aarch64 triples.
2014-07-16 Fariborz JahanianObjective-C. Introducing __attribute__((objc_runtime_na...
2014-07-15 Fariborz JahanianObjective-C IRGen. Fixes an inconsistant linkage of
2014-07-11 Ben LangmuirDon't assume StringRef.data() is null-terminated
2014-06-10 Fariborz JahanianObjective-C IRGen. Patch to generate a weak symbol...
2014-06-07 Alp TokerAvoid dubious IdentifierInfo::getNameStart() uses
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-05-09 Rafael EspindolaSimplify the code a bit by using linkage predicates.
2014-03-29 Tim NorthoverARM64: parametrise IVar offset type (long on ARM64...
2014-03-29 Tim NorthoverObjC: allow targets to decide when to use stret for...
2014-03-27 Rafael EspindolaDon't produce a L symbol in __DATA,__data.
2014-03-14 Aaron Ballman[C++11] Replacing BlockDecl iterators capture_begin...
next