]> granicus.if.org Git - clang/history - lib/CodeGen/CodeGenModule.h
Update to LLVM's use of WeakTrackingVH; NFC
[clang] / lib / CodeGen / CodeGenModule.h
2017-04-26 Sanjoy DasUpdate to LLVM's use of WeakTrackingVH; NFC
2017-04-18 Reid KlecknerUse less temporary AttributeLists NFC
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-30 Dean Michael Berris[XRay] Add -fxray-{always,never}-instrument= flags...
2017-03-23 Alex Lorenz[CodeGen] Emit a CoreFoundation link guard when @availa...
2017-03-21 Reid KlecknerUpdate Clang for LLVM rename AttributeSet -> AttributeList
2017-02-23 Erik Pilkington[ObjC][CodeGen] CodeGen support for @available.
2017-02-11 Saleem Abdulrasooldocs: update docs for objc_storeStrong behaviour
2017-01-25 Justin Lebar[CodeGen] [CUDA] Add the ability set default attrs...
2017-01-18 David BlaikieRemove now redundant code that ensured debug info for...
2016-12-28 George Burgess IV[CodeGen] Unique constant CompoundLiterals.
2016-12-22 George Burgess IVAdd the alloc_size attribute to clang, attempt 2.
2016-12-20 Chandler CarruthRevert r290149: Add the alloc_size attribute to clang.
2016-12-20 George Burgess IVAdd the alloc_size attribute to clang.
2016-12-15 Yaxun LiuRe-commit r289252 and r289285, and fix PR31374
2016-12-15 Saleem AbdulrasoolCodeGen: fix runtime function dll storage
2016-12-14 Nico WeberRevert 289252 (and follow-up 289285), it caused PR31374
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-11-30 John McCallIntroduce a type-safe enum for ForDefinition.
2016-11-30 John McCallFix some layering violations where CGObjCMac's NSString...
2016-11-03 George Burgess IV[CodeGen] Use StringRef. NFC.
2016-10-27 Vassil VassilevEmpty the CtorLists/DtorLists once emitted.
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-14 Manman RenModule: emit initializers in submodules when importing...
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-09-14 Saleem AbdulrasoolCodeGen: simplify the logic a slight bit
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-07-28 Yaxun Liu[OpenCL] Generate opaque type for sampler_t and functio...
2016-06-24 Peter CollingbourneCodeGen: Update Clang to use the new type metadata.
2016-04-28 Peter CollingbourneRe-apply r267784, r267824 and r267830.
2016-04-28 Benjamin KramerRevert r267784, r267824 and r267830.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-04-13 Reid Kleckner[CodeGen] Avoid ctor/dtor boilerplate with some C++11
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-04 John McCallIRGen-level lowering for the Swift calling convention.
2016-03-21 Pete CooperRevert "Convert some ObjC msgSends to runtime calls."
2016-03-16 Pete CooperConvert some ObjC msgSends to runtime calls.
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-02-24 Peter CollingbourneAdd whole-program vtable optimization feature to Clang.
2016-02-03 Evgeniy Stepanov[cfi] Safe handling of unaddressable vtable pointers...
2016-01-27 John McCallEmit calls to objc_unsafeClaimAutoreleasedReturnValue...
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-14 Andrey BokhankoPR25910: clang allows two var definitions with the...
2016-01-06 Chad Rosier[Driver] Add support for -fno-builtin-foo options.
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (Clang part).
2015-12-05 Reid KlecknerRevert "[x86] Exclusion of incorrect include headers...
2015-12-01 Richard SmithFix use-after-free when a C++ thread_local variable...
2015-11-27 Andrey Bokhanko[x86] Exclusion of incorrect include headers paths...
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-11-11 Eric ChristopherExtract out a function onto CodeGenModule for getting...
2015-10-31 Akira Hatanaka[CodeGen] Call SetInternalFunctionAttributes to attach...
2015-10-21 John McCallUnify the ObjC entrypoint caches.
2015-10-20 Alexey Bataev[DEBUG INFO] Emit debug info for type used in explicit...
2015-10-15 Benjamin Kramer[CodeGen] Remove dead code. NFC.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-16 Reid Kleckner[WinEH] Pass the catch adjectives to catchpad directly
2015-09-15 Piotr PadlewskiDecorating vptr load & stores with !invariant.group
2015-09-14 Evgeniy StepanovRevert "Always_inline codegen rewrite" and 2 follow...
2015-09-12 Evgeniy StepanovAlways_inline codegen rewrite.
2015-09-11 Evgeniy StepanovRevert "Specify target triple in alwaysinline tests."
2015-09-11 Evgeniy StepanovAlways_inline codegen rewrite.
2015-09-08 Peter CollingbourneCodeGen: Introduce CodeGenModule::CreateMetadataIdentif...
2015-09-08 John McCallMove BlockByrefHelpers back to CodeGenModule.h to placa...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-09-03 Naomi MusgraveRefactored dtor sanitizing into EHScopeStack
2015-08-31 Andrey BokhankoPR17829: Proper diagnostic of mangled names conflicts
2015-08-13 David BlaikieWdeprecated: ByrefHelpers are copy constructed by the...
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-07-09 Peter CollingbourneCFI: Emit correct bit set information if RTTI is disabl...
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2015-06-23 David Majnemer[MS ABI] Rework member pointer conversion
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Peter CollingbourneCodeGen: Factor out some of the bitset entry creation...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Hans WennborgGet the dll storage class right for structors of classe...
2015-05-09 NAKAMURA TakumiRevert r236879, "Do not emit thunks with available_exte...
2015-05-08 Derek SchuffDo not emit thunks with available_externally linkage...
2015-04-15 Reid KlecknerMove the logic to avoid double global emission from...
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] More GEP API migrations
2015-03-29 David Majnemer[MS ABI] Rework .xdata HandlerType emission
2015-03-17 David MajnemerMS ABI: Emit HandlerMap entries for C++ catch
2015-03-17 David MajnemerWIP
2015-03-03 Reid KlecknerSplit catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
2015-02-20 Peter CollingbourneImplement Control Flow Integrity for virtual calls.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-23 Rafael Espindola[pr22293] Don't crash during codegen of a recursive...
2015-01-15 Rafael EspindolaUse a trivial comdat for inline ctor/dtor when not...
2015-01-15 Nico WeberRemove ASTConsumer::HandleVTable()'s bool parameter.
2015-01-10 Hans WennborgDon't emit implicit template instantiations eagerly...
2014-12-30 Keno FischerAdd a public accessor for GlobalCtors in CodeGenModule
2014-12-09 Duncan P. N. Exon... IR: Update clang for Metadata/Value split in r223802
2014-12-02 Anton KorobeynikovFix invalid calling convention used for libcalls on...
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-11-01 David MajnemerCodeGen: Virtual dtor thunks shouldn't have this marked...
2014-10-17 Alexey Samsonov[ASan] Improve blacklisting of global variables.
next