platform/upstream/llvm.git
2020-04-16 David ZarzyckiFix -Wdocumentation-html warning
2020-04-16 Ehud Katz[CGExprAgg] Fix infinite loop in `findPeephole`
2020-04-16 Ilya Leoshkevich[MSan] Enable for SystemZ
2020-04-16 Kadir Cetinkaya[clang] Const correct ComputePreambleBounds
2020-04-16 Pavel Labath[lldb/unittests] Better error messages when creating...
2020-04-16 Benjamin KramerLangOptions cannot depend on ASTContext, make it not...
2020-04-16 Jeremy Morse[LiveDebugValues] Terminate open ranges on DBG_VALUE...
2020-04-16 Stephan DollbergAlso look for devtoolset-9 gcc toolchain
2020-04-16 Alexander Belyaev[MLIR] Fix fusion of linalg.indexed_generic producer...
2020-04-16 Lorenzo Chelini[MLIR] NFC after commit D77478.
2020-04-16 Ulysse Beaugnon[MLIR] Add IndexAttr to primitive attributes kinds...
2020-04-16 Pierre Oechsel[MLIR] [EDSC] Add folded_xxxx handles for common std...
2020-04-16 Johannes Doerfert[Attributor][NFC] Reduce indention for call site attrib...
2020-04-16 Johannes Doerfert[Attributor][NFC] Do not create temporary maps during...
2020-04-16 Dominik MontadaRevert "Revert "[GlobalISel] Fix invalid combine of...
2020-04-16 Craig Topper[CallSite removal][TargetLowering] Remove ArgListEntry...
2020-04-16 Matthias Gehre[LifetimeAnalysis] Add [[gsl::Pointer]] to llvm::StringRef
2020-04-16 Johannes Doerfert[Attributor][FIX] Handle droppable uses when replacing...
2020-04-16 Johannes Doerfert[InstCombine] Simplify calls with casted `returned...
2020-04-16 Johannes Doerfert[MustExecute][NFC] Copy function_ref instead of passing...
2020-04-16 Johannes Doerfert[Attributor][FIX] Properly check for accesses to globals
2020-04-16 Johannes Doerfert[Attributor][NFC] Run the verifier only on functions...
2020-04-16 Craig Topper[CallSite removal][TargetLibraryInfo] Replace Immutable...
2020-04-16 Mircea Trofin[llvm][NFC][CallSite] Removed CallSite from some implem...
2020-04-16 Shengchen Kan[X86] Add interface X86II::isPseudo
2020-04-16 Fangrui Song[MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UN...
2020-04-16 Mehdi AminiFix build by adding missing CMake link dependency
2020-04-16 Shengchen Kan[X86][MC][NFC] Code cleanup in X86MCCodeEmitter
2020-04-16 Johannes Doerfert[Attributor] Lazily collect function information
2020-04-16 Johannes Doerfert[Attributor] Replace call graph call sites after functi...
2020-04-16 Shengchen Kan[X86][MC][NFC] Refine code in X86MCCodeEmitter
2020-04-16 Vitaly Buka[NFC, msan] Increase stack in small stack tests
2020-04-16 Richard SmithFix memory leak introduced by llvmorg-11-init-11960...
2020-04-16 Johannes Doerfert[Attributor] Remove large and seemingly useless test
2020-04-16 Johannes Doerfert[CallGraphUpdater][NFC] Minor updates to D77855
2020-04-16 Shengchen Kan[X86][MC][NFC] Reduce the parameters of functions in...
2020-04-16 Fangrui Song[MC] Replace MCSection*::getName() with MCSection:...
2020-04-16 Johannes Doerfert[Attributor] Unify testing (=updates,prefixes,run confi...
2020-04-16 Walter ErquinigoAnother attempt of D77452 - da0e91fee614e8686f48db28e65...
2020-04-16 River Riddle[mlir][Inliner] Store the resolved call by-value instea...
2020-04-16 Richard SmithRevert "Attempt to fix build with MSVC."
2020-04-16 Richard SmithRemove vptr dispatch from FoldingSet.
2020-04-15 Alina Sbirlea[Reassociate] Preserve AAManager and BasicAA analyses.
2020-04-15 Fangrui Song[MC] Rename MCSection*::getSectionName() to getName...
2020-04-15 Johannes Doerfert[CallGraphUpdater] Remove nodes from their SCC (old PM)
2020-04-15 Johannes Doerfert[CallGraphUpdater] Update the ExternalCallingNode for...
2020-04-15 Johannes Doerfert[CallGraphUpdater] Properly remove strongly connected...
2020-04-15 Walter ErquinigoRevert "[intel-pt] Improve the way the test determines...
2020-04-15 Walter Erquinigo[intel-pt] Improve the way the test determines whether...
2020-04-15 Christopher... [SVE] Remove calls to getBitWidth from x86
2020-04-15 Craig Topper[CallSite removal][CallSiteSplitting] Use CallBase...
2020-04-15 Craig Topper[CallSite removal][CloneFunction] Use CallSite instead...
2020-04-15 Stanislav Mekhanoshin[AMDGPU] Fixed lane mask in test. NFC.
2020-04-15 Christopher... [SVE] Fix unsigned is always >= 0
2020-04-15 Michael Spencer[LLVM][SupportTests] Ask the OS how large the page...
2020-04-15 Chris Bowler[AIX][PowerPC] Implement caller byval arguments in...
2020-04-15 Philip Reames[PoisonChecking] Further clarify file scope comment...
2020-04-15 Philip Reames[NFC] Adjust style and clarify comments in PoisonChecking
2020-04-15 Philip Reames[NFC] Use new canCreatePoison to make code intent more...
2020-04-15 Michael Spencer[LLVM][SupportTests] Fix Windows build breakage
2020-04-15 Ayke van Laethem[builtins] Fix unprototypes function declaration
2020-04-15 Ayke van Laethem[AVR] Use the correct address space for non-prototyped...
2020-04-15 Jan Kratochvil[nfc] [lldb] Introduce DWARF callbacks (fixed-up)
2020-04-15 Josh Stone[NFC] correct "thier" to "their"
2020-04-15 Lang Hames[docs] Fix an RST error introduced in e823068306e.
2020-04-15 David BlaikiePR45561: Return a literal string rather than an error...
2020-04-15 Michael LiaoRemove extra ‘;’. NFC.
2020-04-15 Nico WeberRevert "[lit] Keep original cfg file case around."
2020-04-15 Michael Spencer[Clang] Expose RequiresNullTerminator in FileManager.
2020-04-15 Tony[AMDGPU] Move DWARF proposal to separate file
2020-04-15 Jeremy Bruestle[MLIR] Improve support for 0-dimensional Affine Maps.
2020-04-15 Roman Lebedev[Attributor] KindToAbstractAttributeMap: use SmallDenseMap
2020-04-15 Roman Lebedev[MustExecute] checkForAllContext(): use pre-increment
2020-04-15 Francesco Petrogalli[llvm][CodeGen] Rename SVE gather prefetch intrinsics...
2020-04-15 Jonas Devlieghere[lldb/Docs] Split testing in running and debugging
2020-04-15 Nemanja Ivanovic[PowerPC] Clear the set of symbols that need to be...
2020-04-15 Nate Voorhies[NFC] Correcting minor typo.
2020-04-15 Richard SmithAttempt to fix build with MSVC.
2020-04-15 Richard SmithImprove diagnostic when constant-evaluating a std:...
2020-04-15 Craig Topper[CallSite removal][SimpleLoopUnswitch] Use CallBase...
2020-04-15 Sam KernerFix DataFlowSanitizer implementation of strchr() so...
2020-04-15 Ismail Pazarbasi[pstl] Added missing double-underscore prefixes to...
2020-04-15 Eli Friedman[SelectionDAG] Fix usage of Align constructing MachineM...
2020-04-15 Melanie BlowerMove BinaryOperators.FPOptions to trailing storage
2020-04-15 Jan Korous[ASTMatchers] Fix isDerivedFrom for recursive templates
2020-04-15 Craig Topper[CallSite removal][SampleProfile] Use CallBase instead...
2020-04-15 Haojian Wu[clangd] Fix a crash for accessing a null field decl...
2020-04-15 Louis Dionne[libc++] Remove the ability to run using the internal...
2020-04-15 Sam CleggEnable finding bitcode in wasm objects
2020-04-15 Davide Italiano[LICM] Try to merge debug locations when sinking.
2020-04-15 Pavel Iliin[AArch64][NFC]Autogenerated checks.
2020-04-15 Richard SmithRework how UuidAttr, CXXUuidofExpr, and GUID template...
2020-04-15 Craig Topper[X86] Make v32i16/v64i8 legal types without avx512bw...
2020-04-15 Louis Dionne[libc++] Add a new target check-cxx-deps to build depen...
2020-04-15 Uday Bondhugula[MLIR] Introduce utility to hoist affine if/else conditions
2020-04-15 Fangrui Song[ELF][test] Add --match-full-lines to map-file.s to...
2020-04-15 Kim ViggedalRemove false positive in AvoidNonConstGlobalVariables.
2020-04-15 Huihui Zhang[NFC] Silence compiler warning [-Wmissing-braces].
2020-04-15 Matt ArsenaultAMDGPU/GlobalISel: Work around a selector crash
2020-04-15 Simon Pilgrim[X86] Add generic cpu target for the slow division...
next