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-09-22
MaheshRavishankar
[mlir][Linalg] Teach constant -> generic op fusion...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Louis Dionne
[libc++][NFC] Add missing whitespace in <compare>
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
[InstCombine] add one-use check to shift-shift transform
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
[InstCombine] add test for shift-shift with extra use...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Nikita Popov
[JumpThreading] Add test with free instructions (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
River Riddle
[mlir:DataFlowAnalysis] Reprocess the arguments of...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Yi Zhang
Reset operation when canceling root update transaction
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Louis Dionne
[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VAR
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joe Loser
[libc++][test] Remove disable_missing_braces_warning...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Aart Bik
[mlir][sparse] generalize reduction support in sparse...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
[ValueTracking] fix isOnlyUsedInZeroEqualityComparison...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
[Analysis] reduce code for isOnlyUsedInZeroEqualityComp...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Fangrui Song
[ELF][AArch64] Refine and fix the condition when BTI...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joseph Huber
[OpenMP] Fix KeepAlive usage
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
David Blaikie
DebugInfo: Add (initially no-op) -gsimple-template...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Alex Langford
[lldb] Remove IRExecutionUnit::CollectFallbackNames
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
David Green
Mark CFG as preserved in TypePromotion and InterleaveAc...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Erich Keane
Change error for storage-class to mean linkage, fix...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
[Analysis] improve function matching for strlen libcall
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Michael Benfield
Don't diagnose unused but set when the Cleanup attribut...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Tobias Gysi
[mlir][linalg] Fix interchange initialization in fusion...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Hongtao Yu
[llvm-profgen] An option to dump disasm of specified...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Daniil Fukalov
[NFCI][CodeGen, AArch64] Fix inconsistent TargetCostKin...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Aaron Ballman
Add document numbers for the C99 status page.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Arthur Eubanks
[SimplifyCFG] Ignore free instructions when computing...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Siva Chandra...
[libc] Add an implementation of bsearch.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Matt Morehouse
[HWASan] Use a single .weak binding in asm.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Stefan Gränitz
[ORC] DebugObjectManagerPlugin tests can use lli in...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joseph Huber
[OpenMP] Add function tracing debugging to device RTL
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Aart Bik
[mlir][sparse] replace ad-hoc MemRef struct with CRunne...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Craig Topper
[RISCV] Optimize vp.store with an all ones mask to...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Shilei Tian
[NFC] clang-format -i llvm/lib/Frontend/OpenMP/OMPIRBui...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Hongtao Yu
[CSSPGO] Set PseudoProbeInserter as a default pass.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Alexey Bataev
[SLP][NFC]Add a test to show an issue with incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Kazu Hirata
[CodeGen] Remove redundant declaration MIRCanonicalizer...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Stefan Gränitz
[ORC] Re-enable ELF DebugObjectManagerPlugin tests
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Simon Pilgrim
[SLP] getReductionCost - use explicit TTI::TCK_RecipThr...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
hyeongyu kim
[InstCombine] Update InstCombine to use poison instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joe Loser
[libc++] Disallow volatile types in std::allocator
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Shilei Tian
[OpenMP][Offloading] Use bitset to indicate execution...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
hyeongyu kim
[InstCombine] Update InstCombine to use poison instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Louis Dionne
[libc++][NFC] Add link to Discord channel from document...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Teresa Johnson
[Sanitizer] Add Windows header for _mkdir
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Simon Pilgrim
[Target][CodeGen] Remove default CostKind arguments...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
hyeongyu kim
[InstCombine] Update InstCombine to use poison instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[AArch64][SVE] NFC: Move extract_subvector tests around.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joseph Huber
[OpenMP] Make sure the Thread ID function is not removed
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Joseph Tremoulet
[mailmap] Add entry for myself
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[AArch64][SVE] Add extract_subvector patterns for unpac...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Tim Northover
AArch64: use indivisible cmpxchg for 128-bit atomic...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Andrew Ng
[ELF][test] Restore important part of ICF alignment...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Alexey Bataev
[SLP][NFC]Rename function in the test for better matchi...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Stefan Gränitz
[lldb] JITLoaderGDB tests can use lli in ORC greedy...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[SelectionDAG] Add PromoteIntOp_INSERT_SUBVECTOR.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
LLVM GN Syncbot
[gn build] Port 7a320b279d07
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Nico Weber
[gn build] (manually) port f8b1cc365786
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Florian Hahn
[Passes] Run vector-combine early with -fenable-matrix.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
Revert "[InstCombine] fold cast of right-shift if high...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sanjay Patel
Revert "[CodeGen] regenerate test checks; NFC"
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Florian Hahn
[Matrix] Emit assumption that matrix indices are valid.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Martin Storsjö
[lldb] [Windows] Fix continuing from breakpoints and...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
David Green
[ARM] Allow smaller VMOVL in tail predicated loops
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Raphael Isemann
Unbreak module builds by making InstructionWorklist...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Yi Kong
Don't fold (select C, (gep Ptr, Idx), Ptr) if C is...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Florian Mayer
[hwasan] also omit safe mem[cpy|mov|set].
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[SelectionDAG] Make WidenVecRes_Convert work for scalab...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Simon Pilgrim
[LoopVectorize][X86] Add operands to make it more obvio...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Florian Hahn
[VectorCombine] Switch to using a worklist.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sander de Smalen
[AArch64][SVE] Add missing load/store patterns for...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Jay Foad
[AMDGPU] Convert mac/fmac to mad/fma when folding outpu...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Jay Foad
[AMDGPU] Divergence-driven instruction selection for...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
David Green
[ARM] Add additional tests for VMOVL in tail predicated...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: write uptime in mem profile
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: remove stale comment
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: move mem profile initialization into separate...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: include internal allocator info in mem profile
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: make mem profile data more consistent
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: include MBlock/SyncObj stats into mem profile
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: account for mid app range in mem profile
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Sebastian Neubauer
[Utils] Replace llc with cat for tests
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Balázs Kéri
[clang][ASTImporter] Generic attribute import handling...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Florian Hahn
[InstCombine] Move InstCombineWorklist to Utils to...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Diana Picus
[flang] Change complex type define in runtime for clang-cl
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Jonas Devlieghere
[lldb] Add --stack option to `target symbols add` command
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: prepare for trace mapping removal
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: uninline Enable/DisableIgnores
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: reset destination range in Java heap move
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Michael Kruse
[Polly] Add -polly-reschedule and -polly-postopts options.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: enable sse4.2 in tests
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: move errno spoiling reporting into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Dmitry Vyukov
tsan: don't call dlsym during exit
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Chen Zheng
[PowerPC] add testcase for chain commoning; nfc
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Aart Bik
[mlir][sparse] cleanup ABI issues in C interface with...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Shao-Ce SUN
[RISCV][NFC] Fix clang test for vloxei/vluxei
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Louis Dionne
[libc++] Add some missing _LIBCPP_HIDE_FROM_ABI markup
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
David Blaikie
DebugInfo: Don't use preferred template names in debug...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Shao-Ce SUN
[RISCV] add Half-precision test for clang
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Matt Arsenault
AMDGPU: Refactor getWavesPerEU to separate flat workgro...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-22
Chen Zheng
[PowerPC] prepare for udpate form with non-const increment.
commit
|
commitdiff
|
tree
|
snapshot
next