platform/upstream/llvm.git
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
2020-06-23 Mehdi AminiFix incorrect "REQUIRE" (default_target->default_triple...
2020-06-23 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-06-23 Raphael Isemann[lldb][NFC] Add some more tests for edge cases LLDB...
2020-06-23 Feng Liu[mlir] Added the dialect inliner to the SCF dialect
2020-06-23 Xun Li[Coroutines] Fix a few failing tests
2020-06-23 Davide Italiano[debugserver] Initial support for Apple Silicon.
2020-06-23 Simon Pilgrim[X86][AVX] Attempt to lower v16i32/v16f32 shuffles...
2020-06-23 Tobias GysiRevert "[mlir] make the bitwidth of device side index...
2020-06-23 Simon Pilgrim[X86][AVX] Add v16f32 variant of PR46249 test case
2020-06-23 Arthur Eubanks[NewPM] Attempt to run opt passes specified via -foo...
2020-06-23 cgyurgyikRemove strcmp fuzz from CMakeList since it breaks build.
2020-06-23 Jonas Devlieghere[lldb/Lua] Require Lua 5.3
2020-06-23 Simon PilgrimWithColor.h - reduce CommandLine.h include to forward...
2020-06-23 Simon Pilgrim[X86][AVX] Add PR46249 test case
2020-06-23 Jonas Devlieghere[lldb/Lua] Use the debugger's output and error file...
2020-06-23 Xing GUO[ObjectYAML][DWARF] Remove unused context. NFC.
2020-06-23 Sanjay Patel[PhaseOrdering] add test for missed vectorization;...
2020-06-23 Xing GUO[ObjectYAML][ELF] Add support for emitting the .debug_p...
2020-06-23 Valentin Clement[openmp] Add missing dependencies for OMP.h.inc after...
2020-06-23 ergawy[MLIR][SPIRV] Extend automation script to generate...
2020-06-23 Erich KeaneFix test added by D79830
2020-06-23 George Mitenkov[MLIR][SPIRVToLLVM] Implementation of spv.func conversi...
2020-06-23 Momchil Velikov[ARM] Describe defs/uses of VLLDM and VLSTM
2020-06-23 Nico Weber[gn build] (semi-manually) Port d90443b1d93
2020-06-23 Valentin Clement[openmp] Base of tablegen generated OpenMP common decla...
2020-06-23 Mikhail Maltsev[BFloat] Add convert/copy instrinsic support
2020-06-23 Matt ArsenaultAMDGPU/GlobalISel: Fix asserts on non-s32 sitofp/uitofp...
2020-06-23 Thomas Preud... [unittest, ADT] Add unit tests for itostr & utostr
2020-06-23 Simon PilgrimMangle.cpp - fix implicit Format.h dependency. NFC.
2020-06-23 Louis Dionne[libc++abi] Allow code-signing executables when running...
2020-06-23 Sanjay Patel[PhaseOrdering] add test for vectorizer cooperation...
2020-06-23 Alexey Bataev[OPENMP][DOCS]Update status of supported constructs...
2020-06-23 Alexey Bataev[OPENMP50]Codegen for scan directives in parallel for...
2020-06-23 Xing GUO[ObjectYAML][ELF] Add support for emitting the .debug_p...
2020-06-23 Simon PilgrimAdd stddef.h to fix missing size_t type build errors.
next