platform/upstream/llvm.git
2019-09-29 Richard Smith[cxx_status] Mark P0784R7 as partially complete.
2019-09-29 Richard SmithFor now, disallow lifetime-extended temporaries with...
2019-09-29 Richard SmithFix checking for permitted results of constant expressions.
2019-09-29 Richard SmithFor P0784R7: compute whether a variable has constant...
2019-09-29 DeForest Richards[Docs] Adds sections for Command Line and LibFuzzer...
2019-09-29 Craig Topper[X86] Enable isel to fold broadcast loads that have...
2019-09-29 Craig Topper[X86] Move bitselect matching to vpternlog into X86ISel...
2019-09-29 Craig Topper[X86] Enable canonicalizeBitSelect for AVX512 since...
2019-09-29 Craig Topper[X86] Match (or (and A, B), (andn (A, C))) to VPTERNLOG...
2019-09-28 David Carlier[OpenMP] FreeBSD address check if mapped more native
2019-09-28 Aditya Kumar[NFC] Move hot cold splitting class to header file
2019-09-28 Simon PilgrimSemaExpr - silence static analyzer getAs<> null derefer...
2019-09-28 Sanjay Patel[PowerPC] make tests immune to improved undef handling
2019-09-28 Aaron PuchertDon't install example analyzer plugins
2019-09-28 Serge PavlovDriver tests: set `--sysroot=""` to support clang with...
2019-09-28 Martin StorsjoRevert "[LLDB] Use the llvm microsoft demangler instead...
2019-09-28 Martin Storsjo[LLD] [test] Add a forgotten comment. NFC.
2019-09-28 Martin Storsjo[LLDB] Use the llvm microsoft demangler instead of...
2019-09-28 Amara Emerson[GlobalISel Enable memcpy inlining with optsize.
2019-09-28 Anton Afanasyev[TimeProfiler] Fix "OptModule" section and add new...
2019-09-28 Amara EmersonAdd an operand to memory intrinsics to denote the ...
2019-09-28 Matt ArsenaultAMDGPU/GlobalISel: Avoid getting MRI in every function
2019-09-28 Craig Topper[X86] Add broadcast load unfolding support for VPTESTMD...
2019-09-28 Craig Topper[X86] Stop using UpdateNodeOperands in combineGatherSca...
2019-09-28 Craig Topper[X86] Split combineGatherScatter into a version for...
2019-09-28 Jim InghamGive an error when StepUsingScriptedThreadPlan is passe...
2019-09-28 Alex Langford[Core] Remove unused dependency on clangAST
2019-09-27 Wei Mi[SampleFDO] Create a separate flag profile-accurate...
2019-09-27 Alexander Shaposhnikov[llvm-lipo] Add support for -arch
2019-09-27 Craig Topper[X86] Add test case to show missed opportunity to turn...
2019-09-27 Mitch Phillips[libFuzzer] Dump trace and provide correct msg for...
2019-09-27 Roman Lebedev[PatternMatch] Add m_SExtOrSelf(), m_ZExtOrSExtOrSelf...
2019-09-27 Jonas Devlieghere[debugserver] Add --version/-V command line option...
2019-09-27 Lawrence D... refactor: move IOObject::m_should_close_fd into subclasses
2019-09-27 Yi Kong[llvm-readobj] Rename --arm-attributes to --arch-specific
2019-09-27 Jonas Devlieghere[Reproducer] Use // in the unit tests
2019-09-27 Vedant KumarRevert "[profile] Add a test dependency on cxx-headers"
2019-09-27 Richard SmithFor P0784R7: add support for explicit destructor calls and
2019-09-27 Vedant Kumar[profile] Mark instrprof-gcov-fork.test UNSUPPORTED...
2019-09-27 Vedant Kumar[profile] Add a test dependency on cxx-headers
2019-09-27 Sanjay Patel[InstSimplify] generalize FP folds with undef/NaN; NFC
2019-09-27 Sergey Dmitriev[Clang][OpenMP Offload] Create start/end symbols for...
2019-09-27 Jakub KuderskiRevert [Dominators][CodeGen] Clean up MachineDominators
2019-09-27 Jakub KuderskiRevert XFAIL a codegen test AArch64/tailmerging_in_mbp.ll
2019-09-27 Roman Lebedev[NFC][PhaseOrdering] Add end-to-end tests for the ...
2019-09-27 Jonas Devlieghere[Reproducer] Update the unit tests to specify the path...
2019-09-27 DeForest Richards[Docs] Adds new section to User Guides page
2019-09-27 Jonas Devlieghere[CMake] Depend on clang-tablegen-targets
2019-09-27 Jan KratochvilRevert: [lldb] [testsuite] Remove redundant MAKE_DSYM...
2019-09-27 Sanjay Patel[InstSimplify] add tests for fma/fmuladd with undef...
2019-09-27 Craig Topper[X86] Call SimplifyDemandedBits in combineGatherScatter...
2019-09-27 Craig Topper[X86] Add test case to show failure to perform Simplify...
2019-09-27 Roman Lebedev[InstCombine] Simplify shift-by-sext to shift-by-zext
2019-09-27 Jonas Devlieghere[CMake] Make Core depend on ClangDriverOptions (NFC)
2019-09-27 Ilya Biryukov[clangd] Fix template type aliases in findExplicitReference
2019-09-27 Jakub KuderskiXFAIL a codegen test AArch64/tailmerging_in_mbp.ll
2019-09-27 Jonas Devlieghere[Reproducer] Always use absolute paths for capture...
2019-09-27 Jakub Kuderski[Dominators][CodeGen] Clean up MachineDominators
2019-09-27 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-09-27 Simon PilgrimModuleUtils - silence static analyzer dyn_cast<> null...
2019-09-27 Kai NackeChange -march=systemz to triple and fix test
2019-09-27 Simon PilgrimFunctionImportGlobalProcessing::processGlobalForThinLTO...
2019-09-27 Luis Marques[RISCV] Rename FPRs and use Register arithmetic
2019-09-27 Simon PilgrimSCCP - silence static analyzer dyn_cast<StructType...
2019-09-27 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of registers
2019-09-27 Yitzhak Mandelbaum[libTooling] Transformer: refine `SourceLocation` speci...
2019-09-27 Louis Dionne[libc++] Take 2: Implement LWG 3158
2019-09-27 Lawrence D... remove File::SetStream(), make new files instead.
2019-09-27 Djordje Todorovic[DebugInfo] Exclude memory location values as parameter...
2019-09-27 Sven van Haastregt[OpenCL] Pass LangOptions as const ref
2019-09-27 Clement Courbet[llvm-exegesis] Fix r373083: Module -> Mod.
2019-09-27 Nico Webergn build: (manually) merge r373082
2019-09-27 GN Sync Botgn build: Merge r373083
2019-09-27 Jesper Antonsson[CodeGenPrepare] Mend "avoid crashing from replacing...
2019-09-27 Clement Courbet[llvm-exegesis] Add loop mode for repeating the snippet.
2019-09-27 Nico Weberclang-tidy: Don't repeat list of all checks in three...
2019-09-27 Guillaume Chatelet[Alignment][NFC] Remove unneeded llvm:: scoping on...
2019-09-27 Haojian Wu[clangd] Remove an unrelated comment, NFC.
2019-09-27 Martin Storsjo[clang] [AST] Treat "inline gnu_inline" the same way...
2019-09-27 Martin Storsjo[LLD] Simplify the demangleItanium function. NFC.
2019-09-27 Martin Storsjo[LLD] Convert demangleItanium to use the higher level...
2019-09-27 Martin Storsjo[LLD] [COFF] Use the unified llvm demangle frontend...
2019-09-27 Djordje Todorovic[lldb] Disable testing entry values as memory location
2019-09-27 Pavel Labath[lldb/cmake] add lldbCore -> clangDriver dependency
2019-09-27 Pavel LabathUnwind: Add a stack scanning mechanism to support win32...
2019-09-27 Pavel LabathDisable the empty string check in TestDataFormatterStdS...
2019-09-27 Nico WeberReland "gn build: (manually) merge r373028"
2019-09-27 Pavel LabathFix some swig warnings
2019-09-27 Dmitri GribenkoFixed indentation in a ClangTidy test
2019-09-27 Ilya Biryukov[clangd] Handle type template parameters in findExplici...
2019-09-27 Dmitri GribenkoMoved -fblocks from an individual test to check_clang_t...
2019-09-27 Dmitri Gribenko[clang-tidy] New check to warn when storing dispatch_on...
2019-09-27 Sam Parker[NFC][ARM] Add some tail-predication tests
2019-09-27 Simon Pilgrim[SLPVectorizer][X86] Regenerate arith-fp tests
2019-09-27 Simon Pilgrim[UpdateTestChecks] Fix wildcard support on DOS prompts
2019-09-27 Jan Kratochvil[lldb] [testsuite] Remove redundant MAKE_DSYM := NO
2019-09-27 Hans WennborgRevert r372893 "[CodeGen] Replace -max-jump-table-size...
2019-09-27 Ilya BiryukovRevert r373056: [clang-format] Reference qualifiers...
2019-09-27 Thomas Preud... [sancov][NFC] Make filename Regexes "const"
2019-09-27 Ilya Biryukov[clangd] Support OverloadExpr in findExplicitReferences
next