summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MinGW] Don't mark external variables as DSO localMartin Storsjo2018-08-291-0/+8
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-221-0/+13
* [OPENMP] Fix crash on the emission of the weak function declaration.Alexey Bataev2018-08-201-9/+11
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-1/+16
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-4/+4
* [OPENMP] Mark variables captured in declare target region as implicitlyAlexey Bataev2018-08-071-0/+4
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-0/+4
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-29/+141
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-181-4/+8
* Fix setting of empty implicit-section-name attributePetr Pavlu2018-07-111-4/+0
* [CUDA] Use atexit() to call module destructor.Artem Belevich2018-06-271-3/+2
* Revert "[MS] Use mangled names and comdats for string merging with ASan"Evgeniy Stepanov2018-06-261-5/+7
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-26/+63
* [OPENMP] Do not consider address constant vars as possiblyAlexey Bataev2018-06-251-1/+2
* [CUDA][HIP] Set kernel calling convention before arrange functionYaxun Liu2018-06-121-2/+0
* [MS] Use mangled names and comdats for string merging with ASanReid Kleckner2018-06-111-7/+5
* [CodeGen] Improve diagnostics related to target attributesGabor Buella2018-06-071-10/+16
* [CUDA][HIP] Do not emit type info when compiling for deviceYaxun Liu2018-06-051-1/+1
* Make the mangled name collision diagnostic a bit more useful by listing the m...Richard Smith2018-05-301-5/+6
* CodeGen: Emit string literal in constant address spaceYaxun Liu2018-05-141-6/+41
* [Clang] Implement function attribute no_stack_protector.Manoj Gupta2018-05-091-6/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [OPENMP, NVPTX] Added support for L2 parallelism.Alexey Bataev2018-05-071-2/+11
* [OPENMP] Support C++ member functions in the device constructs.Alexey Bataev2018-05-021-1/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-1/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+1
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-231-1/+2
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-201-2/+1
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-201-0/+3
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-201-1/+2
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-0/+4
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-171-0/+6
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+6
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-1/+2
* [XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris2018-04-131-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-1/+9
* Set dso_local when clearing dllimport.Rafael Espindola2018-03-291-1/+3
* Disable emitting static extern C aliases for amdgcn target for CUDAYaxun Liu2018-03-291-3/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* Set dso_local on builtin functions.Rafael Espindola2018-03-221-7/+1
* Set dso_local on runtime variables.Rafael Espindola2018-03-211-1/+4
* Delete BuiltinCC. NFC.Rafael Espindola2018-03-201-2/+1
* Set dso_local on string literals.Rafael Espindola2018-03-201-0/+1
* Set dso_local for runtime function.Rafael Espindola2018-03-201-0/+1
* Set dso_local for CFConstantStringClassReference.Rafael Espindola2018-03-201-7/+7
* Set dso_local for guid decls.Rafael Espindola2018-03-201-0/+1
OpenPOWER on IntegriCloud