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-29
Amara Emerson
[AArch64][GlobalISel] Make some vector G_SMULH/G_UMULH...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Andrzej Warzynski
[Flang] Fix failing plugin tests
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Pavel Labath
[lldb/gdb-remote] Remove last_stop_packet_mutex
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Krasimir Georgiev
[Bazel] fix for aa53785f23b2b89a9a423af131697b1f7c92869f
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
David Spickett
[libcxx] Run u16string tests for gdb pretty printers
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Simon Moll
[VP] Vector predicated vector splice intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Sven van Haastregt
[OpenCL] Fix as_type3 invalid store creation
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Eric Schweitz
[fir][NFC] Rename operand of ArrayCoorOp
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Stefan Gränitz
[ORC][examples] Port LLJITWithRemoteDebugging to Simple...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Lang Hames
[ORC-RT] Add target dependencies to ORC-RT regression...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Lang Hames
[JITLink][MachO][x86-64] Add support for splitting...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Jinsong Ji
[AIX] Enable PGO without LTO
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
hsmahesha
[AMDGPU] Do not internalize ASan device library functions.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
LLVM GN Syncbot
[gn build] Port c07f7099690e
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Sterling Augustine
Revert "Recommit "[AArch64] Split bitmask immediate...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Itay Bookstein
[SelectionDAG] Fix incorrect condition for shift amount...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Jinsong Ji
[AIX] Change the linkage of profiling counter/data...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Lang Hames
[JITLink][MachO][arm64] Add support for splitting compa...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Jessica Paquette
[AArch64][GlobalISel] Run overlapping_and after legaliz...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Teresa Johnson
Clean up large copies of binaries copied into temp...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Arthur Eubanks
[test] Specify triple in backend-attribute-error-warnin...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Jessica Paquette
[GlobalISel] Combine mulo x, 2 -> addo x, x
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Michael Jones
[libc] Add support for 128 bit ints in limits.h
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Nico Weber
[clang] Let PPCallbacks::PragmaWarning() pass specifier...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Fred Grim
fixes bug #51926 where dangling comma caused overrun
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Vitaly Buka
[NFC][sanitizer] Return StackDepotStats by value
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Sean Silva
[mlir][Python] Fix lifetime of ExecutionEngine runtime...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur Eubanks
Reland [clang] Rework dontcall attributes
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Rob Suderman
[mlir][tosa] Add i32 to supported quantized type
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Shoaib Meenai
[CodeGen] Fix wrapping personality symbol on ARM
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Stuart Ellis
Flang OpenMP Report Plugin
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
bakhtiyar
Remove unnecessary async group creates and awaits.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
bakhtiyar
Rename target block size to min task size for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur Eubanks
Revert "[clang] Rework dontcall attributes"
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur Eubanks
Revert "[test] Pin some RUN lines in optimization-remar...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Amy Zhuang
[mlir] Unroll-and-jam loops with iter_args.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Louis Dionne
[libc++] Simplify std::ranges::subrange
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur Eubanks
[test] Pin some RUN lines in optimization-remark.c...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur Eubanks
[clang] Rework dontcall attributes
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Siva Chandra...
[libc] Add implementations of the C standard condition...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Sanjay Patel
[InstCombine] reduce redundant code for shl-binop folds
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Sanjay Patel
[InstCombine] add multi-use tests for shl folds; NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Fangrui Song
[LTO] Avoid repeated Triple construction. NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
thomasraoux
[mlir] Fix bug in FoldSubview with rank reducing subview
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Lang Hames
[llvm-jitlink] Add -slab-page-size to tests that need it.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Louis Dionne
[libc++] Clarify the name of Lit features related to...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
serge-sans...
Fix memcpy-nobuiltin.c test case
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Nikita Popov
Revert "Improve the effectiveness of BDCE's debug info...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Anna Thomas
Add profile count. Regenerate check lines. NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
wlei
[llvm-profgen] Strip context to support non-CS profile...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
serge-sans...
Simplify handling of builtin with inline redefinition
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Leonard Chan
[llvm][profile] Add padding after binary IDs
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Aaron Ballman
Revert "Add support for `NOLINTBEGIN` ... `NOLINTEND...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Sanjay Patel
[InstCombine] add/move tests for shl with binop; NFC
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Akira Hatanaka
[docs ]Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Kevin Athey
Revert "Simplify handling of builtin with inline redefi...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Artem Belevich
[CUDA] Move CUDA SDK include path further down the...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Vitaly Buka
[NFC][sanitizer] Clang-format some code
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Siva Chandra...
[libc] Add FE_DFL_ENV and handle it in fesetenv.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Gareev
[Polly] Check the properties of accesses to operands...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Jozef Lawrynowicz
[MSP430][Clang] Remove support for -mmcu=msp430
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
David Blaikie
DebugInfo: Use sugared function type when emitting...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Lang Hames
[llvm-jitlink] Add a -slab-page-size option to override...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Lang Hames
[MCJIT] Mark test-global-ctors as UNSUPPORTED on Darwin...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Michael Jones
[libc][NFC] Make strchr and strrchr more consistent
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Adrian Prantl
Improve the effectiveness of BDCE's debug info salvaging
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Adrian Prantl
Improve the effectiveness of ADCE's debug info salvaging
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Adrian Prantl
Add salvageDebugInfo support for truncating/extending...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Paul Robinson
[TargetLibraryInfo] Pick new/delete calls by target
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Simon Pilgrim
[CostModel][X86] Add SSE2/AVX1/AVX512BW test coverage...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Yuanfang Chen
Diagnose -Wunused-value based on CFG reachability
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Fangrui Song
[llvm-objdump] Fix -R display and support ET_EXEC
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[InstCombine] Fold ptrtoint(gep i8 null, x) -> x
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[ConstantFolding] Fold ptrtoint(gep i8 null, x) -> x
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[InstCombine][ConstantFold] Baseline tests for ptrtoint...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[NFC][clang] Add a CHECK lines to tests checking offset...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[NFC] Add a comment to member-function-pointer-calls.cpp
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
Drop REQUIRES: arm-registered-target from an IR-only...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[UpdateTestChecks][NFC] Drop a python2 workaround
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
Fix incorrect GEP bitwidth in areNonOverlapSameBaseLoad...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[update_llc_test_checks.py] Fix MIPS ASM regex for...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Alex Richardson
[update_llc_test_checks] Baseline test for D100027
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Arthur O'Dwyer
[libc++] [compare] Rip out more vestiges of *_equality...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Lebedev
[X86][Costmodel] Load/store i16 Stride=6 VF=16 interlea...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Lebedev
[X86][Costmodel] Load/store i16 Stride=6 VF=8 interleav...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Lebedev
[X86][Costmodel] Load/store i16 Stride=6 VF=4 interleav...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Lebedev
[X86][Costmodel] Load/store i16 Stride=6 VF=2 interleav...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
wlei
[llvm-profgen][CSSPGO] On-demand function size computat...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
wlei
[llvm-profgen] On-demand symbolization
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Quinn Pham
[PowerPC] FP compare and test XL compat builtins.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Kazu Hirata
[SystemZ] Remove redundant declaration SystemZMnemonicS...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Roman Lebedev
Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_D...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Dmitry Vyukov
tsan: print a meaningful frame for stack races
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Dmitry Vyukov
tsan: fix tls_race3 test on darwin
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Valentin Clement
[fir][NFC] Rename operand of EmboxOp
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Andrew Turner
[lldb] [unittests] Fix building the FreeBSD arm64 Regis...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Dmitry Vyukov
tsan: fix cur_thread alignment
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Michał Górny
[lldb] [DynamicRegisterInfo] Refactor SetRegisterInfo()
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
David Green
[ARM] Delay reverting WLS in arm-block-placement
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Erich Keane
Fix missing return from 9324cc2ca951fe5fe11c85470cb08e6...
commit
|
commitdiff
|
tree
|
snapshot
next