platform/upstream/llvm.git
2021-03-22 Matt Morehouse[HWASan] Fix brittle stack-oob.c test.
2021-03-22 Philip ReamesFix obvious breakage of update_analysis_test_checks...
2021-03-22 Philip ReamesAutogen some tests for ease of update
2021-03-22 Rob Suderman[mlir][tosa] Fix tosa.mul to use tosa.apply_scale
2021-03-22 Peter Steinfeld[flang] Specific procedures named the same as the gener...
2021-03-22 Philip Reames[tests] Refresh a bunch of autogen test to adjust for...
2021-03-22 Lang Hames[JITLink][ELF/x86-64] Add support for GOTOFF64 relocation.
2021-03-22 Philip Reames2nd attempt at a speculative fix for windows builders...
2021-03-22 Craig Topper[LegalizeDAG] Add asserts to verify the types of custom...
2021-03-22 Philip ReamesSpeculative fix for windows builders after d4648eea
2021-03-22 Craig Topper[RISCV] Add support for fixed vector masked gather...
2021-03-22 Arthur EubanksRevert "[Driver] Gnu.cpp: drop an unneeded special...
2021-03-22 LLVM GN Syncbot[gn build] Port 5a87f81fe9ae
2021-03-22 Frank Derry... new altera unroll loops check
2021-03-22 Raphael Isemann[ASTImporter] Fix import of ObjCPropertyDecl that share...
2021-03-22 Siva Chandra[libc][NFC] Add an alias named "check-llvmlibc" for...
2021-03-22 Stefan Gränitz[Orc] Fix copy elision warning in RPCUtils
2021-03-22 Stefan Gränitz[Orc] Make usage of ResourceKeys thread-safe in DebugOb...
2021-03-22 Stefan Gränitz[Orc] Fix tracking of pending debug objects in DebugObj...
2021-03-22 Philip Reames[SCEV] Use trip count information to improve shift...
2021-03-22 Bjorn Pettersson[SLP] Honor min/max regsize and min/max VF in vectorize...
2021-03-22 Bjorn Pettersson[SLP] Add test case showing shortcoming in honoring...
2021-03-22 Philip ReamesClarify comments on recurrence matcher [NFC]
2021-03-22 Wenlei He[CSSPGO][llvm-profgen] Use profile summary based thresh...
2021-03-22 Pavel Labath[lldb] Re-disable dwarf5-debug_line-file-index.s
2021-03-22 Arthur O'Dwyer[libc++] Move __libcpp_erase_if_container into <iterato...
2021-03-22 Matt Morehouse[HWASan] Disable stack, globals and force callbacks...
2021-03-22 Matt ArsenaultAMDGPU: Allow tail calls for amdgpu_gfx functions
2021-03-22 Pavel Labath[lldb] Attempt to fix dwarf5-debug_line-file-index.s
2021-03-22 Stefan Pintilie[PowerPC][NFC] Do not enter prefix selection if it...
2021-03-22 Pavel Labath[lldb] Fix test_exec_root of API tests
2021-03-22 Joe Ellis[AArch64][SVE] Test more types in sve-fixed-length...
2021-03-22 Simon Pilgrim[X86][AVX] Add missing AVX1 PMULDQ combine tests
2021-03-22 Luís Marques[RISCV][NFC] Add test of stack slot sizes of large...
2021-03-22 Nicolas Vasilache[mlir][Linalg] Fix linalg on tensor fusion
2021-03-22 Balázs Kéri[clang][ASTImporter] Add import API for 'const Type...
2021-03-22 Louis Dionne[libc++] Run ninja with --verbose
2021-03-22 Martin Storsjö[cmake] Disable GCC 9's -Wpessimizing-move
2021-03-22 Alexey Lapshin[llvm-objcopy][Support] move writeToOutput helper funct...
2021-03-22 Dmitri Gribenko[analyzer] Don't include private gtest headers
2021-03-22 Roman Lebedev[lit] Do not forget test times for tests that weren...
2021-03-22 Roman Lebedev[NFC][lit] Extract 'test time' reading/writing into...
2021-03-22 Roman Lebedev[NFC][lit] Add a test showing that timing data for...
2021-03-22 Roman Lebedev[NFCI][lit] Unbreak more lit self-tests after D98179
2021-03-22 Roman Lebedev[NFC][lit] discovery: find_tests_for_inputs: avoid...
2021-03-22 Florian Hahn[ConstraintElimination] Add gep tests without inbounds.
2021-03-22 Muhammad Omair... [LLDB] XFAIL dwarf5-debug_line-file-index.s on arm...
2021-03-22 Bradley Smith[IR] Add vscale_range IR function attribute
2021-03-22 Sven van Haastregt[OpenCL] Support template parameters for as_type
2021-03-22 Kadir Cetinkaya[clangd] Replace usages of dummy with more descriptive...
2021-03-22 Andrzej Warzynski[clang][flang] Moke the definition of `-module-dir...
2021-03-22 Sjoerd Meijer[AArch64] Add some float -> int -> float conversion...
2021-03-22 Valeriy Savchenko[analyzer][solver] Redesign constraint ranges data...
2021-03-22 Stefan Gränitz[llvm-jitlink] Fix Windows build after 4a8161fe40cc
2021-03-22 Florian Hahn[ConstraintElimination] Add multi-dimension GEP tests.
2021-03-22 Stefan Gränitz[llvm-jitlink] Add diagnostic output and port executor...
2021-03-22 Stefan Gränitz[llvm-jitlink] Fix use of getaddrinfo(3) when connectin...
2021-03-22 Sven van Haastregt[OpenCL] Use -fdeclare-opencl-builtins for some tests
2021-03-22 serge-sans... Make clangd CompletionModel usable even with non-standa...
2021-03-22 serge-sans... [NFC] Simpler and faster key computation for getSubtarg...
2021-03-22 Adrian Kuegel[mlir] Add an option to still use bottom-up traversal
2021-03-22 Fangrui Song[Driver] -m32: Add /usr/include/i386-linux-gnu for...
2021-03-22 Kristof Beyls[docs] GettingInvolved: split out flang and openmp...
2021-03-22 Yang Fan[ELF][docs] Add line breaks
2021-03-22 Valeriy Savchenko[analyzer][solver] Fix infeasible constraints (PR49642)
2021-03-22 Kim-Anh Tran[lldb] Use CompileUnit::ResolveSymbolContext in SymbolF...
2021-03-22 Fangrui Song[Driver] Gnu.cpp: remove obsoleted i386 triple detectio...
2021-03-22 Nathan Ridge[clangd] Fix linker error when linking clang-index...
2021-03-22 Qiu Chaofan[PowerPC] Enable redundant TOC save removal on AIX
2021-03-22 Fangrui Song[Driver] Clean up Debian multiarch /usr/include/<triple...
2021-03-22 Stella LaurenzoFix extraneous context parameter in templated helper...
2021-03-22 Bing1 Yu[X86] Pass to transform tdpbf16ps intrinsics to scalar...
2021-03-22 Max Kazantsev[IndVars] Sharpen context in eliminateIVComparison
2021-03-22 Lang Hames[JITLink][ELF/x86-64] Add support for R_X86_64_GOTPC64...
2021-03-22 Siva Chandra[libc] Add a target "install-llvmlibc" to install LLVM...
2021-03-22 Lang Hames[JITLink] Start laying the groundwork for ELF x86-64...
2021-03-22 Lang Hames[JITLink][ELF/x86-64] Add Delta32, NegDelta32, NegDelta...
2021-03-22 Chuanqi Xu[ASTMatcher] Add AST Matcher support for C++20 coroutin...
2021-03-22 Luo, Yuanke[X86][AMX] Add test cases for AMX load/store lowering.
2021-03-22 Fangrui Song[Driver] Detect Debian hack g++-multiarch-incdir.diff...
2021-03-21 Fangrui Song[test] Add test for cross compiling on Linux
2021-03-21 Fangrui Song[test] Delete obsoleted debian_multiarch_tree and ubunt...
2021-03-21 Jacques PienaarUpdate examples post OwningRewritePatternList change
2021-03-21 Nico WeberRevert "[lld-macho] Implement -dependency_info (partial...
2021-03-21 Roman Lebedev[clang][Codegen] EmitBranchOnBoolExpr(): emit prof...
2021-03-21 Roman Lebedev[clang][CodeGen] Lower Likelihood attributes to @llvm...
2021-03-21 Roman LebedevRevert "[BranchProbability] move options for 'likely...
2021-03-21 Fangrui Song[Driver] Gnu.cpp: fix libstdc++ search path for multilib
2021-03-21 Vy Nguyen[lld-macho] Implement -dependency_info (partially ...
2021-03-21 Craig Topper[DAGCombiner] Minor compile time improvement to (sext_i...
2021-03-21 Nikita Popov[ValueTracking] Improve mul handling in isKnownNonEqual()
2021-03-21 Nikita Popov[ValueTracking] Add more tests for isKnownNonEqual...
2021-03-21 Chris LattnerRemove the extraneous MLIRContext argument from populat...
2021-03-21 Matt ArsenaultMIR: Fix missing serialization for HasTailCall
2021-03-21 Matt ArsenaultAMDGPU: Fix allowing immediates for tail call pseudo.
2021-03-21 Chris Lattner[ShapeDialect] Silence a build warning, NFC
2021-03-21 Chris LattnerChange OwningRewritePatternList to carry an MLIRContext...
2021-03-21 Nikita PopovReapply [ConstantFold] Handle vectors in ConstantFoldLo...
2021-03-21 Nikita Popov[InstSimplify] Add load of undef aggregate test (NFC)
2021-03-21 Nikita Popov[InstSimplify] Regenerate test checks (NFC)
next