platform/upstream/llvm.git
2022-04-04 Martin Sebor[SimplifyLibCalls] Move handling of constant char earli...
2022-04-04 Valentin Clement[flang][NFC] Add tests for array-value-copy pass with...
2022-04-04 Martin Sebor[SimplifyLibCalls] Fold memchr() with size 1
2022-04-04 Martin Sebor[InstCombine] Add additional memchr test (NFC)
2022-04-04 Florian Hahn[VPlan] Remember previous loop and reset vector loop.
2022-04-04 Nikita Popov[MemCpyOpt] Work around PR54682
2022-04-04 Nikita Popov[Float2Int] Make sure dependent ranges are calculated...
2022-04-04 Jean Perier[flang] Fold instantiated PDT character component lengt...
2022-04-04 Valentin Clement[flang][NFC] Add tests for fir.address_of
2022-04-04 Fangrui Song[ELF][test] Fix RUN lines in lto/sample-profile.ll
2022-04-04 Min-Yih Hsu[M68k] Adopt VarLenCodeEmitter for shift / rotate instr...
2022-04-04 Min-Yih Hsu[M68k][test] Remove redundant CHECK-LABEL directive
2022-04-04 Yuanfang ChenReland "[lit] Use sharding for GoogleTest format"
2022-04-04 Argyrios Kyrtzidis[Support/BLAKE3] CMake: Remove the workaround that...
2022-04-04 Augie FacklerAttributorAttributes: guard against TLI being nullptr
2022-04-04 Augie FacklerCallBase: fix getFnAttr so it also checks the function
2022-04-04 Philip Reames[LV] Handle non-integral types when considering interle...
2022-04-04 Philip Reames[memcpyopt] Restructure store(load src, dest) form...
2022-04-04 Yuanfang ChenRevert "[lit] Use sharding for GoogleTest format"
2022-04-04 Yuanfang Chen[lit] Use sharding for GoogleTest format
2022-04-04 Xiang1 ZhangCorrect spelling error in TLS-Load-Hoist
2022-04-03 Dávid BolvanskýRevert "[NFCI] Regenerate SROA/LoopVectorize test checks"
2022-04-03 Dávid Bolvanský[NFCI] Regenerate SROA test checks
2022-04-03 Dávid Bolvanský[NFCI] Regenerate PhaseOrdering test checks
2022-04-03 Dávid Bolvanský[NFCI] Regenerate LoopIdiomRecognize test checks
2022-04-03 Nico WeberRevert "[GH54588]Fix ItaniumMangler for NTTP unnamed...
2022-04-03 David Green[AArch64] Remove unsued WideningBaseCost. NFC
2022-04-03 Louis Dionne[libc++] Remove unused <iosfwd> include from <__debug>
2022-04-03 Dávid Bolvanský[NFCI] Regenerate LoopVectorize test checks
2022-04-03 Kazu Hirata[IR] Remove unused forward declarations (NFC)
2022-04-03 Dávid Bolvanský[NFCI] Regenerate instsimplify test checks
2022-04-03 Louis Dionne[libc++][NFC] Fix weird indentation in test
2022-04-03 Vladislav Khmelevsky[BOLT] AArch64: Read all static relocations
2022-04-03 Kiran ChandramohanRevert "[Flang][OpenMP] Add semantic check for OpenMP...
2022-04-03 Luboš Luňák[lldb][gui] underline the current token
2022-04-03 Luboš Luňák[lldb][gui] use symbolic names rather than hardcoded...
2022-04-03 Luboš Luňák[lldb][gui] fix background of syntax-highlighted non...
2022-04-03 Luboš Luňák[lldb][gui] draw highlight for selected line even if...
2022-04-03 Kazu HirataRevert "Apply clang-tidy fixes for readability-redundan...
2022-04-03 LLVM GN Syncbot[gn build] Port e476df5629ee
2022-04-03 Nikolas Klauser[libc++][ranges] Implement ranges::max
2022-04-03 Kazu HirataApply clang-tidy fixes for readability-redundant-declar...
2022-04-03 Kazu HirataApply clang-tidy fixes for readability-redundant-member...
2022-04-03 Danny Mösch[clang-tidy] Add release notes for changes made in...
2022-04-03 Valentin Clement[flang][NFC] Add tests for fir.array_modify in array...
2022-04-03 Valentin Clement[flang][NFC] Add more test cases for the array-value...
2022-04-03 Valentin Clement[flang][NFC] Add tests for fir.is_present
2022-04-03 Valentin Clement[flang] Add global and global box initialization tests
2022-04-03 Valentin Clement[flang][NFC] Add tests for select constructs
2022-04-03 Hirochika MatsumotoReapply "[InstSimplify][NFC] Add baseline tests for...
2022-04-03 Louis Dionne[libunwind] Add missing licenses in test files
2022-04-03 Dávid Bolvanský[NFCI] Fixed missing colon in CHECK directives - part 2
2022-04-03 Iain Sandoe[C++20][Modules] Fix a testcase warning on Windows...
2022-04-03 Dávid Bolvanský[NFCI] Fixed missing colon in CHECK directives
2022-04-03 Simon Pilgrim[X86] lowerShuffleAsRepeatedMaskAndLanePermute - allow...
2022-04-03 Alexander Shaposhnikov[InstCombine] Fold srem(X, PowerOf2) == C into (X ...
2022-04-03 Alexander Shaposhnikov[InstCombine][NFC] Add baseline tests for folds of...
2022-04-02 Sanjay Patel[InstCombine] limit icmp fold with sub if other sub...
2022-04-02 Sanjay Patel[InstCombine] fold fcmp with lossy casted constant...
2022-04-02 Groverkss[MLIR][Presburger] Use PresburgerSpace in SetCoalescer
2022-04-02 Roman Lebedev[InstCombine] Fold `(X | C2) ^ C1 --> (X & ~C2) ^ ...
2022-04-02 Roman Lebedev[NFC][InstCombine] Autogenerate check lines in a test...
2022-04-02 Roman Lebedev[NFC][InstCombine] Add some tests for `(X | C2) ^ C1...
2022-04-02 Martin Storsjö[Support] [BLAKE3] Fix compilation with CMAKE_OSX_ARCHI...
2022-04-02 Martin Storsjö[Support] [BLAKE3] Remove .hidden directives from windo...
2022-04-02 Florian Hahn[VPlan] Set VPlan header block name to vector.body.
2022-04-02 Groverkss[MLIR][Presburger][NFC] Rename getCompatibleSpace to...
2022-04-02 Walter Erquinigo[trace][intel pt] Handle better tsc in the decoder
2022-04-02 Hirochika MatsumotoRevert "[InstSimplify][NFC] Add baseline tests for...
2022-04-02 Hirochika Matsumoto[InstSimplify][NFC] Add baseline tests for folds of...
2022-04-02 Florian Hahn[ConstraintElimination] Move logic to build worklist...
2022-04-02 tyb0807[Driver][AArch64] Split up aarch64-cpus.c tests further
2022-04-02 tyb0807[AArch64] Avoid scanning feature list for target parsing
2022-04-02 tyb0807[AArch64] Default HBC/MOPS features in clang
2022-04-02 Ron LiebermanRevert "[AMDPU][Sanitizer] Refactor sanitizer options...
2022-04-02 Groverkss[MLIR][Presburger] Make constructors from PresburgerSpa...
2022-04-02 Ron Lieberman[AMDPU][Sanitizer] Refactor sanitizer options handling...
2022-04-02 Arjun P[MLIR][Presburger] LexSimplex: support is{Redundant...
2022-04-02 Arjun P[MLIR][Presburger] Make the SimplexBase constructor...
2022-04-02 wanglei[LoongArch] Fix instruction definition
2022-04-02 Serge PavlovRemove duplicate code from wouldInstructionBeTriviallyDead
2022-04-02 Tobias Hieta[lld][COFF] Fix TypeServerSource lookup on GUID collisions
2022-04-02 River Riddle[mlir] Allow for using OpPassManager in pass options
2022-04-02 River Riddle[mlir:PassOption] Rework ListOption parsing and add...
2022-04-02 Nikolas Klauser[libc++] Canonicalize the ranges results and their...
2022-04-02 Brad Smith[clang][Sparc] Enable IAS on the remaining OS's
2022-04-02 Luo, Yuanke[X86][AMX] enable amx cast intrinsics in FE.
2022-04-02 Siva Chandra... [libc][NFC] Do not call mmap and munmap from thread...
2022-04-02 Arthur Eubanks[cmake] Remove LLVM_USE_NEWPM option
2022-04-02 jacquesguan[mlir][Vector] Add constant folder for extractelement.
2022-04-02 Jake Egan[AIX] XFAIL tests because of no big archive writer...
2022-04-02 jacquesguan[mlir][Vector] Add constant folder for insertelement.
2022-04-02 Craig Topper[RISCV] Add lowering for vp.fptoui and vp.uitofp.
2022-04-02 Jonas Devlieghere[lldb] Remove remaining calls to DataBufferLLVM::GetChars
2022-04-02 Jonas Devlieghere[lldb] Return a DataBuffer from FileSystem::CreateDataB...
2022-04-02 Owen Pan[clang-format] Fix a crash in qualifier alignment
2022-04-02 Maksim Panchenko[BOLT][test] Fix AArch64 cross-platform tests
2022-04-02 Michael Gottesman[debug-info] As an NFC commit, refactor EmitFuncArgumen...
2022-04-01 Mitch Phillips[NFCI] clang-format SanitizerArgs.cpp
2022-04-01 Jacques Pienaar[mlir] Switch debugString helper to << operator
next