projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2021-02-19
Philip Reames
[SCEV] Use both known bits and sign bits when computing...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Marek Kurdej
[libc++] Turn off clang-format for auto-generated versi...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Joel E. Denny
[OpenMP] Fix nvptx CUDA_VERSION conversion
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Joel E. Denny
[OpenMP] Fix always,from and delete for data absent...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Mircea Trofin
[NFC][Regalloc] Share the VirtRegAuxInfo object with...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
madhur13490
Make fixed-abi default for AMD HSA OS
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
David Green
[ARM] Correct vector predicate type in MVE getCmpSelIns...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Jay Foad
[AMDGPU] Add some GFX9 test coverage. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Simon Pilgrim
[DAG] visitTRUNCATE - attempt to truncate USUBSAT
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nicolas Vasilache
[mlir][Linalg] NFC - Expose more options to the Codegen...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Djordje Todorovic
[llvm-dwarfdump][locstats] Unify handling of inlined...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Jan Kratochvil
[lldb/Commands] Fix help text typo for 'breakpoint...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
David Green
Revert "[ARM] Expand the range of allowed post-incs...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Florian Hahn
[LV] Remove VPCallback.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Kadir Cetinkaya
[clangd] Expose absoluteParent helper
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Simon Pilgrim
[X86][SSE] Add tests for trunc(usubsat()) patterns.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nico Weber
[gn build] Port 1a2b3536efef
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Fraser Cormack
[RISCV] Address some clang-tidy warnings. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nikita Popov
[LLD] Fix tests after D96993
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Alexander Belyaev
[mlir][nfc] Fix indentation in LinalgOps.td.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Ron Lieberman
[OPENMP][AMDGCN] Improvements to print_kernel_trace...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Carl Ritson
[AMDGPU] WQM/WWM: Fix marking of partial definitions
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nikita Popov
[DCE] Don't remove non-willreturn calls
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Faris Rehman
[flang][driver] Add debug measure-parse-tree and pre...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Simon Pilgrim
Remove unnecessary "using namespace llvm" inside "names...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Simon Pilgrim
[X86][AVX] getFauxShuffleMask - decode VBROADCAST(EXTRA...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nikita Popov
[IR] Move willReturn() to Instruction
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nikita Popov
[BasicAA] Add simple depth limit to avoid stack overflo...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nicolas Vasilache
[mlir] Add a TensorLoadToMemref canonicalization
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Djordje Todorovic
[docs] Fix the GlobalISel/GenericOpcode.rst
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Wang, Pengfei
[X86] Fix a codegen crash in getSetCCResultType
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Sjoerd Meijer
[AArch64] Add some missing Neoverse features
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Qiu Chaofan
[llvm-exegesis] Ignore instructions using custom inserter
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Qiu Chaofan
[llvm-exegesis] [PowerPC] Add basic LIT test
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
OCHyams
[debuginfo-tests] Recommit test sret.cpp
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
David Green
[NPM][LTO] Do not enable MemorySSA with LoopFullUnrollPass
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Nicolas Vasilache
[mlir] Better support for rank-reducing subview / subte...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Djordje Todorovic
Reland "[Debugify] Make the debugify aware of the origi...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Jason Molenda
LanguageRuntime can provide an UnwindPlan for special...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Aart Bik
[mlir][sparse] assert fail on mismatch between rank...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Craig Topper
[RISCV] Prune unneeded indexed load/store pseudo instru...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Kazu Hirata
[CodeGen] Use range-based for loops (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Kazu Hirata
[Support] Use static_assert instead of assert (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Kazu Hirata
[TableGen] Use ListSeparator (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Christian Sigg
[mlir] Load dynamic libraries in JitRunner from absolut...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Serge Pavlov
[FPEnv][AArch64] Implement lowering of llvm.set.rounding
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
zoecarver
[libc++] shared_ptr deleter requirements (LWG 2802).
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
zoecarver
Mark 2534 as Complete.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Yaxun (Sam...
[HIP] Support device sanitizer
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Lang Hames
[ORC] Print CPU feature string in JITTargetMachineBuild...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Hsiangkai Wang
[RISCV] Remove redundant test cases for index segment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Xun Li
[Coroutine] Relax CoroElide musttail check
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Craig Topper
[RISCV] Split zvlsseg searchable table into 4 separate...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Craig Topper
[RISCV] Enable PrimaryKeyEarlyOut on RISCVVPseudosTable.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Adrian Prantl
Reset the EntryValue location flag in finalizeEntryValue.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Richard Smith
PR49239: Don't take shortcuts when constant evaluating...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Shafik Yaghmour
Revert "Modify TypePrinter to differentiate between...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Shafik Yaghmour
Revert "Fix for Modify TypePrinter to differentiate...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Geoffrey Martin...
Reland "[MLIR] Make structured op tests permutation...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Shilei Tian
[OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Shafik Yaghmour
Fix for Modify TypePrinter to differentiate between...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Mehdi Amini
Fix MLIR Toy tutorial JIT example and add a test to...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Christopher...
[libcxx] adds concept `std::uniform_random_bit_generator`
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Konstantin...
AMDGPU/ELF: Sort MACHs by value and add missing reserve...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Shafik Yaghmour
Modify TypePrinter to differentiate between anonymous...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Vitaly Buka
[android] Fix testing adb call
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Richard Smith
Switch to using LEB encoding for key and data lengths...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Richard Smith
Detect diagnostic groups that are defined in multiple...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Wei Mi
[SampleFDO] Stop repeated indirect call promotion for...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Jing Pu
Add DivOp to the Shape dialect
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Mehdi Amini
Revert "[MLIR] Make structured op tests permutation...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Jonas Devlieghere
[lldb] Check that files exists before handing them...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Matt Arsenault
MIR: Fix parser crash on syntax error on first character
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Michael Kruse
[Polly] Update IslAstInfo::getNodePayload to use isl...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Jianzhou Zhao
[dfsan] Instrument origin variable and function definitions
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Leonard Chan
[llvm][IR] Do not place constants with static relocatio...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Nico Weber
[gn build] assert that goma_dir and sysroot are set...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Hongtao Yu
[CSSPGO] Use callsite sample counts to annotate indirec...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Matt Arsenault
AMDGPU: Add regression testcase for bundle pressure...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Geoffrey Martin...
[MLIR] Make structured op tests permutation invariant
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Petr Hosek
[Coverage] Store compilation dir separately in coverage...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Matt Arsenault
GlobalISel: Merge some AMDGPU ABI lowering code to...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Nikita Popov
[BasicAA] Always strip single-argument phi nodes
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Nicolas Vasilache
[mlir] Fold trivial subtensor / subtensor_insert ops.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Siva Chandra...
[libc] Add implementations of the remaining fenv functions.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Simon Pilgrim
[DAG] getTruncatedUSUBSAT - always truncate operands...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Sterling Augustine
Move a second variable only used in an assert into...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Guozhi Wei
[DAGCombiner] Transform (zext (select c, load1, load2...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
peter klausler
[flang] Extension: forward refs to dummy args under...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Nico Weber
[gn build] kind of merge f020544601
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Vy Nguyen
Implement -bundle_loader
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Sterling Augustine
Move variable only used in an assert into the assert.
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Nikita Popov
[DCE] Add tests for non-willreturn function being remov...
commit
|
commitdiff
|
tree
|
snapshot
next