summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [OPENMP, NVPTX] Emit correct thread id.Alexey Bataev2018-03-192-28/+31
* [ARM] Pass half or i16 types for NEON intrinsicsSjoerd Meijer2018-03-191-15/+17
* Fix codegen for structured binding binding in conditionsZhihao Yuan2018-03-171-5/+5
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-0/+3
* [MS] Fix bug in r327732 with devirtualized complete destructor callsReid Kleckner2018-03-161-0/+10
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-163-3/+3
* [MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner2018-03-165-26/+98
* Fix compilation warning introduced in r327654Mikael Holmen2018-03-161-1/+1
* [OPENMP, NVPTX] Improve globalization of the variables captured by value.Alexey Bataev2018-03-153-86/+205
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-155-6/+95
* Recommit r326946 after reducing CallArgList memory footprintYaxun Liu2018-03-1512-108/+202
* Set dso_local for NSConcreteStackBlock.Rafael Espindola2018-03-141-4/+4
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-142-6/+5
* CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...Yaxun Liu2018-03-142-6/+9
* [OpenMP] Add OpenMP data sharing infrastructure using global memoryGheorghe-Teodor Bercea2018-03-147-29/+658
* This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"Sjoerd Meijer2018-03-132-66/+57
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-5/+4
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-125-96/+14
* [CodeGen] Eagerly emit lifetime.end markers for callsGeorge Burgess IV2018-03-101-6/+28
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-105-14/+96
* Revert r326946. It caused stack overflows by significantly increasing the siz...Richard Smith2018-03-1012-201/+108
* [CodeGen] Try to not call a dtor after lifetime.endGeorge Burgess IV2018-03-101-47/+51
OpenPOWER on IntegriCloud