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: 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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[AMDGPU][Waitcnt] As of gfx7, VMEM operations do not increment the export cou...
Mark Searles
2018-04-26
1
-1
/
+1
*
[AMDGPU] Waitcnt pass: add debug options
Mark Searles
2018-04-25
1
-11
/
+75
*
[AMDGPU][Waitcnt] NFC. Cleanup some code/naming consistency:
Mark Searles
2018-04-24
1
-38
/
+38
*
[AMDGPU] Do not only rely on BB number when finding bottom loop
Mark Searles
2018-04-19
1
-20
/
+45
*
[AMDGPU] Waitcnt pass: Modify the waitcnt pass to propagate info in the case ...
Mark Searles
2018-03-14
1
-13
/
+29
*
[AMDGPU] Make note of existing waitcnt instrs; this is add-on work related to...
Mark Searles
2018-02-19
1
-18
/
+16
*
[AMDGPU] Combine adjacent waitcounts in a single strongest wait
Stanislav Mekhanoshin
2018-02-15
1
-7
/
+44
*
[AMDGPU] Fixed wait count reuse
Stanislav Mekhanoshin
2018-02-08
1
-50
/
+40
*
[AMDGPU] Suppress redundant waitcnt instrs.
Mark Searles
2018-02-07
1
-18
/
+38
*
[AMDGPU] Revert "[AMDGPU] Add options for waitcnt pass debugging; add instr c...
Mark Searles
2018-01-30
1
-63
/
+8
*
[AMDGPU] Add options for waitcnt pass debugging; add instr count in debug out...
Mark Searles
2018-01-30
1
-8
/
+63
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
[AMDGPU] Revert "[AMDGPU] Add options for waitcnt pass debugging; add instr c...
Mark Searles
2017-12-07
1
-62
/
+8
*
[AMDGPU] Add options for waitcnt pass debugging; add instr count in debug out...
Mark Searles
2017-12-07
1
-8
/
+62
*
AMDGPU: fix missing s_waitcnt
Tim Corringham
2017-12-04
1
-4
/
+4
*
AMDGPU: Move hazard avoidance out of waitcnt pass.
Matt Arsenault
2017-11-17
1
-54
/
+0
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-2
/
+0
*
[AMDGPU] NFC: test commit
Evgeny Mankov
2017-08-16
1
-10
/
+10
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-53
/
+68
[next]