platform/upstream/llvm.git
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
2020-11-25 Marius Brehler[mlir] Add build configuration for Quant unittest
2020-11-25 Craig Topper[RISCV] Add test cases to check that we use (smax X...
2020-11-25 Craig Topper[RISCV] Make SMIN/SMAX/UMIN/UMAX legal with Zbb extension.
2020-11-25 Louis Dionne[libc++] Factor out common logic for calling aligned...
2020-11-25 Sam McCall[clangd] Track deprecation of 'member' semantic token...
2020-11-25 Frank Laub[MLIR][Affine] Add custom builders for AffineVectorLoad...
2020-11-25 Reid Kleckner[MS] Add more 128bit cmpxchg intrinsics for AArch64
2020-11-25 Reid Kleckner[MS] Fix double evaluation of MSVC builtin arguments
2020-11-25 Simon Pilgrim[Hexagon] Add support for ISD::SMAX/SMIN/UMAX/UMIN...
2020-11-25 Craig Topper[RISCV] Add test cases showing that we don't recognize...
2020-11-25 Paul RobinsonRemove static function unused after cf1c774.
2020-11-25 Simon Pilgrim[CostModel][X86] Refresh ISD::ABS costs
2020-11-25 LLVM GN Syncbot[gn build] Port 73fdd998701
2020-11-25 Nathan James[clangd] Implement clang-tidy options from config
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...
next