platform/upstream/llvm.git
2022-08-24 Usman Nadeem[AArch64][DAGCombine] Fix a bug in performBuildVectorCo...
2022-08-24 Mircea Trofin[mlgo] Use TFLite for 'development' mode.
2022-08-24 Zequan Wu[LLDB] Clean up after command fails
2022-08-24 Philip Reames[RISCV] Remove cttz/ctlz cost model coverage for the...
2022-08-24 Akira Hatanaka[compiler-rt][builtins] Add compiler flags to catch...
2022-08-24 Sami TolvanenKCFI sanitizer
2022-08-24 Philip Reames{RISCV] Backout cttz/ctlz instruction costs
2022-08-24 Rob Suderman[mlir][tosa] Add constant folding for tosa.slice
2022-08-24 Craig Topper[RISCV] Pre-commit tests for D132614. NFC
2022-08-24 Jonathon Penix[Flang] Enable lowering of CONVERT specifier in OPEN...
2022-08-24 Rob Suderman[mlir][tosa] Added folders for tosa.add
2022-08-24 Philip Reames[RISCV] Add empirical costs for bswap/bitreverse/ctpop...
2022-08-24 Philip Reames[RISCV] Add cost model coverage for integer bitmanip...
2022-08-24 Benjamin Kramer[AST] Use std::apply to pop front of tuples. NFCI.
2022-08-24 Sanjay Patel[InstCombine] use isa instead of dyn_cast for unused...
2022-08-24 Daniel Bertalan[lld-macho][test] Check addresses in flat-namespace...
2022-08-24 Michael Kruse[flang] Fix msvc 17.3 build.
2022-08-24 Pirama Arumuga... [lldb] Remove obsolete Android-specific definitions
2022-08-24 LLVM GN Syncbot[gn build] Port 91389000abe8
2022-08-24 Adrian Vogelsgesang[LLDB] Add data formatter for std::coroutine_handle
2022-08-24 Jan Svoboda[clang][modules] Consider M affecting after mapping...
2022-08-24 Philip Reames[RISCV] Add empirically measured vector sqrt intrinsic...
2022-08-24 Philip Reames[RISCV] Add cost model coverage for floating point...
2022-08-24 Uday Bondhugula[MLIR] Generalize/complete getEnclosingAffineForIfOps...
2022-08-24 Jonas Devlieghere[lldb] Remove unused functions in ObjectContainer ...
2022-08-24 Philip Reames[RISCV] Add vector fabs intrinsic costs
2022-08-24 V Donaldson[flang] Noncontiguous formats
2022-08-24 Ilia Diachkov[SPIRV] support builtin functions
2022-08-24 Peter CooperAdd MachO MH_FILESET support to objdump
2022-08-24 Saleem AbdulrasoolRISCV: permit unaligned nop-slide padding emission
2022-08-24 Cameron McInally[GlobalOpt] Bail out of GlobalOpt SROA if a Scalable...
2022-08-24 Sanjay Patel[InstCombine] reduce disguised mul+add factorization
2022-08-24 Sanjay Patel[InstCombine] add tests for add with not-of-mul common...
2022-08-24 Eli FriedmanExclude check-polly-unittests and check-polly-isl from...
2022-08-24 Chris Bieneman[HLSL] Entry functions require param annotation
2022-08-24 Ye Luo[libomptarget][amdgpu] enable tests whenever possible.
2022-08-24 Sami TolvanenRevert "KCFI sanitizer"
2022-08-24 Michael Liao[LoongArch] Fix build due to TLI interface changes...
2022-08-24 Prabhdeep Singh... [Flang][OpenMP] Add support for safelen clause
2022-08-24 Sami TolvanenKCFI sanitizer
2022-08-24 Siva Chandra... [libc] Add linux implementation of POSIX fchmodat function.
2022-08-24 Philip Reames[LV] Simplify code given isPredicatedInst doesn't depen...
2022-08-24 Philip Reames[RISCV][LV] Add predicated div/rem test for fixed lengt...
2022-08-24 Valery N Dmitriev[SLP][NFC] Add test case exposing deficiency in finding...
2022-08-24 Jan Svoboda[clang][modules] Track affecting modules
2022-08-24 Philip Reames[LV] Update a test which appears to have been editted...
2022-08-24 Fabian ParzefallRevert "[BOLT] Towards FunctionLayout const-correctness"
2022-08-24 Fabian ParzefallRevert "[BOLT] Allocate FunctionFragment on heap"
2022-08-24 Fabian ParzefallRevert "[BOLT] Track fragment info for all split fragments"
2022-08-24 Philip Reames[LV] Adjust code added in f79214d1 for 531dd3634 [nfc]
2022-08-24 Petr Hosek[Clang] Avoid using unwind library in the MSVC environment
2022-08-24 Daniel Bertalan[llvm-objdump] Complete -chained_fixups support
2022-08-24 Michael Jones[libc] move printf to use StringViews
2022-08-24 Mark de Wever[libc++] Tests transitive includes for all C++ versions.
2022-08-24 Fabian Parzefall[BOLT] Track fragment info for all split fragments
2022-08-24 Fabian Parzefall[BOLT] Allocate FunctionFragment on heap
2022-08-24 Fabian Parzefall[BOLT] Towards FunctionLayout const-correctness
2022-08-24 Slava Zakharin[mlir] Support llvm.readnone attribute for all Function...
2022-08-24 Philip Reames[LV] Support predicated div/rem operations via safe...
2022-08-24 Florian Hahn[VPlan] Remove unneeded `struct` prefix for VPTransform...
2022-08-24 spupyrevextending code layout alg
2022-08-24 Fangrui Song[ELF] Parallelize writes of different OutputSections
2022-08-24 Jonas Devlieghere[llvm] Teach LLVM about filesets
2022-08-24 Tyker[NFC][mlir] Add support for llvm style casting for...
2022-08-24 Prabhdeep Singh... [MLIR][OpenMP] Add support for safelen clause
2022-08-24 Prabhdeep Singh... Revert "[MLIR][OpenMP] Add support for safelen clause"
2022-08-24 Simon Pilgrim[X86] Promote i8/i16 CTTZ (BSF) instructions and remove...
2022-08-24 Prabhdeep Singh... [MLIR][OpenMP] Add support for safelen clause
2022-08-24 Prabhdeep Singh... Revert "Add support for safelen clause"
2022-08-24 Sanjay Patel[InstCombine] ease use constraint in tryFactorization()
2022-08-24 Prabhdeep Singh... Add support for safelen clause
2022-08-24 Simon Pilgrim[InstCombine] Canonicalize ((X & -X) - 1) --> ((X ...
2022-08-24 Michal Terepeta[mlir][Vector] Support 0-D vectors in FMAOp
2022-08-24 Joseph Huber[Libomptarget] Replace use of `dlopen` with LLVM's...
2022-08-24 Joseph Huber[Libomptarget] Remove use of ELF link_address in x86_64...
2022-08-24 Kito Cheng[RISCV][NFC] Minor cleanup in RISCVInstrInfo::getOutlin...
2022-08-24 Sanjay Patel[InstCombine] improve readability in tryFactorization...
2022-08-24 Sanjay Patel[InstCombine] add tests for mul+sub common factor; NFC
2022-08-24 Mircea Trofin[mlgo] Fix cmake logic detecting tf pip package location
2022-08-24 Simon PilgrimRevert rGc360955c4804e9b25017372cb4c6be7adcb216ce ...
2022-08-24 Phoebe Wang[X86][FP16] Add the missing legal action for EXTRACT_SU...
2022-08-24 Louis Dionne[runtimes][NFC] Colocate handling of LLVM_ENABLE_PROJEC...
2022-08-24 Muhammad Omair... [LLDB] Skip TestFunctionTemplateSpecializationTempArgs...
2022-08-24 Valentin Clement[flang] Create a temporary of the correct size when...
2022-08-24 Zain Jaffal[instcombine] Test for zero initialisation optimisation...
2022-08-24 Simon Pilgrim[AMDGPU] Remove old isCheapToSpeculateCttz FIXME
2022-08-24 Simon Tatham[bolt] Fix a test affected by D131589.
2022-08-24 Pierre van... [AMDGPU][GISel] Enable Selection of ADD3 for G_PTR_ADD
2022-08-24 Jakub Kuderski[mlir] Rename arith.addi_carry to arith.addui_carry
2022-08-24 Michele Scuttari[MLIR] Fix cast warning in pass tablegen test
2022-08-24 Louis Dionne[runtimes] Don't link against compiler-rt when we don...
2022-08-24 Simon Pilgrim[InstCombine] Canonicalize ((X & -X) - 1) --> (~X ...
2022-08-24 Stephen TozerRevert "[DebugInfo] Extend the InstrRef LDV to support...
2022-08-24 Alex Richardson[update_llc_test_checks][VE] Handle .Lfoo$local in...
2022-08-24 Alex Richardson[update_llc_test_checks][VE] Add baseline test for...
2022-08-24 Alex Richardson[RegisterInfoEmitter] Generate isConstantPhysReg()...
2022-08-24 John Ericson[CMake] Avoid `LLVM_BINARY_DIR` when other more specifi...
2022-08-24 Simon Tatham[llvm-objdump] Handle multiple syms at same addr in...
2022-08-24 Tarun Prabhu[flang] Lower F08 parity intrinsic
2022-08-24 Joseph Huber[CUDA][OpenMP] Fix the new driver crashing on multiple...
next