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
/
SILowerControlFlow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-1
/
+1
*
[AMDGPU] prevent hitting Assertion `isReg() && "Wrong MachineOperand accessor"'
Mark Searles
2018-06-12
1
-2
/
+2
*
[AMDGPU] Fixed incorrect break from loop
Tim Renouf
2018-05-25
1
-2
/
+40
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-13
/
+13
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
AMDGPU: Add new intrinsic llvm.amdgcn.kill(i1)
Marek Olsak
2017-10-24
1
-4
/
+5
*
[AMDGPU] Preserve inverted bit in SI_IF in presence of SI_KILL
Stanislav Mekhanoshin
2017-08-04
1
-5
/
+33
*
[AMDGPU] Optimize SI_IF lowering for simple if regions
Stanislav Mekhanoshin
2017-07-26
1
-8
/
+23
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-20
1
-14
/
+19
*
[AMDGPU] Add exec copy to LiveIntervals in SILowerControlFlow::emitElse
Stanislav Mekhanoshin
2017-01-19
1
-1
/
+3
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-16
/
+14
*
[AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition ...
Stanislav Mekhanoshin
2016-11-28
1
-3
/
+75
*
[AMDGPU] Fix multiple vreg definitions in si-lower-control-flow
Stanislav Mekhanoshin
2016-11-22
1
-7
/
+15
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
AMDGPU: Partially fix control flow at -O0
Matt Arsenault
2016-09-29
1
-13
/
+61
*
AMDGPU: Remove register operand from si_mask_branch
Matt Arsenault
2016-08-27
1
-4
/
+2
*
AMDGPU: Split SILowerControlFlow into two pieces
Matt Arsenault
2016-08-22
1
-343
/
+169
*
AMDGPU: Remove unused tracking of flat instructions
Matt Arsenault
2016-08-11
1
-15
/
+0
*
AMDGPU: Change insertion point of si_mask_branch
Matt Arsenault
2016-08-10
1
-10
/
+17
*
AMDGPU: add execfix flag to SI_ELSE
Nicolai Haehnle
2016-07-28
1
-8
/
+4
*
Remove MCAsmInfo.h include from TargetOptions.h
Reid Kleckner
2016-07-27
1
-0
/
+1
*
AMDGPU: Make AMDGPUMachineFunction fields private
Matt Arsenault
2016-07-26
1
-1
/
+1
*
AMDGPU: Make skip threshold an option
Matt Arsenault
2016-07-25
1
-3
/
+8
*
[AMDGPU] Remove spurious line (should've been removed in r276029).
Davide Italiano
2016-07-19
1
-3
/
+0
*
[AMDGPU] Remove dead code.
Davide Italiano
2016-07-19
1
-25
/
+0
*
AMDGPU: Expand register indexing pseudos in custom inserter
Matt Arsenault
2016-07-19
1
-286
/
+0
*
AMDGPU: Fix not expanding control flow after some kill blocks
Matt Arsenault
2016-07-15
1
-7
/
+2
*
AMDGPU: Fix trying to skip from a block with no successors
Matt Arsenault
2016-07-15
1
-2
/
+3
*
AMDGPU: Follow up to r275203
Matt Arsenault
2016-07-12
1
-24
/
+27
*
AMDGPU: Fix verifier error with kill intrinsic
Matt Arsenault
2016-07-12
1
-65
/
+122
*
Revert "AMDGPU: Remove unused control flow intrinsic"
Matt Arsenault
2016-07-09
1
-0
/
+19
*
AMDGPU: Improve offset folding for register indexing
Matt Arsenault
2016-07-09
1
-22
/
+40
*
AMDGPU: Remove unused control flow intrinsic
Matt Arsenault
2016-07-08
1
-19
/
+0
*
AMDGPU: Minor adjustment to r274817
Matt Arsenault
2016-07-08
1
-1
/
+1
*
AMDGPU: Move si_mask_branch register operand to be a use
Matt Arsenault
2016-07-08
1
-4
/
+6
*
AMDGPU: Cleanup. Use definesRegister instead of manual loop
Matt Arsenault
2016-07-08
1
-6
/
+2
*
AMDGPU: Fix return of non-void-returning shaders
Nicolai Haehnle
2016-07-06
1
-6
/
+4
*
AMDGPU: Add m0 vgpr load loop block as successor
Matt Arsenault
2016-06-30
1
-0
/
+1
*
AMDGPU: Fix out of bounds indirect indexing errors
Matt Arsenault
2016-06-28
1
-8
/
+19
*
AMDGPU: Fix verifier errors with undef vector indices
Matt Arsenault
2016-06-27
1
-27
/
+37
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-3
/
+4
*
AMDGPU: Fix liveness when expanding m0 loop
Matt Arsenault
2016-06-22
1
-17
/
+60
*
AMDGPU: Fix verifier errors in SILowerControlFlow
Matt Arsenault
2016-06-22
1
-66
/
+127
*
AMDGPU: Also look for s_cbranch_vccz
Matt Arsenault
2016-05-19
1
-1
/
+2
*
AMDGPU: Fix crash with unreachable terminators.
Matt Arsenault
2016-04-29
1
-12
/
+27
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-6
/
+4
[next]