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
2020-12-31
Juneyoung Lee
Add tests for D93943 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Andrew Litteken
[IRSim] Letting gep instructions be legal for similarit...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Nuno Lopes
remove pessimizing moves (reported by gcc 10)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Juneyoung Lee
[CodeGen] recognize select form of and/ors when splitti...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Juneyoung Lee
[SCEV] recognize logical and/or pattern
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Atmn
[Clang][Misc] Change run line in fragile test
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Andrew Litteken
[IROutliner] Adding consistent function attribute merging
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[ThinLTO] Default -enable-import-metadata to false
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[MemorySSA, BPF] Use isa instead of dyn_cast (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[CodeGen] Construct SmallVector with iterator ranges...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[llvm-objcopy] Use llvm::erase_if (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[ThinLTO][test] Specify -enable-import-metadata to...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[ThinLTO][test] Add visibility related tests
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Dávid Bolvanský
[InstCombine] Transform (A + B) - (A & B) to A | B...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Dávid Bolvanský
[NFC] Added/adjusted tests for PR48604; second pattern
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Dávid Bolvanský
[InstCombine] Transform (A + B) - (A | B) to A & B...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Dávid Bolvanský
[NFC] Added tests for PR48604
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Bogdan Graur
Revert "[LoopDeletion] Allows deletion of possibly...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Bogdan Graur
Revert "[ThinLTO][test] Add visibility related tests"
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Nuno Lopes
LangRef: fix significand bits of fp128
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[sanitizer] Include fstab.h on glibc/FreeBSD/NetBSD...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[test] Add {{.*}} to make ELF tests immune to dso_local...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[test] Fix -triple and delete UNSUPPORTED: system-windows
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Juneyoung Lee
Update inselt tests at llvm/test/Analysis to have poiso...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Stella Laurenzo
[mlir][python] Fix python extension building on windows.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Stella Laurenzo
[mlir][python] Tweaks to make python extensions packaga...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Thorsten Schütt
[lld/mac] fix typo
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Luo, Yuanke
Support tilezero intrinsic and c interface for AMX.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[CodeGenModule] Set dso_local for Mach-O GlobalValue
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[test] Add {{.*}} to make tests immune to dso_local...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Monk Chiang
[RISCV] Define vector single-width type-convert intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Monk Chiang
[RISCV] Define vector narrowing type-convert intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Monk Chiang
[RISCV] Define vector widening type-convert intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Monk Chiang
Add intrinsic testcase for some missing widening reduction.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Vitaly Buka
[lsan] Ignore inderect leaks referenced by suppressed...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[X86] Don't fold negative offset into 32-bit absolute...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Atmn Patel
[LoopDeletion] Allows deletion of possibly infinite...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Nico Weber
[lld/mac] Add -adhoc_codesign / -no_adhoc_codesign...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[Analysis] Remove unused code recursivelySimplifyInstru...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[PGO] Use isa instead of dyn_cast (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Kazu Hirata
[ARM] Declare Op within an if statement (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[ThinLTO][test] Add visibility related tests
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[TargetMachine] Drop implied dso_local for definitions...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[test] Add explicit dso_local to definitions in ELF...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-31
Fangrui Song
[LowerEmuTls] Copy dso_local from <var> to __emutls_v...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[test] Add explicit dso_local to definitions in ELF...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Lang Hames
[ORC] Remove some stale debugging output.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[RISCV][test] Add explicit dso_local to definitions...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[SystemZ][test] Add explicit dso_local to definitions...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[ARM][test] Add explicit dso_local to definitions in...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[AArch64][test] Add explicit dso_local to definitions...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[test] Fix linux-preemption.ll
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[X86][test] Add explicit dso_local to definitions in...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Jacques Pienaar
Avoid using /dev/null in test
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Terry Wilmarth
[OpenMP] libomp: Handle implicit conversion warnings
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Brandon Bergren
[PowerPC] Add addtional test that retroactively catches...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Siva Chandra...
[libc][NFC] Use ASSERT_FP_EQ to compare nan values...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Roman Lebedev
[LoopIdiom] 'left-shift until bittest': don't forget...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Roman Lebedev
[SimplifyCFG] Teach SwitchToLookupTable() to preserve...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Roman Lebedev
[SimplifyCFG] Teach switchToSelect() to preserve DomTree
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Roman Lebedev
[SimplifyCFG] Teach SimplifyBranchOnICmpChain() to...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Craig Topper
[RISCV] Cleanup some V intrinsic names used in tests...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[update_llc_test_checks] Support Windows .seh_proc...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Sanjay Patel
[LoopUtils] reduce FMF and min/max complexity when...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Sanjay Patel
[LoopVectorizer] add test to show wrong FMF propagation...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[update_llc_test_checks] Support .Lfunc$local for x86...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Nico Weber
[gn build] Switch copy_bundle_data from pax to cpio
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Yuanfang Chen
Fix `LLVM_ENABLE_MODULES=On` build
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Jacques Pienaar
[mlir] Add option to read reproducer options from file
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[PowerPC][test] Add explicit dso_local to definitions...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Max Moroz
[compiler-rt] FuzzedDataProvider: Add PickValueInArray...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Andrew Litteken
[IROutliner] Adding option to enable outlining from...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[CMake][tsan] Remove --sysroot=.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[ELF] Drop '>>> defined in ' for locations of linker...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Nicolas Vasilache
[mlir] Fix indexing of first offset operand in ops...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Nicolas Vasilache
[mlir] NFC - Fix SubViewOp printing
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Sanjay Patel
[SLP] add fadd reduction test to show broken FMF propag...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Bogdan Graur
Fixes warning 'enumeration value not handled in switch'.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Sanjay Patel
[IR] remove 'NoNan' param when creating FP reductions
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
Remove functions from *-inseltpoison.ll tests if unnece...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Wang, Pengfei
[X86][AMX] Fix compilation warning introduced by 981a0bd8.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
clang-format, address warnings
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
Use unary CreateShuffleVector if possible
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Alexander Belyaev
[mlir] Fix a typo MemRefType -> UnrankedMemRefType
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Marek Kurdej
[libc++] [docs] Mark contract-related papers as removed...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
[SimplifyCFG] Add tests for select form and/or for...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
[ConstraintElimination] Add support for select form...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
zhanghb97
[mlir][Python] Initial Affine Map Python Bindings.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Luo, Yuanke
[X86] Refactor AMX test case, remove unnecessary code.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
Move -fno-semantic-interposition dso_local logic from...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Andrew Litteken
[IROutliner] Adding support for swift errors in the...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Andrew Litteken
Revert "[IROutliner] Adding support for swift errors"
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Andrew Litteken
[IROutliner] Adding support for swift errors
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Juneyoung Lee
[ConstraintElimination] Add tests for select form and...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Siva Chandra...
[libc] Add implementations of rounding functions which...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Luo, Yuanke
[X86] Add x86_amx type for intel AMX.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Fangrui Song
[X86][test] Improve global address offset folding tests
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Craig Topper
[Verifier] Remove declaration of method that was remove...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-30
Haowei Wu
[llvm-elfabi] Add flag to preserve timestamp when outpu...
commit
|
commitdiff
|
tree
|
snapshot
next