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
/
SIInsertWaits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU][Waitcnt] Remove the old waitcnt pass
Mark Searles
2018-05-07
1
-703
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-23
/
+23
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-13
/
+8
*
AMDGPU: Make auto waitcnt before barrier a feature
Konstantin Zhuravlyov
2017-06-02
1
-1
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-5
/
+5
*
AMDGPU: Insert wait at start of callee functions
Matt Arsenault
2017-04-11
1
-0
/
+14
*
AMDGPU: Rename SI_RETURN
Matt Arsenault
2017-03-21
1
-2
/
+2
*
AMDGPU: Don't wait at end of block with a trivial successor
Matt Arsenault
2017-03-08
1
-2
/
+14
*
[AMDGPU] Add target information that is required by tools to metadata
Konstantin Zhuravlyov
2017-02-08
1
-13
/
+12
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-21
1
-21
/
+24
*
AMDGPU/SI: Implement sendmsghalt intrinsic
Jan Vesely
2017-01-04
1
-2
/
+3
*
AMDGPU: Refactor exp instructions
Matt Arsenault
2016-12-05
1
-5
/
+5
*
AMDGPU: Rename flat operands to match mubuf
Matt Arsenault
2016-11-29
1
-6
/
+6
*
AMDGPU/SI: Add back reverted SGPR spilling code, but disable it
Marek Olsak
2016-11-25
1
-1
/
+42
*
Revert "AMDGPU: Implement SGPR spilling with scalar stores"
Marek Olsak
2016-11-25
1
-42
/
+1
*
AMDGPU: Implement SGPR spilling with scalar stores
Matt Arsenault
2016-11-13
1
-1
/
+42
*
AMDGPU: Preserve vcc undef flags when inverting branch
Matt Arsenault
2016-11-07
1
-4
/
+6
*
AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructions
Tom Stellard
2016-10-28
1
-2
/
+11
*
[AMDGPU] Refactor waitcnt encoding
Konstantin Zhuravlyov
2016-10-11
1
-12
/
+16
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version
Konstantin Zhuravlyov
2016-09-30
1
-6
/
+10
*
[AMDGPU] Ask subtarget if waitcnt instruction is needed before barrier instru...
Konstantin Zhuravlyov
2016-09-30
1
-2
/
+3
*
AMDGPU: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-1
/
+1
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-10
/
+8
*
AMDGPU/SI: Use the hazard recognizer to break SMEM soft clauses
Tom Stellard
2016-05-02
1
-2
/
+1
*
AMDGPU/SI: Use hazard recognizer to detect DPP hazards
Tom Stellard
2016-05-02
1
-55
/
+0
*
AMDGPU/SI: Remove wait state handling for SMRD in SIInsertWaits
Tom Stellard
2016-04-30
1
-6
/
+0
*
AMDGPU/SI: Add llvm.amdgcn.s.waitcnt.all intrinsic
Nicolai Haehnle
2016-04-27
1
-13
/
+70
*
AMDGPU/SI: Insert wait states required after v_readfirstlane on SI
Tom Stellard
2016-04-12
1
-0
/
+6
*
AMDGPU/SI: Add MachineBasicBlock parameter to SIInstrInfo::insertWaitStates
Tom Stellard
2016-04-07
1
-1
/
+1
*
AMDGPU/SI: Handle wait states required for DPP instructions
Tom Stellard
2016-03-14
1
-0
/
+55
*
AMDGPU/SI: Incomplete shader binaries need to finish execution at the end
Marek Olsak
2016-03-14
1
-8
/
+0
*
AMDGPU: Simplify boolean conditional return statements
Matt Arsenault
2016-03-02
1
-4
/
+1
*
AMDGPU: Fix bug 26659.
Matt Arsenault
2016-03-02
1
-1
/
+1
*
AMDGPU/SI: Fix s_waitcnt insertion for flat instructions
Tom Stellard
2016-02-19
1
-2
/
+4
*
AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
Tom Stellard
2016-02-08
1
-1
/
+55
*
AMDGPU/SI: Correctly initialize SIInsertWaits pass
Tom Stellard
2016-02-05
1
-5
/
+16
*
AMDGPU: waitcnt operand fixes
Tom Stellard
2016-01-28
1
-2
/
+2
*
AMDGPU/SI: Remove ending s_endpgm from non-void functions
Marek Olsak
2016-01-13
1
-0
/
+8
*
AMDGPU/SI: Add s_waitcnt at the end of non-void functions
Marek Olsak
2016-01-13
1
-1
/
+7
*
AMDGPU: Add MachineInstr overloads for instruction format tests
Matt Arsenault
2015-10-20
1
-4
/
+4
*
AMDGPU: Fix unused variable warning in release build
Matt Arsenault
2015-10-01
1
-2
/
+2
*
AMDGPU: Make SIInsertWaits about a factor of 4 faster
Matt Arsenault
2015-10-01
1
-23
/
+22
*
AMDGPU: Fix recomputing dominator tree unnecessarily
Matt Arsenault
2015-09-25
1
-1
/
+5
*
AMDGPU: Add s_dcache_* instructions
Matt Arsenault
2015-09-24
1
-6
/
+14
*
AMDGPU/SI: Better handle s_wait insertion
Tom Stellard
2015-08-21
1
-2
/
+5
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-0
/
+480