platform/upstream/llvm.git
2020-04-22 Frederik Gossen[MLIR] Use `kernel` as a short hand for `gpu.kernel...
2020-04-22 Sam Parker[NFC] Test changes
2020-04-22 Frederik Gossen[MLIR] Fix test case for kernel attribute.
2020-04-22 aartbik[llvm] [X86] Make test more robust against different...
2020-04-22 Raphael Isemann[lldb] Fix modules build by adding missing include
2020-04-22 Kazushi (Jam... [VE] Update shift operation instructions
2020-04-22 Kazushi (Jam... [VE] Add alternative names to registers
2020-04-22 Craig Topper[CallSite removal] Remove unneeded includes of CallSite...
2020-04-22 Alexander Belyaev[MLIR] Verify there are no side-effecting ops in Generi...
2020-04-22 Stephan Herhut[MLIR] Add extra locking during cubin generation.
2020-04-22 Alexander Belyaev[MLIR] Update documentation for loop.parallel.
2020-04-22 Johannes Doerfert[Attributor] Replace AccessKind2Accesses map with an...
2020-04-22 Johannes Doerfert[Attributor] Run IRPosition::verify only with EXPENSIVE...
2020-04-22 Craig Topper[CallSite removal][Target] Replace CallSite with CallBa...
2020-04-22 Qiu Chaofan[PowerPC] Exploit RLDIMI for OR with large immediates
2020-04-22 Craig Topper[CallSite removal][TargetTransformInfoImpl] Replace...
2020-04-22 Siva Chandra... [libc][NFC] Cleanup dependencies in src/signal and...
2020-04-22 Igor Kudrin[DebugInfo] Simplify DWARFUnit::determineStringOffsetsT...
2020-04-22 Mehdi AminiAdd `//` before the banner displayed in `--print-ir...
2020-04-22 Eli Friedman[TargetPassConfig] Run MachineVerifier after more passes.
2020-04-22 Ian Levesque[xray] Avoid text relocations in trampolines for ARM...
2020-04-22 Ian Levesque[xray] Use hidden symbol visibility for xray trampolines
2020-04-22 Fangrui Song[Frontend] Drop unneeded CC1 options
2020-04-22 Sameer SahasrabuddheFixIrreducible: don't crash when moving a child loop
2020-04-22 Dan LiewAdd missing call to `__sanitizer::InitializePlatformEar...
2020-04-22 Dan LiewAdd missing call to `Symbolizer::LateInitialize()`...
2020-04-22 Justin Hibbits[PowerPC] Add clang -msvr4-struct-return for 32-bit ELF
2020-04-22 Andrew BrowneMake SmallVector assert if it cannot grow.
2020-04-21 Lawrence D... get rid of PythonInteger::GetInteger()
2020-04-21 LLVM GN Syncbot[gn build] Port 23609331472
2020-04-21 Amy HuangReland "Implement some functions in NativeSession....
2020-04-21 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from FunctionAttrs
2020-04-21 Bruno Cardoso... Reapply: Make header inclusion order from umbrella...
2020-04-21 Fangrui Song[ELF] Fix a null pointer dereference when relocating...
2020-04-21 Dan LiewDisable a Darwin test under LSan.
2020-04-21 Jonas Devlieghere[lldb/Test] Add decorator to the right method
2020-04-21 Jonas Devlieghere[lldb/Test] Add skipIfReproducer for tests that diverge...
2020-04-21 Jonas Devlieghere[lldb/Test] Add skipIfReproducer for tests that are...
2020-04-21 LLVM GN Syncbot[gn build] Port 352fef3f11f
2020-04-21 LLVM GN Syncbot[gn build] Port 060efd24c7f
2020-04-21 Amy HuangRevert "Implement some NativeSession functions" along...
2020-04-21 Joel E. Denny[OpenMP] target_data_begin: fail on device alloc fail
2020-04-21 Joel E. Denny[OpenMP] Add scaffolding for negative runtime tests
2020-04-21 Jez Ng[lld-macho] Add basic support for linking against dylibs
2020-04-21 Christopher... [SVE] Remove VectorType::getBitWidth()
2020-04-21 Johannes Doerfert[Attributor] Remove dependence edges eagerly
2020-04-21 Johannes Doerfert[Attributor][NFC] Track the number of created AAs in...
2020-04-21 Johannes Doerfert[Attributor][PM] Introduce `-attributor-enable={none...
2020-04-21 Johannes Doerfert[Attributor][NFC] Remove obsolete option from tests
2020-04-21 Michael LiaoFix `-Wpedantic` warnings. NFC.
2020-04-21 Michael Liao[hip] Claim builtin type `__float128` supported if...
2020-04-21 Aaron BallmanC++2a -> C++20 in some identifiers; NFC.
2020-04-21 Amy Huang[NativeSession] Fix unchecked Expected type
2020-04-21 Valentin Clement[Flang] fix dependency issues after D78215
2020-04-21 Louis Dionne[libc++abi] Add a rate limiter when logging dynamic_cas...
2020-04-21 Matt ArsenaultAMDGPU: Use Register
2020-04-21 Eli Friedman[ARM] Fix MIR tests with invalid live-ins.
2020-04-21 Eli Friedman[AArch64] Fix MIR tests with invalid live-ins.
2020-04-21 Evgenii StepanovFix Solaris build of ubsan.
2020-04-21 Michael LiaoFix `-Wparentheses` warnings. NFC.
2020-04-21 Fangrui Song[XRay] xray_fn_idx: set SHF_WRITE to avoid text relocations
2020-04-21 Roman Lebedev[InstCombine] Negator - sink sinkable negations
2020-04-21 Michael LiaoFix build. NFC.
2020-04-21 Fangrui Song[PDB] Change llvm/object/COFF.h to llvm/Object/COFF...
2020-04-21 Amy HuangImplement some functions in NativeSession.
2020-04-21 Benjamin KramerBit-pack some pairs. No functionlity change intended.
2020-04-21 Fangrui Song[CallSite] Fix build breakage after D78538
2020-04-21 Jonas Devlieghere[lldb/Scripts] proc.returncode is set in proc.communicate
2020-04-21 Sanjay Patel[Analysis] recognize the 'null' pointer constant as...
2020-04-21 Sanjay Patel[InstCombine] add tests for logic-of-icmps; NFC
2020-04-21 River Riddle[mlir] Remove braces to avoid ambiguous constructor...
2020-04-21 aartbik[llvm] [X86] Fixed type bug in vselect for AVX masked...
2020-04-21 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from DeadArgument...
2020-04-21 Simon Pilgrim[Transforms] getOrEnforceKnownAlignment - fix MSVC...
2020-04-21 Siva Chandra... [libc][Take 2] Propagate entrypoint deps to downstream...
2020-04-21 Pavel Iliin[AArch64] FMLA/FMLS patterns improvement.
2020-04-21 Roman Lebedev[NFC][InstCombine] sub-of-negatible.ll: some more test...
2020-04-21 Louis Dionne[libc++] Do not enable assertions in the dylib in the...
2020-04-21 Siva Chandra... [libc] Revert "Propagate entrypoint deps to downstream...
2020-04-21 Ana Pazos[MC][PGO][PGSO] Cleanup unused MBFI in AsmPrinter
2020-04-21 Louis Dionne[libc++] Re-enable warnings in the new format
2020-04-21 Benjamin KramerFix an unused-variable warning in Release mode.
2020-04-21 Siva Chandra... [libc] Propagate entrypoint deps to downstream targets.
2020-04-21 Fangrui Song[XRay] Change xray_instr_map sled addresses from absolu...
2020-04-21 Sanjay Patel[InstCombine] add tests for logic-of-icmps; NFC
2020-04-21 Siva Chandra... [libc] [NFC] Split the CMake rules into multiple files.
2020-04-21 Johannes Doerfert[Attributor] Use a pointer value type for the OpcodeInstMap
2020-04-21 Johannes Doerfert[Attributor] Use a pointer value type for the QueryMap
2020-04-21 Johannes Doerfert[Attributor] Use a pointer value type for the access...
2020-04-21 Johannes Doerfert[Attributor] Pass the Attributor to the AbstractAttribu...
2020-04-21 Johannes Doerfert[Attributor] Use a pointer value type for the AAMap
2020-04-21 Pierre Oechsel[mlir] [linalg] Specify alignment during promotion.
2020-04-21 Nicolas Vasilache[mlir][Linalg] Create a named batch_matmul op and pipe...
2020-04-21 Stefan Pintilie[PowerPC][Future] Add offsets to PC Relative relocations.
2020-04-21 Kang Zhang[PowerPC] Add a new test case expand-isel-liveness.mir
2020-04-21 Jonas Devlieghere[lldb/Test] Decode stdout and stderr in case it contain...
2020-04-21 Nick Desaulniers[InlineSpiller] simplify insertReload() NFC
2020-04-21 Jay Foad[AMDGPU] Remove selectSGPRVectorRegClassID. NFC.
2020-04-21 Fangrui Song[ELF] Keep local symbols when both --emit-relocs and...
2020-04-21 Louis Dionne[libc++] Fix warnings with Clang in C++03
next