platform/upstream/llvm.git
2020-10-12 Sam McCall[clangd] Validate optional fields more strictly.
2020-10-12 Sam McCall[JSON] Add ObjectMapper::mapOptional to validate option...
2020-10-12 Simon PilgrimRevert rGb97093e520036f8 - "[InstCombine] matchFunnelSh...
2020-10-12 Kazushi (Jam... [VE] Support fneg and frem
2020-10-12 Kazushi (Jam... [VE] Change to expand BRCOND
2020-10-12 Haojian WuFix buildbot failure for 702529d899c87e9268bb33d836dbc9...
2020-10-12 Evgeny LeviantAdd test for cortex-a57/ARM sched model. NFC
2020-10-12 sstefan1[IR][FIX] Intrinsics - don't apply default willreturn...
2020-10-12 Haojian Wu[AST][RecoveryExpr] Don't perform early typo correction...
2020-10-12 Haojian Wu[AST][RecoveryExpr] Build dependent callexpr in C for...
2020-10-12 Georgii Rymar[llvm-readobj/elf] - Ignore the hash table when on...
2020-10-12 Haojian Wu[clang] Fix returning the underlying VarDecl as top...
2020-10-12 Nicolas VasilacheRevert "Revert "Give attributes C++ namespaces.""
2020-10-12 Alexander Belyaev[mlir] Move Linalg tensors-to-buffers tests to Linalg...
2020-10-12 David SherwoodFix build failure caused by c5ba0d33cc060cc06a28a5d9101...
2020-10-12 Roman Lebedev[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown...
2020-10-12 David Sherwood[SVE] Make ElementCount and TypeSize use a new PolySize...
2020-10-12 Kito Cheng[Tablegen][SubtargetEmitter] Print TuneCPU in Subtarget...
2020-10-12 Vitaly Buka[NFC][Asan] Remove unused macro
2020-10-12 John McCallRevert "[SYCL] Implement __builtin_unique_stable_name."
2020-10-12 Fangrui Song[SchedDAGInstrs] Delete redundant contains(). NFC
2020-10-12 Jonas DevlieghereRevert "PR47792: Include the type of a pointer or refer...
2020-10-12 Qiu Chaofan[NFC] Move PPC strict-fp MIR test to dedicated file
2020-10-12 Valentin Clement[mlir][openacc] Introduce acc.enter_data operation
2020-10-11 Richard SmithPR47792: Include the type of a pointer or reference...
2020-10-11 Craig Topper[ValueTracking] Use KnownBits::countMaxLeadingZeros...
2020-10-11 Richard SmithFix arc lint's clang-format rule: only format the file...
2020-10-11 Christian Iversen[ELF] Fix broken bitstream linking with lld when e_mach...
2020-10-11 Tres Popp[mlir] Type erase inputs to select statements in shape...
2020-10-11 Nathan Ridge[clangd] Avoid relations being overwritten in a header...
2020-10-11 Roman Lebedev[InstCombine] combineLoadToOperationType(): don't fold...
2020-10-11 Fangrui Song[X86] Define __LAHF_SAHF__ if feature 'sahf' is set...
2020-10-11 David Green[LV] Tail folded inloop reductions.
2020-10-11 Zinovy Nis[clang-tidy] Fix crash in readability-function-cognitiv...
2020-10-11 Nikita Popov[MemCpyOpt] Add lifetime may alias test (NFC)
2020-10-11 David Green[LV] Extra predicated inloop reduction tests. NFC
2020-10-11 Nikita Popov[MemCpyOpt] Add additional byval tests (NFC)
2020-10-11 Sanjay Patel[InstCombine] allow vector splats for add+xor --> shifts
2020-10-11 Sanjay Patel[InstCombine] add one-use check to add+xor transform
2020-10-11 Sanjay Patel[InstCombine] add tests with extra uses for add+xor...
2020-10-11 Sanjay Patel[InstCombine] add/adjust tests for add+xor -> shifts...
2020-10-11 Kazushi (Jam... [VE][NFC] Clean VEISelLowering.cpp
2020-10-11 Simon PilgrimFix Wdocumentation warning. NFCI.
2020-10-11 Simon Pilgrim[X86][SSE2] Use smarter instruction patterns for loweri...
2020-10-11 Simon Pilgrim[InstCombine] Remove accidental unnecessary ConstantExp...
2020-10-11 Simon Pilgrim[InstCombine] matchFunnelShift - fold or(shl(a,x),lshr...
2020-10-11 Simon Pilgrim[InstCombine] Replace getLogBase2 internal helper with...
2020-10-11 Tobias Gysi[mlir] add scf.if op canonicalization pattern that...
2020-10-11 Xun Li[Coroutines] Refactor/Rewrite Spill and Alloca processing
2020-10-11 Craig Topper[X86] Redefine X86ISD::PEXTRB/W and X86ISD::PINSRB...
2020-10-11 Craig Topper[X86] AMX intrinsics should have ImmArg for the registe...
2020-10-11 Craig Topper[X86] Add a X86ISD::BEXTRI to distinquish the case...
2020-10-11 Krzysztof Parzyszek[Hexagon] Replace HexagonISD::VSPLAT with ISD::SPLAT_VECTOR
2020-10-11 Krzysztof Parzyszek[SDAG] Remember to set UndefElts in isSplatValue for...
2020-10-10 Fangrui Song[X86] Delete redundant 'static' from namespace scope...
2020-10-10 Simon Pilgrim[InstCombine] getLogBase2(undef) -> 0.
2020-10-10 Alex DenisovFix CMake configuration error when run with -Werror...
2020-10-10 Simon Pilgrim[InstCombine] getLogBase2 - no need to specify Type...
2020-10-10 Simon PilgrimRemove %tmp variables from test cases to appease update...
2020-10-10 Simon Pilgrim[PowerPC] ReplaceNodeResults - bail on funnel shifts...
2020-10-10 Krzysztof ParzyszekDefine splat_vector for ISD::SPLAT_VECTOR in TargetSele...
2020-10-10 Martin Storsjö[lldb] [Windows] Remove unused functions. NFC.
2020-10-10 Martin Storsjö[lldb] [Windows] Add missing 'override', silencing...
2020-10-10 Simon Pilgrim[PowerPC] Add ppc32 funnel shift test coverage
2020-10-10 Simon Pilgrim[InstCombine] Add test case showing rotate intrinsic...
2020-10-10 Michał Górny[lldb] [Process/FreeBSDRemote] Fix double semicolon
2020-10-10 Michał Górny[lldb] [Process/FreeBSDRemote] Kill process via PT_KILL
2020-10-10 Michał Górny[lldb] [Process/FreeBSD] Mark methods override in Regis...
2020-10-10 Philip ReamesStep down from security group
2020-10-10 Tim Renouf[AMDGPU] Add gfx602, gfx705, gfx805 targets
2020-10-10 Florian Hahn[SCEV] Add test cases where the max BTC is imprecise...
2020-10-10 Florian Hahn[SCEV] Handle ULE in applyLoopGuards.
2020-10-10 Florian Hahn[SCEV] Add a test case with ULE loop guard.
2020-10-10 Nikita Popov[MemCpyOpt] Add test for incorrect memset DSE (NFC)
2020-10-10 David Green[ARM] Attempt to make Tail predication / RDA more resil...
2020-10-10 Alok Kumar... [DebugInfo] Support for DWARF attribute DW_AT_rank
2020-10-10 Benjamin Kramer[clangd] Map bits/stdint-intn.h and bits/stdint-uintn...
2020-10-10 David Green[AArch64][LV] Move vectorizer test to Transforms/LoopVe...
2020-10-10 David Green[TblGen][Scheduling] Fix debug output. NFC
2020-10-10 Tatiana Shpeisman[mlir][scf] Fix a bug in scf::ForOp loop unroll with...
2020-10-10 Nikita Popov[MemCpyOpt] Don't hoist store that's not guaranteed...
2020-10-10 Denis Antrushin[Statepoints] Allow deopt GC pointer on VReg if gc...
2020-10-10 Zi Xuan Wu[CSKY 1/n] Add basic stub or infra of csky backend
2020-10-10 Fangrui Song[PowerPC] Fix signed overflow in decomposeMulByConstant...
2020-10-10 Xiang1 Zhang[X86] Add CET test, NFC
2020-10-10 Valentin Clement[mlir][openacc] Introduce acc.exit_data operation
2020-10-10 Sean Silva[mlir] Rename BufferPlacement.h to Bufferize.h
2020-10-10 Walter Erquinigo[intel pt] Refactor parsing
2020-10-10 Aart Bik[mlir] [standard] fixed typo in comment
2020-10-09 Fangrui Song[bugpoint] Delete -safe-llc and make -run-llc work...
2020-10-09 Stella Stamenova[mlir, win] Mark several MLRI tests as unsupported...
2020-10-09 Changpeng FangSink: Handle instruction sink when a user is dead
2020-10-09 Joao Moreira[X86] Check if call is indirect before emitting NT_CALL
2020-10-09 Fangrui Song[X86][test] Add a regression test for lock cmpxchg16b...
2020-10-09 Eli Friedman[SCCP] Reduce the number of times ResolvedUndefsIn...
2020-10-09 Steven Wu[IRMover] Add missing open quote in the warning message
2020-10-09 Jordan RupprechtTemporarily revert "[ThinLTO] Re-order modules for...
2020-10-09 Thomas Lively[WebAssembly] Prototype i16x8.q15mulr_sat_s
2020-10-09 Louis Dionne[libc++] Remove code to prevent overwriting the system...
2020-10-09 Louis Dionne[libc++] Remove redundant if(LIBCXX_INSTALL_LIBRARY)
next