platform/upstream/llvm.git
2020-12-31 Kazu Hirata[PGO] Use isa instead of dyn_cast (NFC)
2020-12-31 Kazu Hirata[ARM] Declare Op within an if statement (NFC)
2020-12-31 Fangrui Song[ThinLTO][test] Add visibility related tests
2020-12-31 Fangrui Song[TargetMachine] Drop implied dso_local for definitions...
2020-12-31 Fangrui Song[test] Add explicit dso_local to definitions in ELF...
2020-12-31 Fangrui Song[LowerEmuTls] Copy dso_local from <var> to __emutls_v...
2020-12-30 Fangrui Song[test] Add explicit dso_local to definitions in ELF...
2020-12-30 Lang Hames[ORC] Remove some stale debugging output.
2020-12-30 Fangrui Song[RISCV][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[SystemZ][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[ARM][test] Add explicit dso_local to definitions in...
2020-12-30 Fangrui Song[AArch64][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[test] Fix linux-preemption.ll
2020-12-30 Fangrui Song[X86][test] Add explicit dso_local to definitions in...
2020-12-30 Jacques PienaarAvoid using /dev/null in test
2020-12-30 Terry Wilmarth[OpenMP] libomp: Handle implicit conversion warnings
2020-12-30 Brandon Bergren[PowerPC] Add addtional test that retroactively catches...
2020-12-30 Siva Chandra... [libc][NFC] Use ASSERT_FP_EQ to compare nan values...
2020-12-30 Roman Lebedev[LoopIdiom] 'left-shift until bittest': don't forget...
2020-12-30 Roman Lebedev[SimplifyCFG] Teach SwitchToLookupTable() to preserve...
2020-12-30 Roman Lebedev[SimplifyCFG] Teach switchToSelect() to preserve DomTree
2020-12-30 Roman Lebedev[SimplifyCFG] Teach SimplifyBranchOnICmpChain() to...
2020-12-30 Craig Topper[RISCV] Cleanup some V intrinsic names used in tests...
2020-12-30 Fangrui Song[update_llc_test_checks] Support Windows .seh_proc...
2020-12-30 Sanjay Patel[LoopUtils] reduce FMF and min/max complexity when...
2020-12-30 Sanjay Patel[LoopVectorizer] add test to show wrong FMF propagation...
2020-12-30 Fangrui Song[update_llc_test_checks] Support .Lfunc$local for x86...
2020-12-30 Nico Weber[gn build] Switch copy_bundle_data from pax to cpio
2020-12-30 Yuanfang ChenFix `LLVM_ENABLE_MODULES=On` build
2020-12-30 Jacques Pienaar[mlir] Add option to read reproducer options from file
2020-12-30 Fangrui Song[PowerPC][test] Add explicit dso_local to definitions...
2020-12-30 Max Moroz[compiler-rt] FuzzedDataProvider: Add PickValueInArray...
2020-12-30 Andrew Litteken[IROutliner] Adding option to enable outlining from...
2020-12-30 Fangrui Song[CMake][tsan] Remove --sysroot=.
2020-12-30 Fangrui Song[ELF] Drop '>>> defined in ' for locations of linker...
2020-12-30 Nicolas Vasilache[mlir] Fix indexing of first offset operand in ops...
2020-12-30 Nicolas Vasilache[mlir] NFC - Fix SubViewOp printing
2020-12-30 Sanjay Patel[SLP] add fadd reduction test to show broken FMF propag...
2020-12-30 Bogdan GraurFixes warning 'enumeration value not handled in switch'.
2020-12-30 Sanjay Patel[IR] remove 'NoNan' param when creating FP reductions
2020-12-30 Juneyoung LeeRemove functions from *-inseltpoison.ll tests if unnece...
2020-12-30 Wang, Pengfei[X86][AMX] Fix compilation warning introduced by 981a0bd8.
2020-12-30 Juneyoung Leeclang-format, address warnings
2020-12-30 Juneyoung LeeUse unary CreateShuffleVector if possible
2020-12-30 Alexander Belyaev[mlir] Fix a typo MemRefType -> UnrankedMemRefType
2020-12-30 Marek Kurdej[libc++] [docs] Mark contract-related papers as removed...
2020-12-30 Juneyoung Lee[SimplifyCFG] Add tests for select form and/or for...
2020-12-30 Juneyoung Lee[ConstraintElimination] Add support for select form...
2020-12-30 zhanghb97[mlir][Python] Initial Affine Map Python Bindings.
2020-12-30 Luo, Yuanke[X86] Refactor AMX test case, remove unnecessary code.
2020-12-30 Fangrui SongMove -fno-semantic-interposition dso_local logic from...
2020-12-30 Andrew Litteken[IROutliner] Adding support for swift errors in the...
2020-12-30 Andrew LittekenRevert "[IROutliner] Adding support for swift errors"
2020-12-30 Andrew Litteken[IROutliner] Adding support for swift errors
2020-12-30 Juneyoung Lee[ConstraintElimination] Add tests for select form and...
2020-12-30 Siva Chandra... [libc] Add implementations of rounding functions which...
2020-12-30 Luo, Yuanke[X86] Add x86_amx type for intel AMX.
2020-12-30 Fangrui Song[X86][test] Improve global address offset folding tests
2020-12-30 Craig Topper[Verifier] Remove declaration of method that was remove...
2020-12-30 Haowei Wu[llvm-elfabi] Add flag to preserve timestamp when outpu...
2020-12-30 Stella Laurenzo[mlir][python] Install generated dialect sources.
2020-12-30 Kazu Hirata[Analysis, IR] Use *Map::lookup (NFC)
2020-12-30 Kazu Hirata[Transforms/Utils] Construct SmallVector with iterator...
2020-12-30 Kazu Hirata[Analysis] Use llvm::append_range (NFC)
2020-12-30 ShihPo Hung[RISCV] Add intrinsics for vcompress instruction
2020-12-30 Kai Luo[PowerPC] Add mir test to show effect of `optimizeCompa...
2020-12-30 Kai Luo[PowerPC] Remaining KnownBits should be constant when...
2020-12-30 Lang Hames[ORC] Move Orc RPC code into Shared, rename some RPC...
2020-12-30 Stella Laurenzo[mlir][python] Aggressively avoid name collisions in...
2020-12-30 Vitaly Buka[NFC][lsan] Extract PrintResults function
2020-12-30 Vitaly Buka[lsan] Parse suppressions just before leak reporting
2020-12-30 Haowei WuRevert "[llvm-elfabi] Add flag to preserve timestamp...
2020-12-30 Zakk Chen[RISCV] Define vsext/vzext intrinsics.
2020-12-30 LLVM GN Syncbot[gn build] Port 480936e741d
2020-12-30 Yuanfang ChenReland "[NewPM][CodeGen] Introduce CodeGenPassBuilder...
2020-12-30 LLVM GN Syncbot[gn build] Port 16c8f6e9134
2020-12-30 Yuanfang ChenRevert "Reland "[NewPM][CodeGen] Introduce CodeGenPassB...
2020-12-30 Mehdi AminiFix DRR pattern when attributes and operands are interl...
2020-12-29 Chris Morin[MLIR] Make ComplexType buildable if its element type...
2020-12-29 LLVM GN Syncbot[gn build] Port 21314940c48
2020-12-29 Yuanfang ChenReland "[NewPM][CodeGen] Introduce CodeGenPassBuilder...
2020-12-29 Haowei Wu[llvm-elfabi] Add flag to preserve timestamp when outpu...
2020-12-29 Peter CollingbourneCrashReason: Add MTE tag check faults to the list of...
2020-12-29 Jacques Pienaar[mlir] Add error message when failing to add pass
2020-12-29 Siddharth Krishna[mlir][Python] Add an Operation.name property
2020-12-29 Stella Laurenzo[mlir][python] Add Operation.verify().
2020-12-29 Vitaly Buka[NFC][lsan] Add nested leak in test
2020-12-29 Vitaly Buka[NFC][sanitizer] Add SortAndDedup function
2020-12-29 Vitaly Buka[NFC][sanitizer] Simplify InternalLowerBound
2020-12-29 Vitaly Buka[tsan] Remove stdlib.h from dd_interceptors.cpp
2020-12-29 Jacques Pienaar[mlir] Skip empty op-pipelines in inliner textual opt...
2020-12-29 Andrew Litteken[IROutliner] Adding OptRemarks to the IROutliner Pass
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyTerminatorOnSelect() to...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyCondBranchToCondBranch...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach mergeConditionalStoreToAddress...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach FoldCondBranchOnPHI() to preserve...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SinkCommonCodeFromPredecessors...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach HoistThenElseCodeToIf() to preserve...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyP...
2020-12-29 Roman Lebedev[SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyP...
next