aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-31Refactor how -fno-semantic-interposition sets dso_local on default visibility...Fangrui Song1-11/+8
2020-12-30[CodeGenModule] Set dso_local for Mach-O GlobalValueFangrui Song1-4/+10
2020-12-29Move -fno-semantic-interposition dso_local logic from TargetMachine to Clang ...Fangrui Song1-2/+11
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu1-1/+2
2020-12-17[Clang] Make nomerge attribute a function attribute as well as a statement at...Zequan Wu1-0/+3
2020-12-14[PGO] remove unintentional code in early commitRong Xu1-7/+0
2020-12-14[PGO] Verify BFI counts after loading profile dataRong Xu1-0/+7
2020-12-05[TargetMachine][CodeGenModule] Delete unneeded ppc32 special case from should...Fangrui Song1-4/+2
2020-12-03[mac/arm] Fix rtti codegen tests when running on an arm macNico Weber1-1/+1
2020-11-24[Clang][-fvisibility-from-dllstorageclass] Set DSO Locality from final visibi...Ben Dunbobbin1-0/+7
2020-11-19[AIX][FE] Support constructor/destructor attributeXiangling Liao1-6/+5
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers1-8/+8
2020-11-09[c++20] For P0732R2 / P1907R1: Basic code generation and nameRichard Smith1-2/+23
2020-11-09[NFC] Remove string parameter of annotation attribute from AST childs.Tyker1-1/+0
2020-11-08Don't dereference a dyn_cast<> result - use cast<> instead. NFCI.Simon Pilgrim1-1/+1
2020-11-05[CodeGen] Fix Bug 47499: __unaligned extension inconsistent behaviour with C ...Jan Ole Hüser1-6/+7
2020-11-03Fix - [Clang] Add the ability to map DLL storage class to visibilityBen Dunbobbin1-2/+2
2020-11-03[CUDA][HIP] Fix linkage for -fgpu-rdcYaxun (Sam) Liu1-4/+7
2020-11-02Reland - [Clang] Add the ability to map DLL storage class to visibilityBen Dunbobbin1-0/+41
2020-11-02Revert "[Clang] Add the ability to map DLL storage class to visibility"Ben Dunbobbin1-41/+0
2020-11-02[Clang] Add the ability to map DLL storage class to visibilityBen Dunbobbin1-0/+41
2020-11-01[MemProf] Pass down memory profile name with optional path from clangTeresa Johnson1-0/+7
2020-10-26[Clang][CodeGen] fix failed assertionNick Desaulniers1-2/+4
2020-10-26[Annotation] Allows annotation to carry some additional constant arguments.Tyker1-6/+42
2020-10-25[clang] Enable support for #pragma STDC FENV_ACCESSMelanie Blower1-1/+12
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers1-8/+8
2020-10-21[c++20] For P0732R2 / P1907R1: Basic frontend support for class types asRichard Smith1-0/+6
2020-10-19Revert "[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splitting"Hans Wennborg1-4/+0
2020-10-15[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splittingVedant Kumar1-0/+4
2020-10-15Revert "[clang] Add -fc++-abi= flag for specifying which C++ ABI to use"Leonard Chan1-7/+12
2020-10-14[clang] Add -fc++-abi= flag for specifying which C++ ABI to useLeonard Chan1-12/+7
2020-10-05[CUDA] Don't call __cudaRegisterVariable on C++17 inline variablesFangrui Song1-1/+6
2020-09-25[AArch64] PAC/BTI code generation for LLVM generated functionsMomchil Velikov1-0/+17
2020-09-23[CUDA][HIP] Fix static device var used by host code onlyYaxun (Sam) Liu1-0/+5
2020-09-02Fix a -Wparenthesis warning in 8ff44e644bb7, NFCErik Pilkington1-1/+1
2020-09-02[IRGen] Fix an assert when __attribute__((used)) is used on an ObjC methodErik Pilkington1-1/+1
2020-08-27[CodeGen] Use an AttrBuilder to bulk remove 'target-cpu', 'target-features', ...Craig Topper1-3/+5
2020-08-19[X86] Add support 'tune' in target attributeCraig Topper1-4/+10
2020-08-18[X86] Add basic support for -mtune command line option in clangCraig Topper1-0/+5
2020-08-11[SystemZ/ZOS] Add binary format goff and operating system zos to the tripleKai Nacke1-0/+2
2020-08-10[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-4/+28
2020-08-07Revert "[Clang] implement -fno-eliminate-unused-debug-types"Nick Desaulniers1-28/+4
2020-08-07[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-4/+28
2020-08-03[OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 3Saiyedul Islam1-0/+6
2020-07-29[OpenCL] Add global_device and global_host address spacesAlexey Bader1-4/+14
2020-07-17[AIX] report_fatal_error on `-fregister_global_dtors_with_atexit` for static ...Xiangling Liao1-0/+3
2020-07-08[OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder.sstefan11-8/+0
2020-06-24Fix crash on XCore on unused inline in EmitTargetMetadataNigel Perks1-16/+1
2020-06-24Fix coding style. NFC.Michael Liao1-9/+12
2020-06-23[clang codegen] Fix alignment of "Address" for incomplete array pointer.Eli Friedman1-20/+37