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-20
Jez Ng
[lld-macho] Tweak the names we give to archive members
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Peiming Liu
[mlir][sparse] fix crash when generating coiteration...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[RISCV][WIP] Use vsetvli x0, x0 in more cases.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[RISCV] Pre-commit test case for D148735. NFC
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Peter Klausler
[flang] Relax two !DIR$ IGNORE_TKR error cases with...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Rahul Kayaith
[mlir] Prevent implicit downcasting to interfaces
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Rahul Kayaith
[mlir] Make ElementsAttr inherit from TypedAttr
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Rahul Kayaith
[mlir][arith] Add arith.constant materialization helper
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Alexey Bataev
[SLP][NFC]Add a test with an extra cost of the reused...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Peiming Liu
use heap memory for position buffer allocated for PackOp.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Aaron Ballman
Add documentation for -Wwrite-strings
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Siva Chandra...
[libc] Actually run integration tests.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Michael Jones
[libc] Support constexpr uint initialization
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Doru Bercea
Modify test to explicitely use the size of the mapped...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Noah Goldstein
[LIBC] Implement remainder of posix 'sched.h' minus...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Noah Goldstein
[LIBC] Fix incorrect handling of `pthread_join(tid...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Ramiro Leal...
Add pattern that expands `math.roundeven` into `math...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Sam McCall
[dataflow] Try to fix missing order dependency in HTMLL...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
LLVM GN Syncbot
[gn build] Port 68c3d66a97a0
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Roy Sundahl
[fuzzer][test] Disable big-file-copy.test for everythin...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mark de Wever
[libc++][format] Improves width estimate.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Fangrui Song
[ELF] Cap parallel::strategy to 16 threads when --threa...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mark de Wever
[libc++][doc] Update format status.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Teresa Johnson
[ThinLTO] Remove BlockCount for non partial sample...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Alexander Yermolovich
[dwarfdump][dwarf] Fix parsing of tu-index
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nathan Sidwell
[BOLT] Make BOLT_ENABLE_RUNTIME user-configurable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Doru Bercea
Fix failure with team-wide allocated variable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Simon Pilgrim
[CostModel][X86] Improve i8 and vXi8 MUL costs
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Dimitry Andric
[compiler-rt] Include system headers before optionally...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Ben Langmuir
[clang][modules] Avoid re-exporting PCH imports on...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nick Desaulniers
Reland: [Demangle] replace use of llvm::StringView...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Robert Suderman
[mlir] Expose Arith::ExpandOps options in constructor
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Jan Svoboda
[clang][deps] Print timing information
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Ramiro Leal...
Fix handling of special and large vals in expand patter...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
David Green
[DAG] Retain nuw flags when reassociating adds
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Valentin Clement
[flang][openacc] Support array section with constant...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Dimitry Andric
arm_bf16.td: fix copy/paste typo in comment header
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Alex Bradbury
[doc][RISCV] Add missed release note about vector crypt...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Eric Gouriou
[RISCV] Zvk (vector crypto) specification update to...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Zain Jaffal
[AArch64] Improve fsh(l|r) cost modeling if 3rd arg...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nick Desaulniers
[libcxxabi][demangle] create helper for std::string_vie...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[RISCV] Add an option to emit the Tag_RISCV_arch attrib...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[TableGen] Remove BitsRecTy::typeIsA override. NFC
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
AdityaK
Instructions to run libc++ test suite
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
David Green
[AArch64] Additional hadd/rhadd tests. NFC
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Fangrui Song
Revert D147493 "[ELF] Cap parallel::strategy to 16...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mikhail R....
[libc] Zero initialize Uint<T>::val
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mahesh Ravishankar
[mlir] Add a utility function to make a region isolated...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Alexey Bataev
[SLP][X86]Fix the cost of reused gathers/buildvectors...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Fangrui Song
[Sema] -Wformat: recognize %lb for the printf/scanf...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Saleem Abdulrasool
Headers: use C++ inline semantics in C++ mode
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mikhail R....
[libc] Make UInt<T> trivially copyable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Florian Hahn
[AArch64] Add extra fshr tests with large types.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Florian Hahn
[AArch64] Add extra fshl tests with large types.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
[Coroutines] Convert tests to opaque pointers (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Tom Stellard
workflows/release-binaries: Install missing dependencies
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Tom Stellard
workflows/release-tasks: Always run apt-get update...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Florian Hahn
[ConstraintElim] Fix integer overflow in getConstraint.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Momchil Velikov
Revert "[AArch64] Fix incorrect `isLegalAddressingMode`"
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Zarko Todorovski
[Clang][AIX] Remove error for -fprofile-instr-generate...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Arjun P
Revert "[mlir][irdl] Add IRDL registration"
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Kristof Beyls
[AArch64] Make stack tagging compatible with SLH
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Momchil Velikov
[AArch64] Fix incorrect `isLegalAddressingMode`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Mathieu Fehr
[mlir][irdl] Add IRDL registration
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Jay Foad
[ConstantFolding] Fix crash when folding vector llvm...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
LLVM GN Syncbot
[gn build] Port 4bc6499f8843
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Aaron Ballman
[C11] Allow casting to an _Atomic-qualified type
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Matt Arsenault
AMDGPU: Fix assertion with multiple uses of f64 fneg...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
OCHyams
Reapply D146987 "[Assignment Tracking] Enable by default"
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikolas Klauser
[libc++][NFC] Remove one apply_cv implementation
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
zhangyi1357
[Clangd] Make the type hint length limit configurable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
OCHyams
[NFC] Return unique dbg intrinsics from findDbgValues...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
[LangRef] Update list of supported constant expressions...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
Revert "[ORC][LLJIT] Use JITLink by default on ELF...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
Reapply [SimplifyCFG][LICM] Preserve nonnull, range...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Andrew Gozillon
[Flang][MLIR] Alter Fir.GlobalOp to print and lower...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Aaron Ballman
[C11] Allow initialization of an atomic-qualified point...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Louis Dionne
[libc++] Adjust D_LIBCPP_ENABLE_ASSERTIONS defines...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Guillaume Chatelet
[libc] use -O3 to compile memory functions
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Tobias Gysi
[mlir][llvm] Improve access group import handling.
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Owen Pan
[clang-format] Hanlde leading whitespaces for JSON...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Momchil Velikov
[FuncSpec] Relax restrictions on candidates for special...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Matt Arsenault
AMDGPU: Really invert handling of enqueued block detection
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
[GVN] Fix metadata combining for non-local loads
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Timm Bäder
[clang][Sema][NFC] Make a bunch of things const if...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Jay Foad
[IR] Remove dead code for unsupported ConstantExpr...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Nikita Popov
[GVN] Add additional metadata combining tests (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Timm Bäder
[clang][Lex][NFC] Use a range for loop in StringLiteral...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Simon Pilgrim
[DAG] SimplifyVCastOp - ensure we select the correct...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Timm Bäder
[clang][Sema][NFC] Use existing TargetInfo local variable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
David Sherwood
[AArch64][CostModel] Make sext/zext free if folded...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Matthias Springer
[mlir][linalg][transform] PackGreedilyOp/TileToForallOp...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
David Spickett
[LLDB] Discard register flags where the size doesn...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Florian Hahn
Recommit "[VPlan] Switch to checking sinking legality...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Martin Dinkov
[MsgPack] Add support for writing binary ELF doc nodes
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[RISCV] Remove VConstraintType enum and getConstraint...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Craig Topper
[RISCV] Let assembler accept vector memory operands...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Viktoriia Bakalova
[clangd] Implement cross reference request for #include...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Haojian Wu
[bazel] Fix the bazel build for the "analysis" target...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Kavitha Natarajan
[Flang][OpenMP] Add support for OpenMP MIN reduction
commit
|
commitdiff
|
tree
|
snapshot
next