112 次程式碼提交 (e73de4e1d820d4c22a0528eeef8c3dbeef74eb5f)

作者 SHA1 備註 提交日期
  Rhys Perry e73de4e1d8 aco: fix new_demand calculation for first instructions 5 年之前
  Daniel Schürmann 93b42a1907 aco: don't add interferences between spilled phi operands 5 年之前
  Daniel Schürmann fdf8ad0256 aco: consider loop_exit blocks like merge blocks, even if they have only one predecessor 5 年之前
  Daniel Schürmann d48d72e98a aco: don't insert the exec mask into set of live-out variables when spilling 5 年之前
  Daniel Schürmann cd20e29de1 aco: fix transitive affinities of spilled variables 5 年之前
  Daniel Schürmann 8023dcd71e aco: fix live-range splits of phis 5 年之前
  Daniel Schürmann 655a703349 aco: remove potential critical edge on loops. 5 年之前
  Daniel Schürmann 78bca0d0ce aco: improve live variable analysis 5 年之前
  Daniel Schürmann 0b8216b2cd aco: Lower to CSSA 5 年之前
  Rhys Perry e1bcc7a828 aco: rename README to README.md 5 年之前
  Rhys Perry d4684a294b aco: a couple loop handling fixes for GFX10 hazard pass 5 年之前
  Rhys Perry 8235bc6411 aco: try to group together VMEM loads of the same resource 5 年之前
  Daniel Schürmann 8b5aee78cc aco: don't schedule instructions through depending VMEM instructions 5 年之前
  Daniel Schürmann 636d45e46a aco: add can_reorder flags to load_ubo and load_constant 5 年之前
  Daniel Schürmann 576f92d900 aco: only skip RAR dependencies if the variable is killed somewhere 6 年之前
  Daniel Schürmann 703ce617ca aco: restrict scheduling depending on max_waves 6 年之前
  Timur Kristóf c52ebbcea4 aco: Introduce vgpr_limit to keep track of available VGPRs. 5 年之前
  Timur Kristóf d59f702e26 aco: Implement subgroup shuffle in GFX10 wave64 mode. 6 年之前
  Rhys Perry c2eebfe3ea aco: Remove dead code in reduction lowering. 6 年之前
  Rhys Perry 3865448012 aco: Fix reductions on GFX10. 6 年之前
  Timur Kristóf c580f134ae aco: Refactor hazard mitigations, separate pass for GFX10. 5 年之前
  Timur Kristóf b01847bd94 aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard. 5 年之前
  Timur Kristóf c037ba1bb7 aco/gfx10: Mitigate LdsBranchVmemWARHazard. 5 年之前
  Timur Kristóf 09d676d81a aco/gfx10: Mitigate SMEMtoVectorWriteHazard. 5 年之前
  Timur Kristóf d6dfce02d0 aco/gfx10: Mitigate VcmpxExecWARHazard. 5 年之前
  Timur Kristóf e5a8616973 aco/gfx10: Mitigate VcmpxPermlaneHazard. 5 年之前
  Timur Kristóf 99aed688d3 aco/gfx10: Add notes about some GFX10 hazards. 5 年之前
  Rhys Perry fc04a2fc31 aco: take LDS into account when calculating num_waves 5 年之前
  Rhys Perry 08d510010b aco: increase accuracy of SGPR limits 6 年之前
  Rhys Perry 118a32e5ba Revert "aco: only emit waitcnt on loop continues if we there was some load or export" 5 年之前
  Rhys Perry 964ce47abc aco: add missing bld.scc() 5 年之前
  Rhys Perry c96289a70e aco: keep can_reorder/barrier when combining addition into SMEM 5 年之前
  Rhys Perry 57c2cfb608 aco: add a few missing checks in value numbering 5 年之前
  Rhys Perry a8d0101d69 aco: use ds_read2_b64/ds_write2_b64 5 年之前
  Rhys Perry bdf47a1273 aco: properly combine additions into ds_write2_b64/ds_read2_b64 5 年之前
  Rhys Perry 58d4aee5df aco: fix sparse store_lds() 5 年之前
  Rhys Perry a856629e8f aco: create load_lds/store_lds helpers 5 年之前
  Rhys Perry a400928f4a aco: fix 64-bit p_extract_vector on 32-bit p_create_vector 5 年之前
  Rhys Perry f6f15859de aco: small stage corrections 6 年之前
  Daniel Schürmann 3a20ef4a32 aco: refactor value numbering 5 年之前
  Rhys Perry 73184e51d1 aco: run opt_algebraic in a loop 6 年之前
  Rhys Perry 132ae89b19 aco: use nir_lower_idiv_precise 6 年之前
  Rhys Perry 8b98d0954e nir/lower_idiv: add new llvm-based path 6 年之前
  Daniel Schürmann 0e4bd261b1 aco: ensure that uniform booleans are computed in WQM if their uses happen in WQM 5 年之前
  Timur Kristóf 7e5f87b533 aco/gfx10: Update constant addresses in fix_branches_gfx10. 5 年之前
  Timur Kristóf f380398f8f aco/gfx10: Fix PS exports for SPI_SHADER_32_AR. 5 年之前
  Timur Kristóf 1749953ea3 aco/gfx10: Wait for pending SMEM stores before loads 5 年之前
  Daniel Schürmann 4b458b3e8f aco: don't combine minmax3 if there is a neg or abs modifier in between 5 年之前
  Rhys Perry 88f1c0a360 aco: emit_split_vector() s_memtime results 5 年之前
  Rhys Perry ded51b13da aco: don't CSE s_memtime 5 年之前