platform/upstream/llvm.git
2020-11-27 Craig Topper[RISCV] Don't remove (and X, 0xffffffff) from inputs...
2020-11-27 Max Kazantsev[Test] Add some more tests showing how we fail to widen IV
2020-11-27 Kazu Hirata[IR] Use llvm::is_contained and pred_size (NFC)
2020-11-27 Max Kazantsev[IndVars] LCSSA Phi users should not prevent widening
2020-11-27 Kirill Bobyrev[clangd] Add support for within-file rename of complica...
2020-11-27 QingShan Zhang[DAGCombine] Adding a hook to improve the precision...
2020-11-27 Kazu Hirata[InlineCost] Fix indentation (NFC)
2020-11-27 Juneyoung Lee[LangRef] Add poison constant
2020-11-26 Craig Topper[RISCV] Add isel patterns to use SBSET for (1 << X...
2020-11-26 Sam McCall[clangd] Fix use of system-installed GRPC after f726101...
2020-11-26 Nikita Popov[BasicAA] Fix BatchAA results for phi-phi assumptions
2020-11-26 Arthur Eubanks[test] Fix runtime-pointer-checking-insert-typesize...
2020-11-26 Louis Dionne[libc++] Install missing package in the Dockerfile
2020-11-26 Roman LebedevRevert "[SimplifyCFG] FoldBranchToCommonDest: lift...
2020-11-26 Mariusz Ceier[llvmbuildectomy] Also include component groups in...
2020-11-26 Roman Lebedev[SimplifyCFG] FoldBranchToCommonDest: lift use-restrict...
2020-11-26 Roman Lebedev[NFC][SimplifyCFG] Add test coverage for FoldBranchToCo...
2020-11-26 Roman Lebedev[NFC][SimplifyCFG] Add statistic to `FoldBranchToCommon...
2020-11-26 Louis Dionne[libc++] Remove ABI lists for previous releases
2020-11-26 Louis Dionne[libc++] Fix the Homebrew tap to install Buildkite...
2020-11-26 Adam Czachorowski[clangd] AddUsing: do not crash on non-namespace using...
2020-11-26 Simon Pilgrim[X86] Regenerate i64-to-float.ll tests with avx512...
2020-11-26 Arthur Eubanks[BPF][NewPM] Port bpf-adjust-opt to NPM and add it...
2020-11-26 Nikita Popov[AA] Split up LocationSize::unknown()
2020-11-26 Fangrui Song[MC] Set the unique id of .stack_sizes to the associate...
2020-11-26 Zarko Todorovski[AIX] Add support for non var_arg extended vector ABI...
2020-11-26 Raphael Isemann[ASTImporter] Import the default argument of TemplateTy...
2020-11-26 Louis Dionne[libc++] Remove sysctl-based implementation of thread...
2020-11-26 Louis Dionne[libc++] Attempt to fix spurious modules-related failur...
2020-11-26 Stephan Herhut[mlir][DialectConversion] Do not prematurely drop unuse...
2020-11-26 Alex Richardson[libc++] Fix two fr_FR locale tests on FreeBSD
2020-11-26 Simon Pilgrim[AArch64] Regenerate min/max tests and add vXi64 umin...
2020-11-26 David Green[ARM] Cleanup for the MVETailPrediction pass
2020-11-26 Simon PilgrimRevert rG12d59b696b330 "[DAG] Legalize umin(x,y) -...
2020-11-26 Simon Pilgrim[DAG] Legalize umin(x,y) -> sub(x,usubsat(x,y)) and...
2020-11-26 Benjamin KramerRemove stray debug-only from test
2020-11-26 Jan Svoboda[clang][cli] Port Target option flags to new option...
2020-11-26 Robert Lougher[LiveDebugVariables] Strip all debug instructions from...
2020-11-26 Raphael Isemann[ASTImporter] Import the default argument of TemplateTe...
2020-11-26 Florian Hahn[VPlan] Turn VPReplicateRecipe into a VPValue.
2020-11-26 Stephan Herhut[mlir][linalg] Mark linalg.yield as ReturnLike
2020-11-26 David Stenberg[IndVarSimplify] Fix Modified status when handling...
2020-11-26 Sjoerd Meijer[AArch64][CostModel] Precommit some vector mul tests...
2020-11-26 Kazushi (Jam... [VE] Add comprehensive stackframe tests
2020-11-26 Stephan Herhut[mlir][bufferize] Add argument materialization for...
2020-11-26 Aleksandr Platonov[clangd][query-driver] Extract target
2020-11-26 Simon Pilgrim[X86] Extend neg-abs test coverage
2020-11-26 Florian Hahn[CostModel] Add basic implementation of getGatherScatte...
2020-11-26 Hafiz Abid... [clang][Driver] Handle risvc in Baremetal.cpp.
2020-11-26 Marek Kurdej[libc++] Mark a few more tests as unsupported on gcc...
2020-11-26 Kerry McLaughlin[SVE][CodeGen] Extend isConstantSplatValue to support...
2020-11-26 Max KazantsevRevert "Return "[SCEV] Use isBasicBlockEntryGuardedByCo...
2020-11-26 Simon Pilgrim[X86] Fix -DAG checks on gnux32 pic tests
2020-11-26 Max KazantsevReturn "[SCEV] Use isBasicBlockEntryGuardedByCond in...
2020-11-26 Max KazantsevRevert "[SCEV] Use isBasicBlockEntryGuardedByCond in...
2020-11-26 Georgii Rymar[llvm-readelf/obj] - Report a warning when the value...
2020-11-26 Max Kazantsev[SCEV] Use isBasicBlockEntryGuardedByCond in isLoopBack...
2020-11-26 Craig Topper[RISCV] Add isel patterns for sbsetw/sbclrw/sbinvw...
2020-11-26 Craig Topper[RISCV] Add test cases for missed opportunities to...
2020-11-26 Marek Kurdej[llvm-profgen] [docs] Fix invalid header. Add to ToC...
2020-11-26 Max KazantsevRevert "[SCEV] Use isKnownPredicateAt in isLoopBackedge...
2020-11-26 Mark de Wever[NFC][libc++] Mark LWG3296 as complete.
2020-11-26 Marek Kurdej[libc++] Fix gcc warning -Wsign-compare.
2020-11-26 Marek Kurdej[libc++] [P0966] [C++20] Fix bug PR45368 by correctly...
2020-11-26 Jay Foad[AMDGPU] Introduce and use isGFX10Plus. NFC.
2020-11-26 Marek Kurdej[libc++] [docs] Migrate C++ status pages to Restructure...
2020-11-26 Raphael Isemann[lldb] Fix TestThreadStepOut.py after "Flush local...
2020-11-26 Nathan Ridge[clangd] Do not treat line as inactive if skipped range...
2020-11-26 Zhengyang LiuFix use-of-uninitialized-value in rG75f50e15bf8f
2020-11-26 Marek Kurdej[libc++] [www] Fix HTML. NFC.
2020-11-26 Martin Storsjö[OpenMP][OMPT] Fix building with OMPT disabled after...
2020-11-26 Marek Kurdej[libc++] [libc++abi] Mark a few tests as unsupported...
2020-11-26 Kazu Hirata[Support] Use llvm::is_contained (NFC)
2020-11-26 Georgii Rymar[llvm-readobj] - Fix a warning.
2020-11-26 Max Kazantsev[SCEV] Use isKnownPredicateAt in isLoopBackedgeGuardedB...
2020-11-26 Craig Topper[RISCV] Add isel pattern to match (i64 (sra (shl X...
2020-11-26 Max Kazantsev[IndVars] Use isLoopBackedgeGuardedByCond for last...
2020-11-26 Craig Topper[RISCV] Remove unused PatFrag argument from the tablege...
2020-11-26 Craig Topper[LegalizerTypes] Add support for scalarizing the operan...
2020-11-26 Max Kazantsev[LoopLoadElim] Make sure all loops are in simplify...
2020-11-26 Stella Laurenzo[mlir][Python] Add additional capsule interop types.
2020-11-26 Sam Clegg[lld][WebAssembly] Ensure stub symbols always get address 0
2020-11-26 Nico Weber[gn build] sync script: try to make a loop clearer
2020-11-26 Nico Weber[gn build] sync script: only compute tokloc when adding...
2020-11-26 Nico Weber[gn build] sync script: handle multiple source lists...
2020-11-26 Nathan Ridge[clangd] Collect main file refs by default
2020-11-26 Aart Bik[mlir][sparse] add ability to select pointer/index...
2020-11-26 Nico Weber[gn build] (manually) port b534beabeed3ba
2020-11-26 Richard SmithPart of C++ DR 39: a class member lookup is not ambiguo...
2020-11-26 Zhengyang LiuAdding PoisonValue for representing poison value explic...
2020-11-26 Richard SmithRefactor and simplify class scope name lookup.
2020-11-26 Amy Huang[CodeView] Avoid emitting empty debug globals subsection.
2020-11-26 Reid KlecknerRevert builtins fp16 support: tests do not pass on Mac
2020-11-26 Sean Silva[NFC] Fix pattern name.
2020-11-25 Craig Topper[RISCV] Add an implementation of isFMAFasterThanFMulAndFAdd
2020-11-25 Craig Topper[SelectionDAGBuilder] Add SPF_NABS support to visitSelect
2020-11-25 Tom Stellardgithub actions: Use llvmbot token for main branch sync
2020-11-25 David BlaikieDebugInfo: remove unnecessary mtriple from test/DebugIn...
2020-11-25 Louis Dionne[libc++] NFC: Reindent non-lockfree-atomics feature
2020-11-25 Eric Astor[ms] [llvm-ml] Implement the expression expansion operator
next