platform/upstream/llvm.git
2020-04-16 Dmitry Polukhin[clang][AST] Support AST files larger than 512M
2020-04-16 Simon PilgrimMCValue.h - cleanup include and forward declaration...
2020-04-16 Gabor Marton[ASTImporter] Fix bug introduced in 2ba4e3a4598b
2020-04-16 Simon PilgrimAntiDepBreaker.h - remove unused MachineOperand.h inclu...
2020-04-16 Simon PilgrimMCObjectWriter.h - remove unnecessary includes. NFC
2020-04-16 Simon PilgrimWasmEHFuncInfo.h - reduce BasicBlock.h/MachineBasicBloc...
2020-04-16 Louis Dionne[libc++] Support arbitrary .sh.X extensions in the...
2020-04-16 Nicolas Vasilache[mlir][Linalg] Drop function attribute from generic...
2020-04-16 Aaron BallmanDisallow [[nodiscard]] on a function pointer declaration.
2020-04-16 Bjorn Pettersson[Float2Int] Stop passing around a reference to the...
2020-04-16 Jonathan Coe[clang-format] Do not interpret C# deconstruction in...
2020-04-16 Ulysse Beaugnon[MLIR] Add IndexAttr to primitive attributes kinds...
2020-04-16 Kazushi (Jam... [VE] Update logical operation instructions
2020-04-16 Benjamin KramerRevert "[MLIR] Add IndexAttr to primitive attributes...
2020-04-16 Stephan Herhut[MLIR] Allow for multiple gpu modules during translation.
2020-04-16 Simon Pilgrimyaml2obj.h - cleanup includes and forward declaration...
2020-04-16 Simon PilgrimParser.h/cpp - cleanup includes and forward declaration...
2020-04-16 Simon PilgrimPass.h/cpp - cleanup includes and forward declaration...
2020-04-16 Matthias GehreRevert "Revert "[LifetimeAnalysis] Add [[gsl::Pointer...
2020-04-16 Henry JenExpose AtomicType in the libclang C API.
2020-04-16 Benjamin KramerRevert "[LifetimeAnalysis] Add [[gsl::Pointer]] to...
2020-04-16 Sergej JaskiewiczIntroduce llvm::sys::Process::getProcessId() and adopt it
2020-04-16 Georgii Rymar[FileCheck] - Fix the false positive when -implicit...
2020-04-16 Kirill Bobyrev[clangd] Pull installed gRPC and introduce clangd-remot...
2020-04-16 Konstantin... [MIR] Add comments to INLINEASM immediate flag MachineO...
2020-04-16 Carl Ritson[LiveIntervals] Replace handleMoveIntoBundle
2020-04-16 Haojian Wu[AST] Fix an undefine behavior when creating an empty...
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
next