OSDN Git Service

[OpenMP] Always print error messages in libomptarget CUDA plugin
[android-x86/external-llvm-project.git] / llvm /
2021-01-07 Matt ArsenaultGlobalISel: Fail legalization on narrowing extload...
2021-01-07 Craig Topper[TableGen] Make CodeGenDAGPatterns::getSDNodeNamed...
2021-01-07 David BlaikieFixup Asserts+!AbiBreakingChecks fallout from db33f85c7124
2021-01-07 Arthur Eubanks[CoroSplit][NewPM] Don't call LazyCallGraph functions...
2021-01-07 Arthur Eubanks[test] Move coro-retcon-unreachable.ll into llvm/test
2021-01-07 Matt ArsenaultGlobalISel: Add combine for G_UREM by power of 2
2021-01-07 Johannes Doerfert[OpenMP][FIX] Avoid string literal comparison, use...
2021-01-07 Alexandre Ganea[llvm-pdbutil] Don't crash when printing unknown CodeVi...
2021-01-07 Johannes Doerfert[OpenMP][FIX] Ensure the isa trait is evaluated last
2021-01-07 Johannes Doerfert[OpenMP][Fix] Make the arch selector for x86_64 work
2021-01-07 Mehdi AminiFix gcc5 build failure (NFC)
2021-01-07 dfukalov[NFC][AMDGPU] Reduce include files dependency.
2021-01-07 Sanjay Patel[SLP] remove opcode identifier for reduction; NFC
2021-01-07 Wouter van Oortmerssen[WebAssembly] Fixed byval args missing DWARF DW_AT_LOCATION
2021-01-07 Matt ArsenaultCodeGen: Refactor regallocator command line and target...
2021-01-07 Hiroshi Yamauchi[PGO][PGSO] Let unroll hints take precedence over PGSO.
2021-01-07 Mircea Trofin[NFC] Removed unused prefixes from CodeGen/AMDGPU
2021-01-07 Alan Phipps[Coverage] Refactor three tests from commit rG9f2967bcfe2f
2021-01-07 Varun Gandhi[IR] Use LLVM_ENABLE_ABI_BREAKING_CHECKS to guard ABI...
2021-01-07 Mircea Trofin[NFC] Removed unused prefixes in CodeGen/AMDGPU
2021-01-07 Cameron McInally[SVE] Add unpacked scalable floating point ZIP/UZP...
2021-01-07 Bardia Mahjour[DDG] Data Dependence Graph - DOT printer tests
2021-01-07 Matt ArsenaultAMDGPU/GlobalISel: Start cleaning up calling convention...
2021-01-07 Bardia Mahjour[DDG] Fix duplicate edge removal during pi-block formation
2021-01-07 Roman Lebedev[SimplifyCFG] FoldValueComparisonIntoPredecessors(...
2021-01-07 Roman Lebedev[llvm-reduce] ReduceGlobalVarInitializers delta pass...
2021-01-07 Sidharth Baveja[SplitEdge] Add new parameter to SplitEdge to name...
2021-01-07 Paul C. Anagnostop... [TableGen] Add field kind to the RecordVal class.
2021-01-07 Simon Pilgrim[AArch64] SVEIntrinsicOpts - use range loop and cast...
2021-01-07 Simon Pilgrim[Analysis] MemoryDepChecker::couldPreventStoreLoadForwa...
2021-01-07 Caroline Concatto[AArch64][CostModel]Fix gather scatter cost model
2021-01-07 Simon Pilgrim[llvm-objdump] Pass Twine by const reference instead...
2021-01-07 Simon Pilgrim[DWARF] DWARFDebugLoc::dumpRawEntry - remove dead store...
2021-01-07 Alexey Bataev[SLP]Need shrink the load vector after reordering.
2021-01-07 Simon Pilgrim[DAG] Simplify OR(X,SHL(Y,BW/2)) eq/ne 0/-1 'all/any...
2021-01-07 Jan SvobodaReapply "[clang][cli] Allow users to specify a conditio...
2021-01-07 Fraser Cormack[RISCV] Add vector mask arithmetic ISel patterns
2021-01-07 Oliver StannardRevert "[llvm] Use BasicBlock::phis() (NFC)"
2021-01-07 Jan SvobodaRevert "[clang][cli] Allow users to specify a condition...
2021-01-07 Jan Svoboda[clang][cli] Allow users to specify a conditional to...
2021-01-07 LLVM GN Syncbot[gn build] Port d2ddc694ff9
2021-01-07 Gil Rapaport[LV] Merge tests into a single file (NFC)
2021-01-07 Ganesh Gopalasubra... [X86] Update tests for znver3
2021-01-07 Kazushi (Jam) Marukawa[VE][NFC] Update comments to match the generated instru...
2021-01-07 Fangrui Song[PowerPC] Delete dead Lower*
2021-01-07 Fangrui Song[PowerPC] Delete remnant Darwin ISelLowering code
2021-01-07 Fangrui Song[PowerPC] Delete remnant isOSDarwin references
2021-01-07 Sanjoy Das[NFC] Don't copy MachineFrameInfo on each invocation...
2021-01-07 Kazu Hirata[llvm] Use llvm::all_of (NFC)
2021-01-07 Kazu Hirata[llvm] Use BasicBlock::phis() (NFC)
2021-01-07 Kazu Hirata[llvm] Use llvm::append_range (NFC)
2021-01-07 Juneyoung Lee[InstSimplify] Fold insertelement vec, poison, idx...
2021-01-07 Juneyoung Lee[Constant] Add tests for ConstantVector::get (NFC)
2021-01-07 Craig Topper[RISCV] Fix a few section number comments in RISCVInstr...
2021-01-07 Juneyoung Lee[Constant] Update ConstantVector::get to return poison...
2021-01-06 Kit Barton[PPC] Remove old PPCSubTarget variable.
2021-01-06 Jonas Devlieghere[Support] Untie the llvm::Signpost interface from llvm...
2021-01-06 Amara EmersonFix failing triple test for macOS 11 with non-zero...
2021-01-06 Alina Sbirlea[DominatorTree] Add support for mixed pre/post CFG...
2021-01-06 Nikita Popov[BasicAA] Fix BatchAA results for phi-phi assumptions
2021-01-06 Nikita Popov[InstSimplify] Canonicalize non-demanded shuffle op...
2021-01-06 Nikita Popov[InstSimplify] Fold call null/undef to poison
2021-01-06 Nikita Popov[PowerPC] Avoid call to undef in test (NFC)
2021-01-06 Arthur Eubanks[test] Pin partial-unswitch.ll to legacy PM
2021-01-06 Craig Topper[RISCV] Return a vXi1 vector type from getSetCCResultTy...
2021-01-06 Arthur Eubanks[test] Pin AMDGPU/opt-pipeline.ll to legacy PM
2021-01-06 Arthur EubanksFix non-assert builds after D93828
2021-01-06 Nikita Popov[InstSimplify] Fold out-of-bounds shift to poison
2021-01-06 Nikita Popov[GVN] Regenerate test checks (NFC)
2021-01-06 Sanjay Patel[SLP] use reduction kind's opcode to create new instruc...
2021-01-06 Sanjay Patel[SLP] reduce code for propagating flags on reductions...
2021-01-06 Arthur Eubanks[CGSCC][Coroutine][NewPM] Properly support function...
2021-01-06 Fangrui Song[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_...
2021-01-06 Mircea Trofin[NFC] Removed unused prefixes in CodeGen/AMDGPU
2021-01-06 Simon Pilgrim[X86] Add commuted patterns test coverage for D93599
2021-01-06 Reid Kleckner[X86] Remove [ER]SP from all CSR lists
2021-01-06 Mircea Trofin[NFC] Removed unused prefixes from CodeGen/AMDGPU
2021-01-06 Matt ArsenaultAMDGPU/GlobalISel: Update fdiv lowering for denormal...
2021-01-06 Peter Waller[llvm][NFC] Disallow all warnings in TypeSize tests
2021-01-06 Francesco Petrogalli[InstCombine] Update valueCoversEntireFragment to use...
2021-01-06 Matt ArsenaultAMDGPU/GlobalISel: Add baseline IR tests for fdiv
2021-01-06 Matt ArsenaultAMDGPU: Explicitly use SelectionDAG in legacy intrinsic...
2021-01-06 Simon Pilgrim[TargetLowering] Add icmp ne/eq (srl (ctlz x), log2...
2021-01-06 Nicholas Guy[AArch64] Rearrange mul(dup(sext/zext)) to mul(sext...
2021-01-06 Simon PilgrimRemove some unused <vector> includes. NFCI.
2021-01-06 Simon Pilgrim[X86] Add icmp ne/eq (srl (ctlz x), log2(bw)) test...
2021-01-06 Krzysztof Parzyszek[Hexagon] Wrap functions only used in asserts in ifndef...
2021-01-06 Florian Hahn[LoopDeletion] Also consider loops with subloops for...
2021-01-06 Simon Pilgrim[TableGen] RegisterBankEmitter - Pass Twine by const...
2021-01-06 Simon Pilgrim[MIPS] MipsAsmParser - Pass Twine by const reference...
2021-01-06 Simon Pilgrim[ProfileData] Pass Twine by const reference instead...
2021-01-06 Simon Pilgrim[Hexagon] Regenerate zext-v4i1.ll tests
2021-01-06 Jan SvobodaReapply multiple "[clang][cli]" patches
2021-01-06 Tomas Matheson[AArch64] Add BRB IALL and BRB INJ instructions
2021-01-06 Simon Pilgrim[X86] Add scalar/vector test coverage for D93599
2021-01-06 Stefan Pintilie[PowerPC] Fix issue where vsrq is given incorrect shift...
2021-01-06 Florian Hahn[VPlan] Keep start value in VPWidenIntOrFpInductionReci...
2021-01-06 Sander de Smalen[AArch64][SVE] Emit DWARF location expr for SVE (dbg...
2021-01-06 Fraser Cormack[ValueTypes] Fix formatting on scalable vector warning...
2021-01-06 Sander de Smalen[LiveDebugValues] Handle spill locations with a fixed...
next