index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AMDGPU
/
SIInsertWaitcnts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] need to insert wait between the scalar load and vector store to the ...
alex-t
2020-01-04
1
-0
/
+21
*
[amdgpu] Fix scoreboard updating on `s_waitcnt_vscnt`.
Michael Liao
2019-12-31
1
-1
/
+1
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-1
/
+1
*
[AMDGPU] Fix function name in debug output
Jay Foad
2019-11-25
1
-3
/
+3
*
AMDGPU: Handle waitcnt overflow
Austin Kerbow
2019-11-23
1
-1
/
+4
*
[AMDGPU] Simplify VCCZ bug handling
Jay Foad
2019-10-30
1
-5
/
+1
*
[AMDGPU] Consolidate one more getGeneration check
Jay Foad
2019-10-30
1
-1
/
+1
*
AMDGPU: Avoid overwriting saved PC
Austin Kerbow
2019-10-28
1
-6
/
+20
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
1
-1
/
+1
*
AMDGPU: Look through bundles for existing waitcnts
Matt Arsenault
2019-07-03
1
-1
/
+2
*
AMDGPU: Add intrinsics for DS GWS semaphore instructions
Matt Arsenault
2019-06-20
1
-5
/
+0
*
AMDGPU: Consolidate some getGeneration checks
Matt Arsenault
2019-06-19
1
-1
/
+1
*
Reapply "AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics"
Matt Arsenault
2019-06-19
1
-18
/
+10
*
Revert rL363678 : AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
Simon Pilgrim
2019-06-19
1
-10
/
+18
*
AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
Matt Arsenault
2019-06-18
1
-18
/
+10
*
[AMDGPU] gfx10 conditional registers handling
Stanislav Mekhanoshin
2019-06-16
1
-3
/
+3
*
AMDGPU: Avoid most waitcnts before calls
Matt Arsenault
2019-06-14
1
-66
/
+90
*
[AMDGPU] gfx1010 wait count insertion
Stanislav Mekhanoshin
2019-05-03
1
-56
/
+144
*
[AMDGPU] gfx1010 utility functions
Stanislav Mekhanoshin
2019-04-25
1
-4
/
+4
*
AMDGPU: Correct type for waitcnt debug flag
Matt Arsenault
2019-03-14
1
-2
/
+2
*
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
-5
/
+9
*
AMDGPU/InsertWaitcnts: Update VGPR/SGPR bounds when brackets are merged
Carl Ritson
2018-12-19
1
-0
/
+3
*
AMDGPU/InsertWaitcnts: Remove the dependence on MachineLoopInfo
Nicolai Haehnle
2018-11-29
1
-469
/
+256
*
AMDGPU/InsertWaitcnt: Consistently use uint32_t for scores / time points
Nicolai Haehnle
2018-11-29
1
-55
/
+49
*
AMDGPU/InsertWaitcnt: Remove unused WaitAtBeginning
Nicolai Haehnle
2018-11-29
1
-27
/
+2
*
AMDGPU/InsertWaitcnts: Simplify pending events tracking
Nicolai Haehnle
2018-11-29
1
-191
/
+59
*
AMDGPU/InsertWaitcnts: Use foreach loops for inst and wait event types
Nicolai Haehnle
2018-11-29
1
-26
/
+39
*
AMDGPU/InsertWaitcnts: Untangle some semi-global state
Nicolai Haehnle
2018-11-29
1
-242
/
+192
*
AMDGPU/InsertWaitcnts: Some more const-correctness
Nicolai Haehnle
2018-11-19
1
-4
/
+4
*
AMDGPU/InsertWaitcnts: Cleanup some old cruft (NFCI)
Nicolai Haehnle
2018-11-07
1
-91
/
+71
*
AMDGPU/InsertWaitcnts: Remove kill-related logic
Nicolai Haehnle
2018-11-07
1
-101
/
+1
*
AMDGPU: Re-apply r341982 after fixing the layering issue
Konstantin Zhuravlyov
2018-09-12
1
-2
/
+2
*
Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...
Ilya Biryukov
2018-09-12
1
-2
/
+2
*
AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination
Konstantin Zhuravlyov
2018-09-11
1
-2
/
+2
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-5
/
+3
*
[AMDGPU][Waitcnt] Re-apply fix "comparison of integers of different signs" bu...
Mark Searles
2018-07-16
1
-1
/
+1
*
Revert "[AMDGPU][Waitcnt] fix "comparison of integers of different signs" bui...
Mark Searles
2018-07-16
1
-1
/
+1
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-4
/
+4
*
[AMDGPU][Waitcnt] fix "comparison of integers of different signs" build error
Mark Searles
2018-07-09
1
-1
/
+1
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-4
/
+3
*
AMDGPU: Silence unused warnings in waitcnt insertion pass in release build
Konstantin Zhuravlyov
2018-06-26
1
-1
/
+5
*
[AMDGPU] Fix bug with tracking processed blocks in SIInsertWaitcnts
Scott Linder
2018-06-21
1
-0
/
+1
*
[AMDGPU][Waitcnt] Fix handling of flat instrs
Mark Searles
2018-06-04
1
-6
/
+10
*
[AMDGPU][Waitcnt] Fix build error: unused variable 'SWaitInst'
Mark Searles
2018-05-30
1
-6
/
+2
*
[AMDGPU][Waitcnt] Fix handling of loops with many bottom blocks
Mark Searles
2018-05-30
1
-19
/
+23
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-21
/
+23
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[AMDGPU][Waitcnt] Remove the old waitcnt pass
Mark Searles
2018-05-07
1
-5
/
+14
[next]