summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [coroutines] Add __builtin_coro_noop => llvm.coro.noopGor Nishanov2018-04-021-0/+2
* [Coroutines] Schedule coro-split before asanBrian Gesiak2018-04-011-3/+3
* Fix a major swiftcall ABI bug with trivial C++ class types.John McCall2018-04-011-16/+4
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-312-12/+14
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-306-159/+386
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-292-14/+12
* Set dso_local on cfi_slowpath.Rafael Espindola2018-03-291-4/+5
* Mark __cfi_check as dso_local.Rafael Espindola2018-03-291-0/+1
* Generalize NRVO to cover C structs.Akira Hatanaka2018-03-291-12/+46
* Set dso_local when clearing dllimport.Rafael Espindola2018-03-291-1/+3
* Set calling convention for CUDA kernelYaxun Liu2018-03-294-0/+16
* Disable emitting static extern C aliases for amdgcn target for CUDAYaxun Liu2018-03-293-3/+16
* [Hexagon] Aid bit-reverse load intrinsics lowering with bitcodeKrzysztof Parzyszek2018-03-291-0/+51
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-284-76/+5
* [Hexagon] Add support for "new" circular buffer intrinsicsKrzysztof Parzyszek2018-03-281-0/+94
* Fix for LLVM header changesDavid Blaikie2018-03-281-0/+1
* [OPENMP] Codegen for ctor|dtor of declare target variables.Alexey Bataev2018-03-284-69/+209
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-273-5/+5
* [OPENMP] Codegen for declare target with link clause.Alexey Bataev2018-03-263-67/+149
* [libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.Matt Morehouse2018-03-231-0/+4
* Change for an LLVM header file moveDavid Blaikie2018-03-231-1/+1
* [AMDGPU] Fix codegen for inline assemblyYaxun Liu2018-03-231-1/+1
* [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)Tony Tye2018-03-231-1/+1
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-0/+5
* Bring r328238 back with a fix.Rafael Espindola2018-03-231-0/+1
* [ARM] Add ARMv8.2-A FP16 vector intrinsicAbderrazek Zaafrani2018-03-231-20/+42
* Set dso_local on __ImageBase.Rafael Espindola2018-03-221-4/+6
* Revert "Set dso_local on vtables."Rafael Espindola2018-03-221-3/+2
* Set dso_local on vtables.Rafael Espindola2018-03-221-2/+3
* Set dso_local on builtin functions.Rafael Espindola2018-03-221-7/+1
* [OpenMP][Clang] Add call to global data sharing stack initialization on the w...Gheorghe-Teodor Bercea2018-03-221-0/+5
* [CodeGen] Emit DWARF "constructor" calling conventionJonas Devlieghere2018-03-221-3/+11
* Fix for LLVM change (Transforms/Utils/Local.h -> Analysis/Utils/Local.h)David Blaikie2018-03-211-3/+3
* [NVPTX] Make tensor shape part of WMMA intrinsic's name.Artem Belevich2018-03-211-23/+23
* [Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...Eric Fiselier2018-03-213-9/+10
* Set dso_local on runtime variables.Rafael Espindola2018-03-211-1/+4
* Delete BuiltinCC. NFC.Rafael Espindola2018-03-205-26/+3
* Set dso_local on string literals.Rafael Espindola2018-03-201-0/+1
* [AArch64] Add vmulxh_lane fp16 vector intrinsicAbderrazek Zaafrani2018-03-201-0/+10
* Set dso_local for runtime function.Rafael Espindola2018-03-201-0/+1
* [NVPTX] Make tensor load/store intrinsics overloaded.Artem Belevich2018-03-201-5/+3
* Set dso_local for CFConstantStringClassReference.Rafael Espindola2018-03-201-7/+7
* Set dso_local for guid decls.Rafael Espindola2018-03-201-0/+1
* [OPENMP, NVPTX] Codegen for target distribute parallel combinedAlexey Bataev2018-03-201-8/+46
* [OPENMP, NVPTX] Globalization of the private redeclarations.Alexey Bataev2018-03-203-91/+157
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-205-26/+52
* [CodeGen] Add funclet token to ARC markerShoaib Meenai2018-03-191-1/+1
* [OPENMP, NVPTX] Reworked castToType() function, NFC.Alexey Bataev2018-03-191-27/+34
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-195-14/+96
* [OPENMP] Fix build with MSVC, NFC.Alexey Bataev2018-03-191-2/+2
OpenPOWER on IntegriCloud