summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-071-3/+9
* [CodeGen] only add nobuiltin to inline builtins if we'll emit themGeorge Burgess IV2020-05-071-1/+2
* [RISCV] Pass target-abi via module flag metadataZakk Chen2020-01-271-0/+7
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-171-0/+5
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-171-5/+0
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-131-3/+3
* Allow system header to provide their own implementation of some builtinserge-sans-paille2020-01-101-0/+5
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-53/+1
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-0/+17
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-17/+0
* [OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert2019-12-111-0/+9
* CodeGen: Allow annotations on globals in non-zero address spaceNicolai Hähnle2019-12-111-1/+7
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-0/+17
* [Attr] Move ParsedTargetAttr out of the TargetAttr classCraig Topper2019-12-091-5/+5
* Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...Reid Kleckner2019-12-061-1/+53
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-061-53/+1
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-0/+1
* [OPENMP]Fix PR41826: symbols visibility in device code.Alexey Bataev2019-11-251-1/+1
* DebugInfo: Flag Dwarf Version metadata for merging during LTODavid Blaikie2019-11-221-3/+1
* [DeclCXX] Remove unknown external linkage specificationsEhud Katz2019-11-211-3/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-2/+2
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-2/+2
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-2/+2
* Don't add optnone or noinline if the function is already marked asAkira Hatanaka2019-11-151-5/+5
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-21/+19
* [HIP] Fix visibility for 'extern' device variables.Michael Liao2019-11-051-3/+3
* [CodeGen] Fix invalid llvm.linker.options about pragma detect_mismatchYaxun (Sam) Liu2019-10-311-0/+2
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-2/+5
* OpenMP: Add helper function for convergent runtime callsMatt Arsenault2019-10-271-2/+8
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-201-10/+6
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-171-22/+5
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-161-5/+22
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-6/+1
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-0/+3
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-101-0/+44
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-081-7/+6
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-1/+1
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-10-031-1/+1
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-13/+12
* [OPENMP50]Initial codegen for declare variant implementation vendor.Alexey Bataev2019-10-011-0/+14
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-2/+2
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-1/+3
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-3/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-1/+3
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-111-3/+24
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-3/+15
* [Clang][CodeGen] set alias linkage on QualTypeNick Desaulniers2019-08-221-4/+9
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-14/+22
OpenPOWER on IntegriCloud