platform/upstream/llvm.git
2020-08-26 Martin Storsjö[llvm-readobj] Fix arm64 unwind opcode disassembly...
2020-08-26 Thomas Raoux[mlir][spirv] Infer converted type of scf.for from...
2020-08-26 Roman LebedevRevert "[InstCombine] PHI-of-extractvalues -> extractva...
2020-08-26 Roman Lebedev[InstCombine] PHI-of-extractvalues -> extractvalue...
2020-08-26 Jianzhou ZhaoFix a 32-bit overflow issue when reading LTO-generated...
2020-08-26 Mehdi AminiRemove the use of global dialect registration from...
2020-08-26 Siva Chandra... [libc][obvious] Add back the accidentally removed MPFRN...
2020-08-26 Siva Chandra... [libc] Extend MPFRMatcher to handle multiple-input...
2020-08-26 Xing GUO[DWARFYAML] Use writeDWARFOffset() to write the prologu...
2020-08-26 Adrien Guinet[llvm-lipo] Add support for bitcode files
2020-08-26 Jason MolendaAh, one test too many updated. This one should be...
2020-08-26 Jason MolendaUpdate UnwindPlan dump to list if it is a trap handler...
2020-08-26 Teresa Johnson[Docs] Document --lto-whole-program-visibility
2020-08-26 Mikhail R.... Add Z3 to system libraries list if enabled
2020-08-26 Craig Topper[X86] Add an isel pattern for (i8 (trunc (i16 (bitconve...
2020-08-25 Volodymyr Sapsai[Modules] Improve error message when cannot find parent...
2020-08-25 Mehdi AminiRemove global registration from the test dialect in...
2020-08-25 Craig Topper[X86] Remove extra getOperand(0) call from recently...
2020-08-25 Mehdi AminiAdd llvm_unreachable after fully covered switch to...
2020-08-25 Zequan WuRevert "[Coverage] Enable emitting gap area between...
2020-08-25 Craig Topper[X86] Remove a redundant COPY_TO_REGCLASS for VK16...
2020-08-25 Shoaib Meenai[llvm-libtool-darwin] Address post-commit feedback
2020-08-25 Dave LeeRemove unused/misnamed SetObjectModificationTime
2020-08-25 Mircea Trofin[MLInliner] Simplify TFUTILS_SUPPORTED_TYPES
2020-08-25 Stanislav Mekhanoshin[AMDGPU] Remove unsound dependency on ISA version in...
2020-08-25 Fangrui Song[TargetLoweringObjectFileImpl] Make .llvmbc and .llvmcm...
2020-08-25 Krzysztof Parzyszek[SDAG] Improve MemSDNode::getBasePtr
2020-08-25 aartbik[mlir] [LLVMIR] Mark reductions as side-effect free
2020-08-25 Shilei Tian[OpenMP] Pack first-private arguments to improve effici...
2020-08-25 Stanislav Mekhanoshin[AMDGPU] Switch to named simm16 in vscnt insertion
2020-08-25 Ankit Aggarwal[Hexagon] Check if EVT is simple type in HVX lowering
2020-08-25 Jonas Devlieghere[lldb] Make Reproducer compatbile with SubsystemRAII...
2020-08-25 Abhina Sreeskantharajan[SystemZ][z/OS] Add z/OS Target and define macros
2020-08-25 Juneyoung Lee[ValueTracking] Let getGuaranteedNonPoisonOp find multi...
2020-08-25 Juneyoung Lee[ValueTracking] Add a noundef test for D86477; NFC
2020-08-25 Amy HuangReland "[DebugInfo] Move constructor homing case in...
2020-08-25 Nikita Popov[MemDep] Use BatchAA when computing pointer dependencies
2020-08-25 aartbik[mlir] [LLVMIR] Add get active lane mask intrinsic
2020-08-25 Wolfgang Pieb[llvm-mca][NFC] Refactor handling of views that examine...
2020-08-25 clementval[mlir][openacc][NFC] Fix comment about OpenACCExecMapping
2020-08-25 peter klausler[flang] Check that various variables referenced in...
2020-08-25 Kuba Mracek[tsan] On arm64e, strip out ptrauth bits from incoming PCs
2020-08-25 Craig Topper[X86] Mention -march=sapphirerapids in the release...
2020-08-25 Arthur Eubanks[test] Add -inject-tli-mapping to -loop-vectorize ...
2020-08-25 Lang Hames[examples] Fix dependencies for OrcV2Examples/LLJITWith...
2020-08-25 Lang Hames[ORC] Fix an endif comment.
2020-08-25 peter klausler[flang] Improve error handling for bad characters in...
2020-08-25 peter klausler[flang] Parse global compiler directives
2020-08-25 Raphael Isemann[lldb] Initialize reproducers in LocateSymbolFileTest
2020-08-25 Raphael Isemann[lldb] Don't ask for QOS_CLASS_UNSPECIFIED queue in...
2020-08-25 Wei Wang[FIX] Avoid creating BFI when emitting remarks for...
2020-08-25 Kazuaki Ishizaki[mlir] NFC: fix typo in FileCheck prefix
2020-08-25 Matt ArsenaultAArch64: Fix hardcoded register in test
2020-08-25 peter klausler[flang] Don't completely left-justify fixed-form tokeni...
2020-08-25 Arthur Eubanks[NewPM][test] Fix accelerate-vector-functions.ll under NPM
2020-08-25 David Green[ARM] Additional test for tailpred reductions. NFC
2020-08-25 Krzysztof Parzyszek[Hexagon] Remove (redundant) HexagonISelLowering::isHvx...
2020-08-25 Sanjay Patel[x86] add AVX shuffle test for PR47262; NFC
2020-08-25 Ta-Wei Tu[LoopNest] False negative of `arePerfectlyNested` with...
2020-08-25 David Tenty[AIX][compiler-rt][builtins] Don't add ppc builtin...
2020-08-25 Sjoerd Meijer[LangRef] Revise semantics of intrinsic get.active...
2020-08-25 Sanjay Patel[InstCombine] improve demanded element analysis for...
2020-08-25 Sanjay Patel[InstCombine] add vector demanded elements tests with...
2020-08-25 Fangrui Song[ELF] .note.gnu.property: error for invalid pr_datasize
2020-08-25 Jay FoadAMDGPU/GlobalISel: re-auto-generate some test checks
2020-08-25 Sjoerd Meijer[Verifier] Additional check for intrinsic get.active...
2020-08-25 Kostya Kortchinsky[scudo][standalone] Skip irrelevant regions during...
2020-08-25 Xing GUO[DWARFYAML] Make the 'Attributes' field optional.
2020-08-25 Sjoerd Meijer[SelectionDAG] Legalize intrinsic get.active.lane.mask
2020-08-25 Jeremy Morse[LiveDebugValues] Add switches for using instr-ref...
2020-08-25 Matt ArsenaultAMDGPU/GlobalISel: Use more accurate legality rules...
2020-08-25 Matt ArsenaultAMDGPU/GlobalISel: Fix using unlegalizable values in...
2020-08-25 Sjoerd Meijer[ARM][MVE] Tail-predication: remove the BTC + 1 overflo...
2020-08-25 Matt ArsenaultAMDGPU/GlobalISel: Apply bitcast load/store hack to...
2020-08-25 Anatoly Trosinenko[Utils] Add highlighting definition for byref IR attribute
2020-08-25 Anatoly Trosinenko[compiler-rt][builtins] Add more test cases for __div...
2020-08-25 Ilya Leoshkevich[libFuzzer] Un-XFAIL msan.test on SystemZ
2020-08-25 Sjoerd Meijer[LV] get.active.lane.mask consuming tripcount instead...
2020-08-25 Adam Czachorowski[clangd] When inserting "using", add "::" in front...
2020-08-25 Alex RichardsonFix update_llc_test_checks function regex for RV64
2020-08-25 Alex RichardsonFix crypt.cpp sanitizer test on FreeBSD
2020-08-25 Alex Richardson[asan] Also allow for SIGBUS in high-address-dereference.c
2020-08-25 Sam Parker[NFC][SimplifyCFG] More tests for Arm
2020-08-25 David Green[ARM][CGP] Fix scalar condition selects for MVE
2020-08-25 Mikael Holmen[libunwind] Fix warning when building without framehead...
2020-08-25 Mikael Holmen[PowerPC] Fix gcc warning [NFC]
2020-08-25 Sam Parker[NFC][SimplifyCFG] Add some more tests for Arm.
2020-08-25 Shinji Okumura[Attributor][NFC] Clang format
2020-08-25 Paul Walker[SVE] Lower scalable vector ISD::FNEG operations.
2020-08-25 Sam Parker[NFC][ARM] arith code size cost tests
2020-08-25 Sam Parker[UpdatesTestChecks] Fix typo in common.py
2020-08-25 Georgii Rymar[llvm-readobj] - Print "Unknown" when a program header...
2020-08-25 Roman Lebedev[NFC][InstCombine] Tests for PHI-of-extractvalues
2020-08-25 Benjamin KramerRevert "[InstCombine] improve demanded element analysis...
2020-08-25 Hans WennborgRevert "[CMake] Fix ncurses/zlib in LLVM_SYSTEM_LIBS...
2020-08-25 Georgii Rymar[llvm-readelf/obj] - Change the return type of the...
2020-08-25 Yang Zhihui[FileCheck][docs] Fix word errors
2020-08-25 OCHyams[llvm-dwarfdump] Fix misleading scope byte coverage...
2020-08-25 David Sherwood[SVE] Fix TypeSize related warnings with IR truncates...
2020-08-25 Florian Hahn[DSE,MemorySSA] Cache accesses with/without reachable...
next