summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-4/+15
* Always set dso_local in CodeGenModule::setDSOLocal.Rafael Espindola2018-03-021-2/+7
* [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLSChih-Hung Hsieh2018-03-011-0/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-0111-24/+15
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-0110-140/+81
* Pass a GlobalDecl to SetCommonAttributes. NFC.Rafael Espindola2018-03-012-6/+6
* Inline a trivial function. NFC.Rafael Espindola2018-03-013-10/+2
* Pass a GlobalDecl to setNonAliasAttributes. NFC.Rafael Espindola2018-02-282-4/+5
* Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.Rafael Espindola2018-02-287-26/+27
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-282-21/+14
* CodeGenObjCXX: handle inalloca appropriately for msgSend variantSaleem Abdulrasool2018-02-281-1/+2
* Fix gcc -Wreturn-type warnings after r326307.Nico Weber2018-02-281-0/+2
* [CUDA] Include single GPU binary, NFCI.Jonas Hahnfeld2018-02-281-75/+60
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-288-71/+1076
* Inline trivial function. NFC.Rafael Espindola2018-02-281-7/+1
* Pass a GlobalDecl to setAliasAttributes. NFC.Rafael Espindola2018-02-284-6/+6
* Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC.Rafael Espindola2018-02-273-6/+5
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-262-5/+27
* [CodeGen][DebugInfo] Refactor duplicated code, NFCScott Linder2018-02-261-6/+2
* Set Module Metadata "RtLibUseGOT" when fno-plt is used.Sriraman Tallam2018-02-231-0/+3
* Bring r325915 back.Rafael Espindola2018-02-234-3/+20
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-234-20/+3
* Start setting dso_local for COFF.Rafael Espindola2018-02-234-3/+20
* Support for the mno-stack-arg-probe flagHans Wennborg2018-02-231-10/+9
* [mips] Revert r325872Stefan Maksimovic2018-02-231-8/+0
* [mips] Reland r310704Stefan Maksimovic2018-02-231-0/+8
* Simplify setting dso_local. NFC.Rafael Espindola2018-02-233-12/+12
* [OpenMP] Limit reduction support for pragma 'distribute' when combined with p...Carlo Bertolli2018-02-221-19/+23
* [OPENMP] Require valid SourceLocation in function call, NFC.Alexey Bataev2018-02-222-8/+7
* [OpenCL] Add '-cl-uniform-work-group-size' compile optionAlexey Sotkin2018-02-221-0/+15
* CodeGen: handle blocks correctly when inalloca'edSaleem Abdulrasool2018-02-211-2/+5
* [CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev2018-02-203-7/+20
* [CodeGen] Initialize large arrays by copying from a globalIvan A. Kosarev2018-02-191-6/+30
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-5/+17
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-162-10/+25
* [Coverage] Handle break/continue outside of loop bodiesVedant Kumar2018-02-161-8/+16
* [OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev2018-02-151-0/+2
* [OpenCL] Fix __enqueue_block for block with capturesYaxun Liu2018-02-154-39/+56
* Update for llvm change. NFC.Rafael Espindola2018-02-141-2/+2
* Implement function attribute artificialErich Keane2018-02-141-1/+1
* [DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen2018-02-131-2/+3
* [X86] Reverse the operand order of the implementation of the kunpack builtins.Craig Topper2018-02-121-1/+2
* [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portionAbderrazek Zaafrani2018-02-121-17/+98
* [DebugInfo] Update Checksum handling in CGDebugInfoScott Linder2018-02-122-12/+16
* Make attribute-target on a Definition-after-use update the LLVM attributesErich Keane2018-02-123-40/+59
* Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-5/+7
* ASan+operator new[]: Add an option for more thorough operator new[] cookie po...Filipe Cabecinhas2018-02-121-1/+2
* [X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...Craig Topper2018-02-101-17/+64
* [CodeGen] Use the zero initializer instead of storing an all zero representat...Matt Davis2018-02-091-2/+10
* [WinEH] Put funclet bundles on inline asm callsReid Kleckner2018-02-093-16/+19
OpenPOWER on IntegriCloud