platform/upstream/llvm.git
2020-06-24 Matt ArsenaultRevert "[AMDGPU] Enable compare operations to be select...
2020-06-24 Arthur Eubanks[NewPM] Add SimpleLoopUnswitchPass to PassRegistry.def
2020-06-24 Arthur Eubanks[NewPM] Handle -simplifycfg in opt
2020-06-24 Mircea Trofin[llvm] Release-mode ML InlineAdvisor
2020-06-24 Mircea Trofin[llvm] Added support for stand-alone cmake object libra...
2020-06-24 Sanjay Patel[VectorCombine] give invalid index value a name; NFC
2020-06-24 Sanjay Patel[VectorCombine] add tests for extract + cmp + binop...
2020-06-24 Matt ArsenaultWebAssembly: Don't store MachineFunction in MachineFunc...
2020-06-24 Simon PilgrimCloning.h - reduce AliasAnalysis.h include to forward...
2020-06-24 Haojian Wu[AST][RecoveryExpr] Add error-bit TemplateArgument
2020-06-24 Pavel Labath[lldb] Refactor Scalar::TruncOrExtendTo
2020-06-24 Tim Corringham[AMDGPU] Avoid redundant mode register writes
2020-06-24 Florian Hahn[DSE,MSSA] Add missing -enable-dse-memoryssa flag to...
2020-06-24 Georgii Rymar[llvm-readobj] - Don't crash when a broken GNU hash...
2020-06-24 Simon PilgrimLoads.h - reduce AliasAnalysis.h include to forward...
2020-06-24 Stefan Pintilie[LLD][PowerPC] Add support for R_PPC64_GOT_PCREL34
2020-06-24 Florian Hahn[DSE] Eliminate stores at the end of the function.
2020-06-24 sstefan1[OpenMPOpt] ICV macro definitions
2020-06-24 Joachim Protze[OpenMP] NFC: Create OpenMP release notes file
2020-06-24 Simon PilgrimObjCARC.h - remove unnecessary includes. NFC.
2020-06-24 Simon PilgrimStackLifetime.h - remove unused AliasAnalysis.h include...
2020-06-24 Alex RichardsonDon't install clang-import-test
2020-06-24 Krasimir Georgiev[clang-format] restore indent in conditionals when...
2020-06-24 Georgii Rymar[llvm-readelf] - Don't crash when e_shstrndx==SHN_XINDE...
2020-06-24 Christian Kandeler[libclang] Extend clang_Cursor_Evaluate().
2020-06-24 Cullen Rhodes[AArch64][SVE2] Add bfloat16 support to whilerw/whilewr...
2020-06-24 Cullen Rhodes[AArch64][SVE] Add bfloat16 support to svlen intrinsic
2020-06-24 Cullen Rhodes[AArch64][SVE] Add bfloat16 support to perm and select...
2020-06-24 Kerry McLaughlin[AArch64][SVE] Add bfloat16 support to load intrinsics
2020-06-24 Victor Campos[ARM] Improve diagnostics message when Neon is unsupported
2020-06-24 Konrad Kleine[lldb] fix typo in docs: withing -> within
2020-06-24 Florian Hahn[DSE,MSSA] Precommit small test changes for D72631.
2020-06-24 alex-t[AMDGPU] Enable compare operations to be selected by...
2020-06-24 Simon Tatham[ARM][BFloat] Legalize bf16 type even without fullfp16.
2020-06-24 Haojian Wu[AST][RecoveryExpr] Populate error-bit from Type to...
2020-06-24 LLVM GN Syncbot[gn build] Port 96d4ccf00c8
2020-06-24 Haojian Wu[AST][RecoveryExpr] Fix a crash: don't attach error...
2020-06-24 Kazushi (Jam... [VE] Clang toolchain for VE
2020-06-24 Siva Chandra[libc] Enable copysignl, frexpl, logbl and modfl on...
2020-06-24 Craig Topper[X86] Speculatively fix to X86AvoidStoreForwardingBlock...
2020-06-24 Siva Chandra... [libc][Obvious] Remove a debug #include of iostream.
2020-06-24 Siva Chandra... [libc] Add long double flavors of the floating point...
2020-06-24 Craig Topper[X86] Add mayLoad/mayStore flags to some X87 instructio...
2020-06-24 Jonas Devlieghere[lldb/Test] Temporarily disable TestSimulatorPlatform.py
2020-06-24 Alex Lorenztest fix: add missing system-darwin REQUIRES
2020-06-24 Alex Lorenz[clang][driver] set macOS as the target OS for -arch...
2020-06-24 Alex Lorenz[cmake] configure the host triple on an Apple Silicon...
2020-06-24 Rahul Joshi[NFC][MLIR] Undo anonymous namespace change from https...
2020-06-24 Vitaly BukaAdd option to symbolize inline frames for InternalSymbo...
2020-06-24 Eli Friedman[BitcodeReader] Fix DelayedShuffle handling for Constan...
2020-06-24 Ahsan Saghir[PowerPC] Add support for vector bool __int128 for...
2020-06-24 Amara Emerson[AArch64][GlobalISel] Improve codegen for some constant...
2020-06-24 Eli FriedmanRemove GlobalValue::getAlignment().
2020-06-24 Vedant Kumar[SimplifyCFG] Drop debug loc in SpeculativelyExecuteBB
2020-06-24 Matt ArsenaultAMDGPU/GlobalISel: Fix fixed ABI special VGPR function...
2020-06-24 Sam Clegg[WebAssebmly] Fully disable 'protected' visibility
2020-06-24 Rahul Joshi[MLIR] [NFC] Add new line and empty line before printin...
2020-06-24 Eli Friedman[clang codegen] Fix alignment of "Address" for incomple...
2020-06-24 Richard SmithDR458: Search template parameter scopes in the right...
2020-06-24 Amy Huang[NFC] Remove outdated comment in llvm-symbolizer test...
2020-06-23 Eli Friedman[AArch64][SVE] Add legalization support for i32/i64...
2020-06-23 Eli Friedman[IR] Prefer scalar type for struct indexes in GEP const...
2020-06-23 Leonard Chan[lld][ELF][AArch64] Handle R_AARCH64_PLT32 relocation
2020-06-23 Petr Hosek[ELF] Add -z start-stop-visibility= to set __start_...
2020-06-23 Tony[AMDGPU] Update AMD GPU processor information
2020-06-23 Richard SmithMove late-parsed class member attribute handling adjace...
2020-06-23 Sam Clegg[WebAssembly] Fix for use of uninitialized member in...
2020-06-23 aartbik[mlir] [integration-test] Let target check-mlir imply...
2020-06-23 David BlaikieRemove clang::Codegen::EHPadEndScope as unused
2020-06-23 Alex Lorenz[clang][driver] allow macOS 11 OS version in the driver
2020-06-23 Jonas Devlieghere[lldb] Fix the modules build
2020-06-23 Luís Marques[RISCV][NFC] Add tests for folds of ADDIs into load...
2020-06-23 Eric Schweitz[flang] add RTBuilder.h
2020-06-23 David Green[ARM] Mark more integer instructions as not having...
2020-06-23 Richard SmithWhen performing a substitution into a dependent alias...
2020-06-23 aartbik[mlir] [VectorOps] Improve vector.create_mask lowering
2020-06-23 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-06-23 David Green[ARM] Cortex-M4 integer instructions scheduler info...
2020-06-23 Zequan Wu[ASan][MSan] Remove EmptyAsm and set the CallInst to...
2020-06-23 Jonas Devlieghere[lldb/Lua] Fix typo: s/stdout/stderr/
2020-06-23 Gui Andradetest/msan/sigwait: Don't silently ignore assertion...
2020-06-23 Ryan SanthirarajaPreserve GlobalsAA analysis result in InjectTLIMappings
2020-06-23 Adrian PrantlAdd missing string conversions to fix a compile error...
2020-06-23 Zhi Zhuangfix test failure for clang/test/CodeGen/builtin-expect...
2020-06-23 Nikita Popov[IR] Remove MSVC warning workaround (NFC)
2020-06-23 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-06-23 Nikita Popov[IR] Remove unnecessary uint64_t casts (NFC)
2020-06-23 Siva Chandra... [libc][Obvious] Fix few typos in tests.
2020-06-23 Florian Hahn[DSE,MSSA] Treat `store 0` after calloc as noop stores.
2020-06-23 Stefan Pintilie[LLD][PowerPC] Add support for R_PPC64_PCREL34
2020-06-23 Walter ErquinigoRedo of Add terminateCommands to lldb-vscode protocol
2020-06-23 Davide ItalianoGeneralize TestFormattersBoolRefPtr to work on Apple...
2020-06-23 Davide Italiano[ObjectFileMachO] Check for TARGET_EMBEDDED instead...
2020-06-23 Davide Italiano[Host] Check for TARGET_OS_EMBEDDED instead of listing...
2020-06-23 Jean-Michel... [mlir] Avoid pontentially ambiguous class name
2020-06-23 Your Name[AMDGPU/MemOpsCluster] Implement new heuristic for...
2020-06-23 Zion NimchukChange CMake so that we only look for Z3 when LLVM_ENAB...
2020-06-23 Fangrui Song[ELF] Resolve relocations in .debug_* referencing ...
2020-06-23 Walter Erquinigo[vscode] set default values for terminateDebuggee for...
2020-06-23 George Mitenkov[MLIR][LLVMDialect] Added bitreverse and ctpop intrinsics
next