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
2022-10-17
Arthur Eubanks
[NFC][SROA] Update comment to use opaque pointers for...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Volodymyr Sapsai
[ODRHash] Hash `ObjCProtocolDecl` and diagnose discover...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Michael Jones
[libc] add putc, fputc, and putchar
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jacques Pienaar
[mlir][quant] Initial bytecode encoding for quantized...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Maksim Panchenko
[BOLT][NFCI] Avoid calling registerName() twice
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Xiang Li
[NFC] Fix warning on no return after switch.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Artem Belevich
Do not append terminating NUL to the binary string...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Louis Dionne
[libc++] Fix std::function's handling of blocks under...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Joe Loser
[libc++] Fix missing requires clause on variant operator<=>
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Daniel Sanders
[instsimplify] Move (extelt (inselt Vec, Value, Index...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Adrian Prantl
Make sure Target::EvaluateExpression() passes up an...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jeremy Furtek
[mlir][LLVMIR] Update LLVMIR fastmath to use EnumAttr...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Arthur Eubanks
Revert "llvm-reduce: Color output of child processes"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Xiang Li
[HLSL] CodeGen hlsl resource binding.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Arthur Eubanks
[lldb] Print newline between found types
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Christian Kandeler
[clangd] Implement semantic token modifier "definition"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jeremy Furtek
[mlir][ods] Do not print default-valued attributes...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Craig Topper
[RISCV] Add basic support for the sifive-7-series short...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Chia-hung Duan
[scudo] Change region size from 1 MB to 2 MB in tests
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Matthias Braun
ControlHeightReduction: Remove assert check in shouldApply
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[ELF] Inline computeAddend. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Florian Hahn
[ConstraintElim] Use helper to allow overflow for coeff...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[ELF] Move ELFT-agnostic relocation code to processAux
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Renaud Kauffmann
Document for Aliasing analysis in FIR
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[ELF] Move ELFT-agnostic relocation code to processAux...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Han Zhu
[X86] Lower vector interleave into unpck and perm
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Philip Reames
[clang][RISCV] Set vscale_range attribute based on...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Zahira Ammarguellat
Fix LIT test func-attr.c added by https://reviews.llvm...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[ELF] Make relocateAlloc target specific. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Sjoerd Meijer
Recommit "[LoopFlatten] Enable it by default"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Arthur Eubanks
[llvm-reduce] Reduce comdats
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Craig Topper
[TargetLowering][RISCV][Sparc] Don't emit zero check...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Kazu Hirata
[IR] Rename FuncletPadInst::getNumArgOperands to arg_si...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[ELF] Move PPC64 above. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Fangrui Song
[AArch64] Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Sjoerd Meijer
Revert "[LoopFlatten] Enable it by default"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Paul Kirth
[llvm-readobj] Improve JSON output
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nathan Sidwell
[modules] Fix callback argument thinko
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jeff Niu
[mlir] Remove assert from RegionBranchOpInterface verifier
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Mingming Liu
[AArch64]Enhance 'isBitfieldPositioningOp' to find...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Ellis Hoag
[clang] Fix crash with -funique-internal-linkage-names
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Keith Walker
[ARM] Add additional targets to divide tests.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Michał Górny
[lldb] [MainLoopPosix] Fix crash upon adding lots of...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Mark de Wever
[libc++] Adds missing includes.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Alex Zinenko
[mlir] add utilites for DiagnosedSilenceableFailure
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Peixin Qiao
[flang] Fix the trivial type passed as value with bind(C)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nawrin Sultana
[OpenMP] Add upper limit to TPAUSE exponential backoff...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Simon Pilgrim
[DAG] visitShiftByConstant - replace constant detection...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Mingming Liu
[AArch64][NFC]Refactor 'isBitfieldPositioningOp' so...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Alex Zinenko
[mlir] stopgap for incorrect vector.contract lowering
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Sanjay Patel
[VectorCombine] fix crashing on match of non-canonical...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
[BasicAA] Add test for phi of geps of alloca (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nicola Lancellotti
[AArch64] Canonicalize ZERO_EXTEND to VSELECT
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Simon Pilgrim
Remove trailing whitespace. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
Reapply [InstCombine] Switch foldOpIntoPhi() to use...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Simon Pilgrim
[AMDGPU] Add regression test cases reported on D136042
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
[InstSimplify] Only check self-simplify in simplifyInst...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jean Perier
[flang] Add an enum attribute to carry Fortran attributes
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Simon Pilgrim
[AMDGPU] Regenerate bfe-combine.ll and bfe-patterns.ll
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
[InstCombine] Add test for PR58401 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Oleksandr ...
[mlir] fix markdown in VectorOps.td
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Carlos Alberto...
Revert "[llvm-debuginfo-analyzer] (02/09) - Driver...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Ivan Butygin
[mlir][linalg] Fix canonicalizer crash for `linalg...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Tobias Gysi
[mlir][llvm] Add support for importing masked intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Carlos Alberto...
[llvm-debuginfo-analyzer] (02/09) - Driver and document...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Tobias Gysi
[mlir][llvm] Use the tablegen error handling (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Florian Hahn
Revert "Reapply [InstCombine] Switch foldOpIntoPhi...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Peixin Qiao
[flang][OpenMP] Fix the use-associated bug in threadpri...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Sjoerd Meijer
[LoopFlatten] Enable it by default
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nathan Sidwell
[demangler] Simplify OutputBuffer initialization
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
David Spickett
Revert "[llvm] Remove redundaunt typename (NFC)"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
David Spickett
Revert "[lldb] Use std::underlying_type_t (NFC)"
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
David Spickett
[compiler-rt] Relax pthread_getaffinity test to account...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Alexander Belyaev
[mlir] Simplify DestinationStyleOpInterface.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
[BasicAA] Support loop phis in pointsToConstantMemory()
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Nikita Popov
[BasicAA] Add tests for constant memory with loop phi...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jay Foad
[AMDGPU] Common up some generated checks in fnearbyint.ll
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Jean Perier
[flang] Introduce option to lower expression to HLFIR
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Chuanqi Xu
[NFC] Judge if we have std c++ modules in RenderModules...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Max Kazantsev
[Test] Add tests showing that instcombine does not...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Max Kazantsev
[Test][NFC] Regenerate test check using update_tests...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Chuanqi Xu
[C++20] [Coroutines] Add ReleaseNotes about addressing...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Chuanqi Xu
[Coroutines] Don't merge readnone calls in presplit...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-17
Ting Wang
[clang][PowerPC] PPC64 VAArg fix right-alignment for...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Kazu Hirata
[llvm] Use llvm::find (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Florian Hahn
[ConstraintElim] Fix signed integer overflow for inboun...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
rkayaith
[mlir][ods] Support default-valued attributes in option...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Florian Hahn
[ConstraintElim] Replace custom GEP index handling...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Fangrui Song
[CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Fangrui Song
[ELF] Remove RelocationScanner::target. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Kazu Hirata
[clang] Use llvm::find (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Florian Hahn
[ConstraintElim] Support `add nsw` for unsigned preds...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Roman Lebedev
[NFC][X86] Test commit, add test with bad mask vector...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Fangrui Song
[ELF] Move R_TPREL/R_TPREL_NEG check into handleTlsRelo...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Fangrui Song
[ELF] Set DF_STATIC_TLS for AArch64/PPC32/PPC64
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Fangrui Song
[ELF][test] Improve AArch64 TLS IE tests
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Simon Pilgrim
[BPF] Add (failing) testcase for Issue #57872
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Kazu Hirata
[clang] Use std::clamp (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Kazu Hirata
[AMDGPU] Use llvm::any_of (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-10-16
Kazu Hirata
[clang] Use llvm::is_contained (NFC)
commit
|
commitdiff
|
tree
|
snapshot
next