GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AMDGPU
/
GCNHazardRecognizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Don't check for VMEM hazards on GFX10
Jay Foad
2021-03-04
1
-9
/
+9
*
[AMDGPU] gfx90a support
Stanislav Mekhanoshin
2021-02-17
1
-4
/
+423
*
[NFC][AMDGPU] Split AMDGPUSubtarget.h to R600 and GCN subtargets
dfukalov
2021-01-20
1
-1
/
+2
*
[AMDGPU] Add _e64 suffix to VOP3 Insts
Joe Nash
2021-01-12
1
-17
/
+17
*
[NFC][AMDGPU] Reduce include files dependency.
dfukalov
2021-01-07
1
-16
/
+1
*
[AMDGPU] Rename pseudo S_WAITCNT_IDLE to S_WAIT_IDLE. NFC.
Jay Foad
2020-11-18
1
-1
/
+1
*
[NFC] Use Register/MCRegister
Mircea Trofin
2020-11-04
1
-3
/
+3
*
[AMDGPU] Use pseudo instructions for readlane/writelane
Jay Foad
2020-10-29
1
-1
/
+0
*
[AMDGPU] Simplify insertNoops functions. NFC.
Jay Foad
2020-10-29
1
-7
/
+3
*
[AMDGPU] Add Reset function to GCNHazardRecognizer
Austin Kerbow
2020-10-28
1
-0
/
+4
*
[AMDGPU] Fix inserting combined s_nop in bundles
Austin Kerbow
2020-10-28
1
-6
/
+15
*
[AMDGPU] Avoid inserting noops during scheduling
Austin Kerbow
2020-10-20
1
-18
/
+26
*
[AMDGPU] Fix mai hazard VALU to LD/ST
Austin Kerbow
2020-10-08
1
-5
/
+6
*
[AMDGPU] Enable scheduling around FP MODE-setting instructions
Jay Foad
2020-09-16
1
-1
/
+8
*
AMDGPU: Skip all meta instructions in hazard recognizer
Matt Arsenault
2020-09-09
1
-1
/
+1
*
[AMDGPU] Fix MAI ld/st hazard handling
Stanislav Mekhanoshin
2020-08-14
1
-2
/
+6
*
[AMDGPU] Fixed formatting in GCNHazardRecognizer.cpp. NFC.
Stanislav Mekhanoshin
2020-07-29
1
-2
/
+3
*
[AMDGPU] prefer non-mfma in post-RA schedule
Stanislav Mekhanoshin
2020-07-29
1
-0
/
+24
*
[AMDGPU] Removed s_mov_regrd and mov_fed opcodes
Dmitry Preobrazhensky
2020-07-17
1
-32
/
+1
*
[AMDGPU] Update VMEM scalar write hazard mitigation sequence
Carl Ritson
2020-07-16
1
-3
/
+7
*
[AMDGPU] Don't implement GCNHazardRecognizer::PreEmitNoops(SUnit *)
Jay Foad
2020-05-06
1
-5
/
+0
*
[AMDGPU] Better support for VMEM soft clauses in GCNHazardRecognizer
Jay Foad
2020-05-05
1
-1
/
+9
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-2
/
+2
*
AMDGPU: Fix SMEM WAR hazard for gfx10 readlane
Austin Kerbow
2019-10-18
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-10
/
+10
*
AMDGPU/GFX10: Apply the VMEM-to-scalar-write hazard also to writes to EXEC
Nicolai Haehnle
2019-07-17
1
-1
/
+1
*
[AMDGPU] gfx908 hazard recognizer
Stanislav Mekhanoshin
2019-07-11
1
-1
/
+228
*
[AMDGPU] hazard recognizer for fp atomic to s_denorm_mode
Stanislav Mekhanoshin
2019-06-21
1
-0
/
+41
*
AMDGPU: Consolidate some getGeneration checks
Matt Arsenault
2019-06-19
1
-5
/
+4
*
[AMDGPU] gfx1010 premlane instructions
Stanislav Mekhanoshin
2019-06-12
1
-0
/
+44
*
[AMDGPU] gfx1010 Avoid SMEM WAR hazard for some s_waitcnt values
Carl Ritson
2019-05-20
1
-6
/
+22
*
[AMDGPU] Check MI bundles for hazards
Austin Kerbow
2019-05-07
1
-11
/
+56
*
[AMDGPU] Fixed asan error after D61536
Stanislav Mekhanoshin
2019-05-04
1
-1
/
+1
*
AMDGPU] gfx1010 hazard recognizer
Stanislav Mekhanoshin
2019-05-04
1
-3
/
+262
*
AMDGPU: Remove unnecessary subtarget get
Matt Arsenault
2019-04-03
1
-1
/
+0
*
[AMDGPU] Omit KILL instructions from hazard recognizer
David Stuttard
2019-03-05
1
-3
/
+2
*
[AMDGPU] Fixed hazard recognizer to walk predecessors
Stanislav Mekhanoshin
2019-01-21
1
-25
/
+113
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Add llvm.amdgcn.ds.ordered.add & swap
Marek Olsak
2019-01-16
1
-4
/
+18
*
[AMDGPU] Prevent sequences of non-instructions disrupting GCNHazardRecognizer...
Carl Ritson
2018-09-10
1
-2
/
+9
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-4
/
+4
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[AMDGPU] Add GCNHazardRecognizer::checkInlineAsmHazards() and GCNHazardRecogn...
Mark Searles
2017-12-07
1
-17
/
+60
*
AMDGPU: Move hazard avoidance out of waitcnt pass.
Matt Arsenault
2017-11-17
1
-37
/
+54
*
AMDGPU: Replace list of SMEM buffer opcodes
Matt Arsenault
2017-11-17
1
-10
/
+1
*
AMDGPU: Fix breaking SMEM clauses
Matt Arsenault
2017-11-17
1
-25
/
+29
*
AMDGPU: Handle s_buffer_load_dword hazard on SI
Marek Olsak
2017-10-26
1
-0
/
+27
*
AMDGPU: Make worst-case assumption about the wait states in inline assembly
Nicolai Haehnle
2017-09-06
1
-1
/
+2
*
AMDGPU: IMPLICIT_DEFs and DBG_VALUEs do not contribute to wait states
Nicolai Haehnle
2017-09-01
1
-4
/
+9
[next]