platform/upstream/llvm.git
2020-11-25 Simon Pilgrim[DAG] Legalize abs(x) -> umin(x,sub(0,x)) iff umin...
2020-11-25 Paul Robinson[FastISel] Flush local value map on ever instruction
2020-11-25 Craig Topper[RISCV] Custom type legalize i32 fshl/fshr on RV64...
2020-11-25 Johannes Doerfert[OpenMP][Docs] Add more content, call coordinates,...
2020-11-25 Johannes Doerfert[Flang][Docs] Update call information and add two more...
2020-11-25 AndreyChurbanov[OpenMP] libomp: fix non-X86, non-AARCH64 builds
2020-11-25 Joachim Protze[OpenMP][OMPT] Introduce a guard to handle OMPT return...
2020-11-25 Isabel Thärigen[OpenMP][OMPT] Implement verbose tool loading
2020-11-25 Nico Weber[gn build] Download prebuilt mac-arm64 binary now that...
2020-11-25 Endre Fülöp[clang][test] Fix prefix operator++ signature in iterators
2020-11-25 Fangrui Song[ELF] Rename adjustRelaxExpr to adjustTlsExpr and delet...
2020-11-25 Joe Ellis[SVE] Fix TypeSize warning in RuntimePointerChecking...
2020-11-25 Fangrui Song[ELF] Add TargetInfo::adjustGotPcExpr for `R_GOT_PC...
2020-11-25 Roman Lebedev[AMDGPU] Actually fully update opt-pipeline.ll test...
2020-11-25 Andy Wingo[MC][WebAssembly] Only emit indirect function table...
2020-11-25 Roman Lebedev[PassManager] Run Induction Variable Simplification...
2020-11-25 Andy Wingo[WebAssembly] Factor out WasmTableType in binary format
2020-11-25 Sebastian Neubauer[AMDGPU] Emit stack frame size in metadata
2020-11-25 Valentin Clement[flang][openacc] Semantic check for cache directive
2020-11-25 Simon Pilgrim[DAG] Legalize abs(x) -> smax(x,sub(0,x)) iff smax...
2020-11-25 Simon Pilgrim[PowerPC] Regenerate vec_select.ll tests and add <1...
2020-11-25 Guillaume ChateletFix case mismatch between definition and declaration
2020-11-25 Arthur O'Dwyer[libc++] ADL-proof <variant> by adding _VSTD:: qualific...
2020-11-25 Adam Czachorowski[clangd] PopulateSwitch: disable on dependent enums.
2020-11-25 Cullen Rhodes[LAA] NFC: Rename [get]MaxSafeRegisterWidth -> [get...
2020-11-25 Mark de WeverRevert "[libc++] P1645 constexpr for <numeric>"
2020-11-25 Aaron BallmanFix a typo in the documentation to unbreak the sphinx...
2020-11-25 Georgii Rymar[llvm-readelf/obj] - Stop using `reportError` when...
2020-11-25 Mark de Wever[libc++] P1645 constexpr for <numeric>
2020-11-25 Sam McCall[clangd] Use TimePoint<> instead of system_clock::time_...
2020-11-25 Mark Murray[ARM][AArch64] Adding Neoverse N2 CPU support
2020-11-25 Simon PilgrimSemaExpr.cpp - use castAs<> instead of getAs<> as we...
2020-11-25 Simon PilgrimTargetInfo.cpp - use castAs<> instead of getAs<> as...
2020-11-25 Simon PilgrimCGCall.cpp - use castAs<> instead of getAs<> as we...
2020-11-25 Simon PilgrimSemaExpr.cpp - use castAs<> instead of getAs<> as we...
2020-11-25 Simon PilgrimDetectDeadLanes.cpp - remove unused headers. NFCI.
2020-11-25 Kerry McLaughlin[SVE][CodeGen] Add a DAG combine to extend mscatter...
2020-11-25 LLVM GN Syncbot[gn build] Port d95db1693cb
2020-11-25 Sam McCall[clangd] Extract common file-caching logic from ConfigP...
2020-11-25 Florian Hahn[VPlan] Add VPReductionSC to VPUser::classof, unify...
2020-11-25 Haojian Wu[clangd] Fix a tsan failure.
2020-11-25 Sven van Haastregt[OpenCL] Move kernel arg type tests into one file
2020-11-25 Francesco Petrogalli[clang][SVE] Activate macro `__ARM_FEATURE_SVE_VECTOR_O...
2020-11-25 Martin Storsjö[ORC] Cast to const void* to silence a GCC warning...
2020-11-25 Martin Storsjö[ORC] Remove a superfluous semicolon, silencing GCC...
2020-11-25 Georgii Rymar[libObject,llvm-readelf] - Stop describing a section...
2020-11-25 Haojian Wu[clangd] Add metrics for invalid name.
2020-11-25 Georgii Rymar[obj2yaml] - Dump section offsets in some cases.
2020-11-25 Evgeny Leviant[SchedModels] Return earlier removed checks
2020-11-25 Nathan Ridge[clangd] Avoid type hierarchy crash on incomplete type
2020-11-25 Georgii Rymar[llvm-readobj] - An attempt to fix BB after D92018.
2020-11-25 David Green[VPlan] Switch VPWidenRecipe to be a VPValue
2020-11-25 David Green[VPlan] Turn VPReductionRecipe into a VPValue
2020-11-25 Georgii Rymar[llvm-readelf/obj] - Deduplicate the logic that prints...
2020-11-25 Roman Lebedev[NFC][ARM][PhaseOrdering] Add one more test for D91800...
2020-11-25 Kai Luo[PowerPC] Probe the gap between stackptr and realigned...
2020-11-25 Kazu Hirata[CHR] Use pred_size (NFC)
2020-11-25 Max KazantsevRevert "[SCEV] Generalize no-self-wrap check in isLoopI...
2020-11-25 QingShan Zhang[DAGCombine] Add hook to allow target specific test...
2020-11-25 Arthur Eubanks[NewPM] Add pipeline EP callback after initial frontend...
2020-11-25 Max Kazantsev[IndVars] Use more precise context when eliminating...
2020-11-25 Kai Luo[DAG][PowerPC] Fix dropped `nsw` flag in `SimplifySetCC...
2020-11-25 Zarko Todorovski[PPC][AIX] Add vector callee saved registers for AIX...
2020-11-25 Nico WeberTry to fix tests after e16c0a9a68971 with CLANG_DEFAULT...
2020-11-25 QingShan Zhang[NFC][Test] Format the test for IEEE Long double
2020-11-25 Richard SmithDon't assume the clang binary name contains the string...
2020-11-25 Philip Reames[SCEV] Use isa<> pattern for testing for CouldNotComput...
2020-11-25 Arthur EubanksMake CallInst::updateProfWeight emit i32 weights instea...
2020-11-25 David BlaikieDebugInfo: Remove llc_dwarf usage from tests already...
2020-11-25 QingShan Zhang[PowerPC][FP128] Fix the incorrect calling convention...
2020-11-25 David BlaikieDebugInfo: Add some missing explicit target triples.
2020-11-25 Reid KlecknerFix compilation issue reported by MSVC user on cfe-dev
2020-11-25 smhc[clang-tidy] Support IgnoredRegexp configuration to...
2020-11-25 Aart Bik[mlir][sparse] add parallelization strategies to sparse...
2020-11-25 Richard SmithTreat a placeholder type for class template argument...
2020-11-25 Teresa Johnson[lld] Add --no-lto-whole-program-visibility
2020-11-25 Richard SmithFix mangling of substitutions for template-prefixes.
2020-11-25 Luís Marques[Sanitizer][RISCV] Fix redefinition of REG_SP
2020-11-24 Philip Reames[LAA] Minor code style tweaks [NFC]
2020-11-24 Hongtao Yu[SelectionDAG] Add PseudoProbeSDNode to LargestSDNode...
2020-11-24 Zarko Todorovski[AIX] Add mabi=vec-extabi options to enable the AIX...
2020-11-24 Alex Zinenko[mlir] use STATUS instead of CHECK_* in MLIRDetectPytho...
2020-11-24 Luís Marques[MC/AsmParser] Fix use of Arm calling convention in...
2020-11-24 Luís Marques[RISCV] Set __GCC_HAVE_SYNC_COMPARE_AND_SWAP_x defines
2020-11-24 Raphael Isemann[ASTImporter] Make the Import() return value consistent...
2020-11-24 Luís Marques[RISCV] Add GHC calling convention
2020-11-24 Luís MarquesRevert "[RISCV] Add GHC calling convention"
2020-11-24 LLVM GN Syncbot[gn build] Port 8d06a678a5c
2020-11-24 Hsiangkai Wang[SelectionDAG] Avoid aliasing analysis if the object...
2020-11-24 cchen[OpenMP50][DOCS] Mark target data non-contiguous as...
2020-11-24 Adam Czachorowski[clangd] Addusing tweak: find insertion point after...
2020-11-24 Luís Marques[RISCV] Add GHC calling convention
2020-11-24 Sean Silva[mlir] Remove SameOperandsAndResultShape when redundant...
2020-11-24 Aart Bik[mlir][sparse] generalize invariant expression handling...
2020-11-24 Sean Fertile[PowerPC] Don't reuse an illegal typed load for int_to_...
2020-11-24 Alex Zinenko[mlir] Add conversion from SCF parallel loops to OpenMP
2020-11-24 Marek Kurdej[libc++] [P0482] [C++20] Implement missing bits for...
2020-11-24 Teresa JohnsonAvoid redundant work when computing vtable vcall visibility
2020-11-24 Nicolas Vasilache[mlir] NFC - Refactor and expose a helper printOffsetSi...
2020-11-24 Fangrui Song[test] Clean up ppc-features.cpp and improve tests
next