summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-163-32/+85
* [Remarks] Use StringRef::contains to avoid differences in error stringFrancis Visoiu Mistrih2019-10-161-9/+21
* [AArch64,Assembler] Compiler support for ID_MMFR5_EL1Mark Murray2019-10-164-0/+9
* [Codegen] Adjust saturation test. NFC.David Green2019-10-1620-79/+2418
* [Remarks] Add support for prepending a path to external filesFrancis Visoiu Mistrih2019-10-167-22/+58
* bpf: fix wrong truncation elimination when there is back-edge/loopJiong Wang2019-10-165-167/+285
* [RISCV] Add MachineInstr immediate verificationLuis Marques2019-10-167-4/+112
* [AMDGPU] Fix-up cases where writelane has 2 SGPR operandsDavid Stuttard2019-10-164-8/+100
* [libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum2019-10-164-9/+16
* [llvm-ar] Make paths case insensitive when on windowsOwen Reynolds2019-10-166-8/+108
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-162-0/+7
* [Alignment][NFC] Optimize alignToGuillaume Chatelet2019-10-161-1/+11
* RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to...Simon Pilgrim2019-10-161-1/+1
* RealFile - fix self-initialization warning in constructor.Simon Pilgrim2019-10-161-3/+3
* [InstCombine][AMDGPU] Fix crash with v3i16/v3f16 buffer intrinsicsPiotr Sobczak2019-10-162-0/+52
* Revert "[HardwareLoops] Optimisation remarks"Sjoerd Meijer2019-10-164-97/+25
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-161-5/+4
* [ARM] Add a register class for GPR pairs without SP and use it. NFCIMikhail Maltsev2019-10-163-8/+15
* 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
* SimpleLoopUnswitch - fix uninitialized variable and null dereference warnings...Simon Pilgrim2019-10-161-2/+3
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-163-31/+4
* [AMDGPU] Extend the SI Load/Store optimizerPiotr Sobczak2019-10-163-13/+1818
* gn build: Merge r374982GN Sync Bot2019-10-161-0/+1
* [clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena2019-10-165-17/+459
* [ARM][ParallelDSP] Change smlad insertion orderSam Parker2019-10-1613-91/+316
* [HardwareLoops] Optimisation remarksSjoerd Meijer2019-10-164-25/+97
* [NFC] Replace a linked list in LiveDebugVariables pass with a DenseMapOrlando Cazalet-Hyams2019-10-161-82/+97
* [CMake] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew2019-10-161-1/+47
* [LegalizeTypes] Don't use PromoteTargetBoolean in WidenVecOp_SETCC.Craig Topper2019-10-161-1/+4
* Fix failing mangle-concept.cpp test.Saar Raz2019-10-161-2/+2
* [LegalizeTypes] Don't call PromoteTargetBoolean from SplitVecOp_VSETCC.Craig Topper2019-10-162-1/+112
* [libunwind][Android] Improve workaround for PIE zero-dlpi_addr bugRyan Prichard2019-10-161-23/+27
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-163-4/+31
* Revert "[ASan] Refine diagnoses messages"Julian Lettner2019-10-161-1/+2
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-164-64/+56
* CodeExtractor: NFC: Use Range based loopAditya Kumar2019-10-161-4/+4
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-1612-95/+146
* Fix an unused variable introduced in rL374955 / rG21703543.David L. Jones2019-10-161-0/+1
* [ASan] Refine diagnoses messagesJulian Lettner2019-10-161-2/+1
* [dsymutil] Support and relocate base address selection entries for debug_locJonas Devlieghere2019-10-154-0/+41
* [Reland][VirtualFileSystem] Support virtual working directory in the Redirect...Jonas Devlieghere2019-10-153-16/+217
* PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith2019-10-152-1/+7
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-152-283/+37
* Remove unnecessary and inappropriate forward-declaration of Sema fromRichard Smith2019-10-151-1/+0
* [Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers.Lang Hames2019-10-152-0/+18
* [Docs] Updates sidebar links and sets max-width property for div.bodyDeForest Richards2019-10-152-3/+3
* [JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.Lang Hames2019-10-152-12/+42
* [lit] Add back LitTestCaseJulian Lettner2019-10-155-0/+87
OpenPOWER on IntegriCloud