platform/upstream/llvm.git
2020-04-21 Max Kazantsev[LICM][NFC] Reorder checks to speed up things slightly
2020-04-21 Craig Topper[Local] Update getOrEnforceKnownAlignment/getKnownAlign...
2020-04-21 Johannes Doerfert[OpenMPOpt] Make the combination of `ident_t*` determin...
2020-04-21 Johannes Doerfert[OpenMPOpt] Use a pointer value type in map
2020-04-21 Johannes Doerfert[OpenMPOpt] Make the SCC a vector to ensure determinist...
2020-04-21 Richard SmithPR45535: Check for variables with non-trivial destructi...
2020-04-21 Richard SmithPR45534: don't ignore unmodeled side-effects when const...
2020-04-21 Fangrui SongReland D76675 [llvm-objcopy] Match GNU behaviour regard...
2020-04-21 Yi KongRevert "[llvm-objcopy] Match GNU behaviour regarding...
2020-04-21 Yi Kong[llvm-objcopy] Match GNU behaviour regarding file symbols
2020-04-21 Shengchen Kan[MC][NFC] Use camelCase style for functions in MCObject...
2020-04-21 Shengchen Kan[MC][Bugfix] Remove redundant parameter for relaxInstru...
2020-04-21 Yonghong SongBPF: fix a CORE optimization bug
2020-04-21 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from ArgumentProm...
2020-04-21 Johannes Doerfert[Attributor] Use the BumpPtrAllocator in InformationCac...
2020-04-21 Johannes Doerfert[Attributor] Partially disable three tests to unblock...
2020-04-21 Dan LiewUnbreak ASan runtime in the simulators.
2020-04-21 Shengchen Kan[MC][NFC] Use camelCase style for function EmitInstToData
2020-04-21 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from CoroEarly
2020-04-21 Chris BienemanFix DenseMap iterator asserts when shouldReverseIterate...
2020-04-21 David BlaikieRecommit: DebugInfo: Fix rangesBaseAddress DICompileUni...
2020-04-21 River Riddle[mlir] Fix getTypes() support for result ranges.
2020-04-21 Sam Kerner[dfsan] Fix a bug in strcasecmp() and strncasecmp(...
2020-04-20 Sean SilvaFix inlining multi-block callees with type conversion.
2020-04-20 Alexander Shaposhnikov[llvm-objcopy][MachO] Copy LC_ENCRYPT_INFO/LC_ENCRYPT_I...
2020-04-20 Pavel Iliin[AArch64][NFC] More intrinsic tests.
2020-04-20 Eric ChristopherUpdate LLVMOps for CreateShuffleVector deprecation...
2020-04-20 Chris BienemanFixing bot breakage
2020-04-20 Chris BienemanFix LLVM_REVERSE_ITERATION
2020-04-20 Sriraman TallamNew pass to make internal linkage symbol names unique.
2020-04-20 Christopher... [SVE] Remove calls to getBitWidth from PowerPC
2020-04-20 Christopher... [SVE] Remove calls to getBitWidth from mips
2020-04-20 David Green[ARM] MVE and scalar postinc mir tests. NFC
2020-04-20 Piotr SobczakRevert "[AMDGPU] Set the CostPerUse value for vgpr...
2020-04-20 Louis DionneRevert "[libc++] Re-enable warnings in the new format"
2020-04-20 Christopher... [SVE] Remove calls to getBitWidth from Analysis
2020-04-20 Andrew Litteken[MachineOutliner] Annotation for outlined functions...
2020-04-20 Jonas Devlieghere[lldb/Reproducers] Fix passive replay for (char*, size_...
2020-04-20 Craig TopperRevert "[Local] Update getOrEnforceKnownAlignment/getKn...
2020-04-20 Jacques Pienaar[mlir][ods] Add materialize derived attribute method
2020-04-20 Craig Topper[Local] Update getOrEnforceKnownAlignment/getKnownAlign...
2020-04-20 Louis Dionne[libc++] Re-enable warnings in the new format
2020-04-20 Eli FriedmanFix lld testcases I missed in D78413 (9b9454a)
2020-04-20 Uday Bondhugula[MLIR] NFC clean up loop tiling test cases
2020-04-20 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from Lint.cpp
2020-04-20 Uday Bondhugula[MLIR] Fix affine loop tiling utility upper bound bug
2020-04-20 Erik Pilkington[SemaObjC] Forbid storing an unboxed integer literal...
2020-04-20 Sam McCall[clangd] Enable diagnostic fixes within macro argument...
2020-04-20 Chris Bowler[NFC] [AIX] [PowerPC] Add missing instruction to AIX...
2020-04-20 Eli FriedmanRequire "target datalayout" to be at the beginning...
2020-04-20 Jonas Devlieghere[lldb/Test] Don't friend std::make_unique
2020-04-20 David Tenty[AIX] Return the correct set of callee saved regs
2020-04-20 Nemanja Ivanovic[PowerPC] Do not attempt to reuse load for 64-bit FP_TO...
2020-04-20 Louis Dionne[libc++] Fix a few warnings when running the test suite...
2020-04-20 David Green[ARM] Add an low overhead sibling loop test. NFC
2020-04-20 Rumeet DhindsaRevert "[MS] Fix assert handling enum forward decls...
2020-04-20 Craig Topper[CallSite removal][ExecutionEngine] Use CallBase in...
2020-04-20 Zola Bridges[dfsan] Add "DataFlow" option to LLVM_USE_SANITIZER
2020-04-20 Sean Fertile[PowerPC][AIX] Use a file check variable for register...
2020-04-20 David TentyRevert "[AIX] Return the correct set of callee saved...
2020-04-20 Oliver Stannard[LSan] Disable a failing test on ARM
2020-04-20 Jonas Devlieghere[lldb/Reproducers] Support new replay mode: passive...
2020-04-20 Nikita Popov[ValueLattice] Add move constructor (NFC)
2020-04-20 Nikita Popov[IPT] Don't use OrderedInstructions (NFC)
2020-04-20 Zola Bridges[libcxx][docs] Clearer mark up for --param
2020-04-20 Sean Fertile[PowerPC][AIX] ByVal formal argument support: passing...
2020-04-20 Jonas Devlieghere[lldb/Scripts] Add verbose and failure only mode to...
2020-04-20 Sander de Smalen[SveEmitter] Implement zeroing of false lanes
2020-04-20 Lei Zhang[mlir][ods] Update doc regarding attribute definitions
2020-04-20 Lei Zhang[mlir][spirv] NFC: remove unnecessary `%N =` in test...
2020-04-20 Lei Zhang[mlir][spirv] Lower memref with dynamic dimensions...
2020-04-20 Julian Lettner[compiler-rt] Use --standalone when running tests on...
2020-04-20 Florian Hahn[VectorUtils] Use early_inc_range instead of DelSet...
2020-04-20 Sam McCall[Preamble] Allow recursive inclusion of header-guarded...
2020-04-20 Sander de Smalen[SveEmitter] Explicitly merge with zero/undef
2020-04-20 David Tenty[AIX] Return the correct set of callee saved regs
2020-04-20 Alexander Belyaev[MLIR] Add AtomicRMWRegionOp.
2020-04-20 Petre-Ionut... Revert "[ARM] Fix conditions for lowering to S[LR]I"
2020-04-20 Simon PilgrimBranchFolding.h - cleanup includes and forward declarat...
2020-04-20 Simon PilgrimMIRVRegNamerUtils.h - remove unnecessary includes....
2020-04-20 Fangrui Song[ELF] Add --warn-backrefs-exclude=<glob>
2020-04-20 Tom Weaver[Dexter][NFC] Add Debugger Controller To Dexter
2020-04-20 Louis Dionne[libc++] Fix the no-exceptions build of libc++ on Apple
2020-04-20 Emre Kultursay[lldb] Remove m_last_file_sp from SourceManager
2020-04-20 Emre Kultursay[lldb] Fix SourceManager::SourceFileCache insertion
2020-04-20 Emre Kultursay[lldb] Add new LLDB setting: use-source-cache
2020-04-20 Pavel Labath[lldb] Fix gcc warnings in TypeCategory.cpp
2020-04-20 Yuri Per[lldb] Prefer executable files from sysroot over files...
2020-04-20 Sander de Smalen[SveEmitter] Add immediate checks for lanes and complex...
2020-04-20 Bjorn Pettersson[Scalarizer] Fix a non-deterministic scatter order...
2020-04-20 Sander de Smalen[SveEmitter] Add more immediate operand checks.
2020-04-20 Simon PilgrimX86MacroFusion.cpp - ensure X86MacroFusion.h module...
2020-04-20 Michael ForsterExplicitly move from llvm::json Array/Object to Value
2020-04-20 LLVM GN Syncbot[gn build] Port 12030494fce
2020-04-20 Konstantin... [GlobalISel] Introduce InlineAsmLowering class
2020-04-20 Peter Smith[LLD][ELF][ARM] Convert ADR/LDR to .inst .reloc
2020-04-20 serge-sans... [nfc] Cleanup extension header generation
2020-04-20 Artem Dergachev[analyzer] GenericTaint: Don't expect CallEvent to...
2020-04-20 Mark MurrayRevert 3ce0ad1b336e67a76d78ae7ff7d66fe127586620 Die...
2020-04-20 Ayke van Laethem[AVR] Do not place functions in .progmem.data
next