summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-0/+4
* [opaque pointer types] Add element type argument to IRBuilder CreatePreserveS...Craig Topper2019-11-032-2/+3
* make -ftime-trace also trace time spent creating debug infoLuboš Luňák2019-11-021-0/+33
* [NFC]: Removed an implicit capture argument from lambda.Sourabh Singh Tomar2019-11-021-1/+1
* [WebAssembly] Add experimental SIMD dot product instructionThomas Lively2019-11-011-0/+6
* [WebAssembly] SIMD integer min and max instructionsThomas Lively2019-10-311-0/+42
* clang: Fix assert on void pointer arithmetic with address_spaceMatt Arsenault2019-10-311-1/+1
* [CodeGen] Fix invalid llvm.linker.options about pragma detect_mismatchYaxun (Sam) Liu2019-10-311-0/+2
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-0/+1
* Run clang-format on lib/CodeGen/CGCall.h and fix indentationAkira Hatanaka2019-10-301-308/+304
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-4/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+4
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-305-1/+40
* [MS] Fix constexpr data member pointer conversionsReid Kleckner2019-10-291-2/+18
* Replace std::function in PrintingPolicy with a callbacks object.Richard Smith2019-10-292-2/+13
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+23
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-4/+20
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-20/+4
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Reid Kleckner2019-10-282-24/+9
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-4/+20
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-2/+5
* [ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLEvhscampos2019-10-281-0/+21
* OpenMP: Add convergent to more runtime functionsMatt Arsenault2019-10-271-2/+2
* OpenMP: Add helper function for convergent runtime callsMatt Arsenault2019-10-273-11/+25
* Fix compilation warning. NFC.Michael Liao2019-10-251-0/+1
* [hip] Allow the declaration of functions with variadic arguments in HIP.Michael Liao2019-10-251-0/+7
* Revert "Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)""Jordan Rupprecht2019-10-241-8/+0
* [clang]Fixup clang -Werror,,-Wcovered-switch-default build failuresJinsong Ji2019-10-241-3/+0
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-242-6/+121
* [HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu2019-10-221-1/+6
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-211-3/+3
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-201-10/+6
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-194-0/+13
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-181-1/+3
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-185-0/+25
* [OPENMP]Improve use of the global tid parameter.Alexey Bataev2019-10-171-9/+14
* [OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev2019-10-171-5/+3
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-171-2/+5
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-174-42/+126
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-173-30/+5
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-163-5/+30
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-162-19/+26
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+2
* CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...Simon Pilgrim2019-10-161-4/+5
* CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.Simon Pilgrim2019-10-161-2/+2
* CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-161-5/+4
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-153-191/+7
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-152-0/+5
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-1/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+4
OpenPOWER on IntegriCloud