1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-21 18:22:53 +01:00

Commit Graph

  • 00203829b4 [NFC] Clean up tests in test/Transforms/LoopVectorize/assume.ll David Sherwood 2021-07-30 14:25:27 +0100
  • 3a88dc8338 Add release notes for things relating to MinGW in the release Martin Storsjö 2021-08-16 12:26:49 +0300
  • 4a38ef8718 [ELF] Don't emit SHF_GNU_RETAIN on Solaris Rainer Orth 2021-08-11 09:27:51 +0200
  • fd411b2b5d [profile] Fix profile merging with binary IDs Petr Hosek 2021-07-30 02:40:27 -0700
  • 681b643c07 [X86][SchedModel] Add missing ReadAdvance for some arithmetic ops (PR51318 and PR51322). Andrea Di Biagio 2021-08-03 17:10:42 +0100
  • fb132cb74b [MCA][NFC] Add tests for PR51318 and PR51322. Andrea Di Biagio 2021-08-03 16:52:19 +0100
  • db94372a40 [MCA] Simplify the rounding logic used in TimelineView::printWaitTimeEntry. Andrea Di Biagio 2021-08-07 11:39:33 +0100
  • 64a6596867 [Attributor][NFC] Try to make the windows build bots happy Johannes Doerfert 2021-08-11 01:10:13 -0500
  • d2cc939747 [Attributor][FIX] Handle recurrences (PHIs) in AAPointerInfo explicitly Johannes Doerfert 2021-08-10 04:06:59 -0500
  • e9a9a807dd [Attributor][FIX] Only avoid visiting PHI uses multiple times (PR51249) Johannes Doerfert 2021-08-09 22:22:49 -0500
  • 5cf4e36ce1 [Attributor][NFC] Precommit reproducer for PR51249 Johannes Doerfert 2021-08-09 22:27:45 -0500
  • 0c8a79e78d [RISCV] Add scheduling resources for V Evandro Menezes 2021-07-24 20:46:31 -0500
  • 11c22c929d Drop LLVM_VERSION_SUFFIX Tom Stellard 2021-08-10 20:50:20 -0700
  • 13e216d251 [llvm] [cmake] Export LLVM_ENABLE_NEW_PASS_MANAGER into LLVMConfig.cmake Michał Górny 2021-08-06 10:56:54 +0200
  • ee15bdbb06 [AArch64][SVE] Fix assertion failure when lowering fixed length gather/scatter Bradley Smith 2021-08-05 13:15:47 +0000
  • 7d89a50287 [llvm] [lit] Fix inconsistent test order in shtest-keyword-parse-errors Michał Górny 2021-08-04 08:58:04 +0200
  • f6a86e448a BPF: avoid NE/EQ loop exit condition Yonghong Song 2021-07-31 13:29:00 -0700
  • a558de374f [InstCombine] Fixed select + masked load fold failure Dylan Fleming 2021-08-03 18:40:23 +0100
  • 7563d8dfe5 [llvm-rc] Allow specifying language with a leading 0x prefix Martin Storsjö 2021-08-02 14:10:22 +0300
  • 910de616a4 [DebugInfo][LSR] Avoid crashes on large integer inputs Chris Jackson 2021-08-04 10:37:03 +0100
  • 46ad88f625 Follow-up to D105207, only salvage affine SCEVs to avoid a crash Jeremy Morse 2021-07-29 11:45:50 +0100
  • ff86d9e5f0 [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR Chris Jackson 2021-07-28 15:34:37 +0100
  • a75903d41d [ConstantFold] Get rid of special cases for sizeof etc. Eli Friedman 2021-07-31 13:20:47 -0700
  • f9a2d3e277 [test] Fix tools/gold/X86/comdat-nodeduplicate.ll on non-X86 hosts Nathan Chancellor 2021-07-28 21:56:23 -0700
  • 8be74d232c Fixing an infinite loop problem in InstCombine Andy Kaylor 2021-07-29 11:42:06 -0700
  • 3851813b89 [PredicateInfo] Use Intrinsic::getDeclaration now that it handles unnamed types. Jeroen Dobbelaere 2021-07-28 18:56:27 +0200
  • e20914df74 Revert "Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types." Jeroen Dobbelaere 2021-07-28 18:53:11 +0200
  • 2b94ecbbe0 [SROA] prevent crash on large memset length (PR50910) Sanjay Patel 2021-07-31 14:07:30 -0400
  • 30f0ebbbe2 [Attributor] Don't test internalization in the CGSCC pass. Joseph Huber 2021-07-28 19:13:22 -0400
  • 4f1fd1c209 [Attributor] Change function internalization to not replace uses in internalized callers Joseph Huber 2021-07-27 22:50:57 -0400
  • 710ae2bfd3 [ReleaseNotes] Add scalable matrix extension support to AArch64 changes Cullen Rhodes 2021-08-03 15:19:57 +0000
  • bafc7f359f [llvm][Release notes] Add AArch64 SVE, PAC and LLDB prebuilt binary Muhammad Omair Javaid 2021-08-03 20:18:05 +0500
  • aa2a6b072f [llvm][Release notes] Add memory tagging support to lldb changes David Spickett 2021-08-03 12:25:09 +0000
  • d4eedb2312 [Analysis] improve function signature checking for snprintf Sanjay Patel 2021-07-31 15:13:42 -0400
  • 9770d34891 [OpenMP] Fixing llvm-omp-device-info compilation with runtimes Jose M Monsalve Diaz 2021-07-30 11:26:26 -0500
  • 70f5e23577 [X86][AVX] Add test case for PR51281 Simon Pilgrim 2021-07-30 14:10:29 +0100
  • df3286259b [DAGCombiner] don't try to partially reduce add-with-overflow ops Sanjay Patel 2021-07-29 08:47:15 -0400
  • a0686462c3 [AArch64][x86] add tests for add-with-overflow folds; NFC Sanjay Patel 2021-07-28 14:53:47 -0400
  • b92c9f9565 [DivRemPairs] make sure we have a valid CFG for hoisting division Sanjay Patel 2021-07-28 11:04:54 -0400
  • 7c9c296915 [RISCV] Restrict performANY_EXTENDCombine to prevent an infinite loop. Craig Topper 2021-07-28 08:57:02 -0700
  • 276fcebbe0 [AArch64] Legalize MVT::i64x8 in DAG isel lowering Alexandros Lamprineas 2021-07-31 08:59:19 +0100
  • a50e569197 [AArch64] Add a Machine Value Type for 8 consecutive registers Alexandros Lamprineas 2021-07-31 08:46:20 +0100
  • cd0096f439 [DebugInfo][InstrRef] Don't break up ret-sequences on debug-info instrs Jeremy Morse 2021-07-28 15:37:09 +0100
  • 183b0c7c98 [AArch64][SVE] Fix incorrect mask type when lowering fixed type SVE gather/scatter Bradley Smith 2021-07-27 13:45:58 +0000
  • 923213f844 test-release.sh: Kill python2 Diana Picus 2021-07-28 11:15:58 +0200
  • 9a10dd5b1c Revert "[DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR" This was reverted due to a reported crash. This reverts commit 796b84d26f4d461fb50e7b4e84e15a10eaca88fc. Chris Jackson 2021-07-28 23:51:43 +0100
  • c463fa6cad [mlir][openacc] Initial translation for DataOp to LLVM IR Valentin Clement 2021-07-27 22:03:45 -0400
  • 5b7208da36 [OpenMP] Folding threadLimit and numThreads when single value in kernels Jose M Monsalve Diaz 2021-07-27 21:46:39 -0400
  • 66a78bc217 llvm/utils: guarantee revert_checker's revert ordering George Burgess IV 2021-07-26 23:56:45 +0000
  • bab6d38daf [DAGCombiner] Fold SETCC(FREEZE(x),const) to FREEZE(SETCC(x,const)) if SETCC is used by BRCOND Juneyoung Lee 2021-07-02 21:00:43 +0900
  • 2e57fe1d7d Precommit test files for D105344 (NFC) Juneyoung Lee 2021-07-02 20:59:30 +0900
  • a6d5003afd [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT Xiang1 Zhang 2021-07-28 08:14:56 +0800
  • 9b53e594b4 Reapply "[Attributor] Disable simplification AAs if a callback is present"" Johannes Doerfert 2021-07-27 18:13:56 -0500
  • 5d447ad589 Revert "[X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT" Xiang1 Zhang 2021-07-28 08:09:20 +0800
  • 115164b68b Add llvm::equal convenient wrapper for ranges around std::equal Mehdi Amini 2021-07-27 20:06:27 +0000
  • 409f0eedd6 [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT Xiang1 Zhang 2021-07-27 08:15:43 +0800
  • 60850cdc6a [Hexagon] Fix resetting dead registers in DBG_VALUE_LISTs Krzysztof Parzyszek 2021-07-27 17:18:10 -0500
  • 803630dbd1 [gn build] Port 8a48e6dda9f7 LLVM GN Syncbot 2021-07-27 23:10:20 +0000
  • 96f821bd7b Revert "[Attributor] Disable simplification AAs if a callback is present" Johannes Doerfert 2021-07-27 18:06:33 -0500
  • 0042081f58 [Attributor] Verify checkForAllUses return value properly Johannes Doerfert 2021-07-27 17:30:53 -0500
  • 0b6fb7b1ef [Attributor] Disable simplification AAs if a callback is present Johannes Doerfert 2021-07-27 13:44:21 -0500
  • 9aacda281c Fix test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll. James Y Knight 2021-07-27 18:29:25 -0400
  • 091e720912 [gn build] manually port 71909de37495 Nico Weber 2021-07-27 18:23:28 -0400
  • 506c974562 [MLGO] fix silly LLVM_DEBUG misuse Mircea Trofin 2021-07-27 15:09:36 -0700
  • f4b486c976 [NFC][MLGO] Debug messages for what inline advisor is selected Mircea Trofin 2021-07-27 15:03:47 -0700
  • 8b3f85a32c [PowerPC] Turn deprecated altivec prefetch instrs to nops on AIX Nemanja Ivanovic 2021-07-27 15:47:44 -0500
  • 11aa71a71d [x86] update stale code comment; NFC Sanjay Patel 2021-07-27 16:42:51 -0400
  • d571039392 [x86] add more tests for cmov and lea; NFC Sanjay Patel 2021-07-27 15:41:24 -0400
  • ece3299a71 AMDGPU/GlobalISel: Fix selecting G_SEXTLOAD/G_ZEXTLOAD pre-gfx9 Matt Arsenault 2021-07-26 18:10:28 -0400
  • 17f139f330 AMDGPU/GlobalISel: Fix wrong addrspace in test MMOs Matt Arsenault 2021-07-27 13:06:38 -0400
  • cfbd77a7f1 AMDGPU/GlobalISel: Add a few tests for unaligned truncating stores Matt Arsenault 2021-07-27 10:57:29 -0400
  • c0d40a1ca3 Remove unused include that's also a layering violation. NFC. Benjamin Kramer 2021-07-27 21:21:55 +0200
  • 0a69d4f31a Add test update for a11d9a1f480f which disables fallbacks. Amara Emerson 2021-07-27 12:16:06 -0700
  • 6ce8f2f7c1 [AArch64][GlobalISel] Fix constraining LDXPX intrinsic selection. Amara Emerson 2021-07-27 12:00:44 -0700
  • 2a88f80da4 [ASAN] NFC: Remove redundant variable Enna1 2021-07-27 11:53:47 -0700
  • c563d2cbcd [gn build] Port 02077da7e7a8 LLVM GN Syncbot 2021-07-27 18:41:55 +0000
  • d9613eb43c [Matrix] Fix shape for factored transpose Adam Nemet 2021-07-23 15:02:44 -0700
  • add64be20a [Matrix] RAUW should only replace an instruction in ShapeMap if supportsShapeInfo Adam Nemet 2021-07-23 12:27:25 -0700
  • 6516543c4b Add jump-threading optimization for deterministic finite automata Alexey Zhikhartsev 2021-07-27 14:26:49 -0400
  • 6bfc6b8665 [RISCV] Select vector shl by 1 to a vector add. Craig Topper 2021-07-27 09:48:18 -0700
  • 0f86a54b34 [AArch64] Update and expand min-max cost model test. NFC David Green 2021-07-27 18:48:58 +0100
  • fd18a762a0 Enabling the copy-constant-to-alloca optimization in more instances Andy Kaylor 2021-07-27 10:09:30 -0700
  • cdd50ed2ff [LoopVectorize] Don't interleave scalar ordered reductions for inner loops David Sherwood 2021-07-23 10:52:53 +0100
  • 3ad8a0b712 Update reduction test. Remove standalone test file Anna Thomas 2021-07-27 12:34:12 -0400
  • 3b4453b968 AMDGPU: Update tests for lower i1 change Matt Arsenault 2021-07-21 16:50:49 -0400
  • 8979bda8e8 AMDGPU: Treat IMPLICIT_DEF like a constant lanemask source Matt Arsenault 2021-03-09 16:48:49 -0500
  • bb4e957ebf [WebAssembly] Codegen for extmul SIMD instructions Thomas Lively 2021-07-27 08:41:29 -0700
  • 2b967460b4 [SystemZ][z/OS] Initial code to generate assembly files on z/OS Anirudh Prasad 2021-07-27 11:26:00 -0400
  • 23f3f90569 Strip undef implying attributes when moving calls Anna Thomas 2021-07-27 09:48:13 -0400
  • 05308b27ea Revert "[X86][AVX] Add getBROADCAST_LOAD helper function. NFCI." Tres Popp 2021-07-27 16:49:15 +0200
  • d809395fde Revert "Revert "[X86][AVX] Add getBROADCAST_LOAD helper function. NFCI."" Tres Popp 2021-07-27 16:47:52 +0200
  • 9d32182a3a Revert "[X86][AVX] Add getBROADCAST_LOAD helper function. NFCI." Tres Popp 2021-07-27 16:21:10 +0200
  • adf33c8470 [DebugInfo][InstrRef] Correctly update DBG_PHIs during instr scheduling Jeremy Morse 2021-07-27 14:58:49 +0100
  • 64d9d45951 Handle unused variable when assertions are disabled Tres Popp 2021-07-27 15:43:04 +0200
  • b8af1d6561 [IVDescriptors] Fix bug in checkOrderedReduction Anna Thomas 2021-07-26 21:39:18 -0400
  • fe743a5b25 [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR Chris Jackson 2021-07-27 13:59:34 +0100
  • 47a51741f3 [DebugInfo][InstrRef] Handle llvm.frameaddress intrinsics gracefully Jeremy Morse 2021-07-27 13:15:42 +0100
  • e13e00f7b3 [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR Chris Jackson 2021-07-27 13:34:20 +0100
  • 2e863e863d [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR Chris Jackson 2021-07-22 09:27:46 +0100
  • b5cbfeed77 [PowerPC] add more testcases for ld_splat; nfc Chen Zheng 2021-07-27 11:45:26 +0000