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
2023-04-12
Wang, Xin10
Fix Mem leak in LLVMTargetMachine.cpp
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Jie Fu
[mlir] Remove extra ';' outside of a function (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Oleg Shyshkov
[mlir][bufferization] Make function boundary type conve...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Balázs Kéri
[clang][analyzer] Improve bug reports of StdLibraryFunc...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Nikita Popov
[GVNHoist] Regenerate test checks (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Corentin Jabot
[Clang] Fix crash caused by line splicing in doc comment
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Nikita Popov
[IR] Use switch in Instruction::mayThrow() (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Martin Storsjö
[libcxx] Move the private header __std_stream into...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Martin Storsjö
[libcxxabi] [test] Don't cast a pointer to long, fixing...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Martin Storsjö
[compiler-rt] [test] Remove a leftover XFAIL
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Martin Storsjö
[libcxx] [test] Check for C++ headers before building...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Matthias Springer
[mlir][transform] TrackingListener: Drop mappings of...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Kazu Hirata
Remove forward declarations of llvm::Any
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Wang, Xin10
Add delete to fix resource leak in llc.cpp
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Matthias Springer
[mlir][transform] Better debugging facilites for invali...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Phoebe Wang
[Windows SEH] Fix ehcleanup crash for Windows -EHa
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Max Kazantsev
[Test] Regenerate checks in some tests using auto-updat...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
luxufan
[GVNHoist][NFC] Remove --check-globals in test file
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
luxufan
[GVNHoist][NFC] Regenerate test case
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Matthias Springer
[mlir][transform] Dump match failures in TrackingListener
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Ben Shi
[LoongArch] Optimize multiplication with immediates
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Ben Shi
[LoongArch][NFC] Add tests of multiplication with immed...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Ben Shi
[AVR] Disable post increment load from program memory...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
wren romano
[mlir][sparse] Canonicalizing arguments to genReshapeDs...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Hassnaa Hamdi
Revert "[AArch64][DAGCombiner]: combine <2xi64> add...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Nico Weber
[fuzzer] Fix -Wunreachable-code-aggressive warning...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Rafael Auler
[BOLT] Fix creation of invalid CFG in presence of dead...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-12
Jonas Devlieghere
[lldb] Parse the crashlog only once
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Lang Hames
[ORC] Fix fallout from switch to _objc_map/load_images...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Chia-hung Duan
[scudo] Temporariy dispatch region from `RegionBeg`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vitaly Buka
[test][lsan] Reset pointer to leak memory
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Aart Bik
[mlir][sparse][gpu] put sparse compiler GPU end-to...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vitaly Buka
[lsan] Regression test for 7d328668691a
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Caslyn Tonelli
[libc] Fix typo in gnu_ext.td
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Ziqing Luo
[-Wunsafe-buffer-usage] Match unsafe pointers being...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Jonas Devlieghere
[lldb] Parse image high address from JSON crashlogs
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Fangrui Song
[bazel] Disable layering_check for llvm/unittests:mi_te...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Emilia Dreamer
[clang-format] Don't modify template arguments on the...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
OCHyams
Revert (4) "[Assignment Tracking] Enable by default"
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Devajith V S
[mlir][matchers] Add m_Op(StringRef) and m_Attr matchers
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Caslyn Tonelli
[libc] Add memmem implementation
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Caroline Tice
[PATCH][lldb] Fix dereference of null pointer.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
OCHyams
Reapply (3) "[Assignment Tracking] Enable by default"
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Mircea Trofin
[mlgo] Fix the help message for interactive mode defaul...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Alexey Bataev
[SLP][NFC]Introduce ShuffleCostEstimator and adjustExtr...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Congcong Cai
[clang-tidy] support nested inline namespace in c+...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vlad Serebrennikov
[clang] Add test for CWG1837
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vlad Serebrennikov
[clang] Add test for CWG2007
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vlad Serebrennikov
[clang] Add test for CWG2370
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Craig Topper
[RISCV] Add segment load/store to getTgtMemIntrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Vitaly Buka
[hwasan] Don't require untagged pointer in __hwasan_tag...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Caslyn Tonelli
[libc] Fix swab placement
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nitin John Raj
[RISCV][Tablegen] Make VLXSched and VSXSched classes...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nitin John Raj
[RISCV][Tablegen] Remove LMUL from ReadVLDX, ReadVSTX...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Alex Langford
[lldb] Change return type of EventData::GetFlavor
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Valentin Clement
[mlir][openacc] Relax the single block constraint on...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Craig Topper
[RISCV] Print a better error message when a rv32 CPU...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Craig Topper
[RISCV] Remove getCPUFeaturesExceptStdExt.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Matthew Voss
[PS4][clang] Pass -flto-jobs argument to orbis-ld
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
OCHyams
[Assignment Tracking] Trunc fragments for stores to...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
OCHyams
[Assignment Tracking][SROA] Don't un-poison dbg.assigns...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Simon Pilgrim
[X86] widen-load-of-small-alloca tests - use X86 check...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Florian Hahn
[LV] Use std::make_optional to fix build failure after...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Mark de Wever
[libc++][format] Mark range formaters as complete.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Louis Dionne
[libc++][NFC] Update precondition comments when testing...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Mark de Wever
[libc++][format] Improves tests.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Mark de Wever
[libc++][CI] Prepares building C++ modules.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Mark de Wever
[libc++] Formats the sytem_error headers.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
OCHyams
[Assignment Tracking] Fix replaceVariableLocationOp...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Quinn Dawkins
[mlir][linalg] Enable propagation of pack/unpack ops...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Michael Liao
[InstCombine] Teach alloca replacement to handle `addrs...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Felix Schneider
[mlir][MemRef] fix error message in ReinterpretCastOp...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Akash Banerjee
[MLIR][OpenMP] Add conversion support from FIR to LLVM...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Alex Zinenko
[mlir] fix a crash in linalg.generic parser
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Akash Banerjee
[Flang][OpenMP] Add Fortran lowering support for Target...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Alex Zinenko
[mlir] make transform interpreter debug spew less verbose
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Akash Banerjee
[MLIR][OpenMP] Added map clause support for Target
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Ellis Hoag
[InstrProf] Temporal Profiling
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nikita Popov
[Attributor] Name instructions in tests (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Anna Thomas
[GuardUtils] Add asserts about loop varying widenable...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nikita Popov
[Transforms] Convert some tests to opaque pointers...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Florian Hahn
[VPlan] Allow building a VPlan to may fail.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nikita Popov
[FunctionAttrs] Add cleanuppad test (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Joe Nash
[AMDGPU] NFC. Clean up check prefixes in fcmp test
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Balaji V. Iyer
[mlir][math] Expand math.ceilf to truncate, compares...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
David Green
[ARM] Increase the Scalarized cost of masked gather...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Amaury Séchet
[DAG] Peek through zext/trunc when matching (or (and...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Tue Ly
[libc][math] Update range reduction step for log2f...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Congcong Cai
[NFC] format llvm/lib/Target/WebAssembly/AsmParser
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nicolas Vasilache
[mlir][Linalg] NFC - Improve debug messages around...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Simon Pilgrim
[X86] Remove unnecessary OneUse limit from combineToExt...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Amaury Séchet
[NFC] Add test cases for D147827
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Amaury Séchet
[NFC] Autogenerate CodeGen/X86/and-or-fold.ll .
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Felipe de Azevedo...
[DbgHistoryCalculator] Improve debug messages
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
skc7
[AMDGPU][NFC] Regenerate test checks for sub.ll
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Guillaume Chatelet
[libc] remove unsupported GCC attribute
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Nico Weber
Revert "[X86][mem-fold] Speed up test by not re-generat...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Guillaume Chatelet
[libc][NFC] Use new approach based on types to code...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Sjoerd Meijer
Recommit "[AArch64][TTI] Cost model FADD/FSUB/FNEG""
commit
|
commitdiff
|
tree
|
snapshot
2023-04-11
Igor Kirillov
[CodeGen] Add Pre-commit tests for D146988
commit
|
commitdiff
|
tree
|
snapshot
next