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
/
SIRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Try to fix (non-clang?) bot builds
Matt Arsenault
2016-11-07
1
-10
/
+10
*
AMDGPU: Refactor copyPhysReg
Matt Arsenault
2016-11-07
1
-0
/
+103
*
AMDGPU: Stop creating unused virtual registers
Matt Arsenault
2016-11-01
1
-2
/
+5
*
AMDGPU: Fix using incorrect private resource with no allocation
Matt Arsenault
2016-10-28
1
-1
/
+12
*
Reapply "AMDGPU: Don't use offen if it is 0"
Matt Arsenault
2016-10-26
1
-9
/
+95
*
AMDGPU: Fix use-after-frees
Nicolai Haehnle
2016-10-14
1
-1
/
+1
*
AMDGPU: Do not re-use tmpreg in spill/restore lowering
Matthias Braun
2016-10-05
1
-2
/
+2
*
AMDGPU: Factor SGPR spilling into separate functions
Matt Arsenault
2016-10-04
1
-129
/
+160
*
AMDGPU: Fix typo
Matt Arsenault
2016-10-03
1
-1
/
+1
*
Revert "AMDGPU: Don't use offen if it is 0"
Mehdi Amini
2016-10-01
1
-95
/
+9
*
AMDGPU: Don't use offen if it is 0
Matt Arsenault
2016-10-01
1
-9
/
+95
*
AMDGPU: Rename spill operands to match real instruction
Matt Arsenault
2016-09-17
1
-10
/
+10
*
AMDGPU/SI: Add support for triples with the mesa3d operating system
Tom Stellard
2016-09-16
1
-1
/
+2
*
AMDGPU: Remove code I think is dead
Matt Arsenault
2016-09-13
1
-27
/
+3
*
AMDGPU: Implement is{LoadFrom|StoreTo}FrameIndex
Matt Arsenault
2016-09-10
1
-2
/
+2
*
AMDGPU] Assembler: better support for immediate literals in assembler.
Sam Kolton
2016-09-09
1
-2
/
+4
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-123
/
+178
*
AMDGPU: Fix spilling of m0
Matt Arsenault
2016-09-03
1
-2
/
+26
*
AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard
2016-08-29
1
-0
/
+6
*
XXX
Tom Stellard
2016-08-26
1
-1
/
+1
*
AMDGPU/SI: Use a better method for determining the largest pressure sets
Tom Stellard
2016-08-26
1
-9
/
+28
*
AMDGPU: Remove custom getSubReg
Matt Arsenault
2016-08-11
1
-72
/
+10
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-10
/
+10
*
AMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
Tom Stellard
2016-07-28
1
-3
/
+6
*
AMDGPU: Add HSA dispatch id intrinsic
Matt Arsenault
2016-07-22
1
-1
/
+2
*
AMDGPU/SI: Emit the number of SGPR and VGPR spills
Marek Olsak
2016-07-13
1
-0
/
+2
*
AMDGPU: Enable trackLivenessAfterRegAlloc
Matt Arsenault
2016-07-11
1
-0
/
+5
*
AMDGPU: fix local stack slot allocation bugs
Nicolai Haehnle
2016-07-11
1
-2
/
+8
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-26
/
+22
*
AMDGPU/SI: Propagate the Kill flag in storeRegToStackSlot and eliminateFrameI...
Changpeng Fang
2016-06-16
1
-12
/
+26
*
AMDGPU: Remove incorrect assertion
Matt Arsenault
2016-06-09
1
-4
/
+0
*
[AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegs
Konstantin Zhuravlyov
2016-05-24
1
-3
/
+3
*
AMDGPU: Fix verifier error when spilling undef subreg
Matt Arsenault
2016-05-18
1
-3
/
+11
*
AMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs spilled to scratch
Tom Stellard
2016-05-02
1
-2
/
+1
*
AMDGPU/SI: Set the kill flag on temp VGPRs used to restore SGPRs from scratch
Tom Stellard
2016-05-02
1
-1
/
+1
*
AMDGPU/SI: Enable the post-ra scheduler
Tom Stellard
2016-04-30
1
-16
/
+11
*
[AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunction...
Konstantin Zhuravlyov
2016-04-26
1
-2
/
+3
*
[AMDGPU] Reserve VGPRs for trap handler usage if instructed
Konstantin Zhuravlyov
2016-04-26
1
-0
/
+11
*
AMDGPU: Add queue ptr intrinsic
Matt Arsenault
2016-04-25
1
-1
/
+2
*
Silence some "initialized but unused" warnings from MSVC -- the function bein...
Aaron Ballman
2016-04-18
1
-13
/
+2
*
AMDGPU: Enable LocalStackSlotAllocation pass
Matt Arsenault
2016-04-16
1
-0
/
+138
*
AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit
Tom Stellard
2016-04-14
1
-52
/
+73
*
AMDGPU/SI: Add support for spilling VGPRs without having to scavenge registers
Tom Stellard
2016-04-13
1
-10
/
+27
*
[AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)gi...
Artem Tamazov
2016-04-13
1
-1
/
+25
*
AMDGPU/SI: Add MachineBasicBlock parameter to SIInstrInfo::insertWaitStates
Tom Stellard
2016-04-07
1
-2
/
+2
*
AMDGPU: Cache information about register pressure sets
Tom Stellard
2016-03-23
1
-24
/
+33
*
AMDGPU/SI: add llvm.amdgcn.buffer.load/store.format intrinsics
Nicolai Haehnle
2016-03-10
1
-3
/
+3
*
AMDGPU/SI: Add support for spiling SGPRs to scratch buffer
Tom Stellard
2016-03-04
1
-17
/
+69
*
AMDGPU/SI: Enable frame index scavenging during PrologEpilogueInserter
Tom Stellard
2016-03-04
1
-7
/
+13
[prev]
[next]