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
/
AMDGPUTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Add option to run the load/store vectorizer
Matt Arsenault
2016-07-01
1
-0
/
+16
*
AMDGPU: Fix global isel crashes
Matt Arsenault
2016-06-28
1
-4
/
+7
*
AMDGPU: Fix typo
Matt Arsenault
2016-06-28
1
-7
/
+6
*
AMDGPU: Fix global isel build
Matt Arsenault
2016-06-28
1
-0
/
+12
*
AMDGPU: Implement per-function subtargets
Matt Arsenault
2016-06-27
1
-6
/
+64
*
AMDGPU: Move subtarget feature checks into passes
Matt Arsenault
2016-06-27
1
-14
/
+30
*
AMDGPU: Add stub custom CodeGenPrepare pass
Matt Arsenault
2016-06-24
1
-0
/
+1
*
AMDGPU: Remove disable-irstructurizer subtarget feature
Matt Arsenault
2016-06-24
1
-2
/
+7
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-20
/
+28
*
AMDGPU: Run verifier after 2nd run of SIShrinkInstructions
Matt Arsenault
2016-06-22
1
-1
/
+1
*
AMDGPU: Fix verifier errors in SILowerControlFlow
Matt Arsenault
2016-06-22
1
-2
/
+2
*
AMDGPU: Run pointer optimization passes
Matt Arsenault
2016-06-15
1
-7
/
+46
*
AMDGPU: Run verifer after insert waits pass
Matt Arsenault
2016-06-09
1
-1
/
+1
*
AMDGPU: Properly initialize SIShrinkInstructions
Matt Arsenault
2016-06-09
1
-0
/
+1
*
AMDGPU: Fix crashes on unknown processor name
Matt Arsenault
2016-06-02
1
-1
/
+1
*
AMDGPU: SIDebuggerInsertNops preserves CFG
Matt Arsenault
2016-06-02
1
-0
/
+1
*
AMDGPU: Remove unused address space
Matt Arsenault
2016-05-31
1
-10
/
+10
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-8
/
+15
*
AMDGPU: Don't run passes that aren't useful
Matt Arsenault
2016-05-18
1
-0
/
+5
*
[AMDGPU][NFC] Rename SIInsertNops -> SIDebuggerInsertNops
Konstantin Zhuravlyov
2016-05-10
1
-2
/
+2
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-1
/
+2
*
AMDGPU/SI: Add support for AMD code object version 2.
Tom Stellard
2016-05-05
1
-3
/
+0
*
AMDGPU/SI: Enable the post-ra scheduler
Tom Stellard
2016-04-30
1
-0
/
+11
*
AMDGPU/SI: Move post regalloc run of SIShrinkInstructions
Matt Arsenault
2016-04-29
1
-5
/
+1
*
[AMDGPU] Insert nop pass: take care of outstanding feedback
Konstantin Zhuravlyov
2016-04-22
1
-5
/
+1
*
[AMDGPU] Add insert nops pass based on subtarget features instead of cl::opt
Konstantin Zhuravlyov
2016-04-18
1
-7
/
+3
*
AMDGPU: Run SIFoldOperands after PeepholeOptimizer
Matt Arsenault
2016-04-14
1
-1
/
+15
*
AMDGPU: Add skeleton GlobalIsel implementation
Tom Stellard
2016-04-14
1
-0
/
+16
*
AMDGPU: Remove SIFixSGPRLiveRanges pass
Nicolai Haehnle
2016-04-14
1
-7
/
+0
*
AMDGPU: Add SIWholeQuadMode pass
Nicolai Haehnle
2016-03-21
1
-0
/
+2
*
AMDGPU: R600 code splitting cleanup
Matt Arsenault
2016-03-11
1
-2
/
+2
*
AMDGPU: Insert two S_NOP instructions for every high level source statement.
Tom Stellard
2016-03-03
1
-0
/
+11
*
AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Tom Stellard
2016-02-12
1
-5
/
+5
*
AMDGPU: Initialize SILowerControlFlow
Matt Arsenault
2016-02-12
1
-1
/
+2
*
AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Tom Stellard
2016-02-05
1
-4
/
+4
*
AMDGPU/SI: Correctly initialize SIInsertWaits pass
Tom Stellard
2016-02-05
1
-1
/
+2
*
AMDGPU: Skip promote alloca with no optimizations
Matt Arsenault
2016-02-02
1
-1
/
+1
*
AMDGPU: Fix emitting invalid workitem intrinsics for HSA
Matt Arsenault
2016-01-30
1
-2
/
+4
*
AMDGPU: Fix default device handling
Matt Arsenault
2016-01-27
1
-2
/
+16
*
AMDGPU/SI: Pass whether to use the SI scheduler via Target Attribute
Tom Stellard
2016-01-21
1
-0
/
+2
*
Correctly initialize SIAnnotateControlFlow
Tom Stellard
2016-01-20
1
-0
/
+1
*
AMDGPU/SI: Add SI Machine Scheduler
Nicolai Haehnle
2016-01-13
1
-2
/
+6
*
AMDGPU/SI: Select constant loads with non-uniform addresses to MUBUF instruct...
Tom Stellard
2015-12-15
1
-0
/
+3
*
AMDGPU/SI: Emit constant arrays in the .text section
Tom Stellard
2015-12-10
1
-2
/
+2
*
AMDGPU: Remove SIPrepareScratchRegs
Matt Arsenault
2015-11-30
1
-1
/
+0
*
AMDGPU: Add pass to detect used kernel features
Matt Arsenault
2015-11-06
1
-0
/
+8
*
AMDGPU: Initialize SIFixSGPRCopies so -print-after works
Matt Arsenault
2015-11-03
1
-1
/
+2
*
AMDGPU: Register some more passes so -print-before works
Matt Arsenault
2015-10-12
1
-0
/
+2
*
CodeGen: print and verify after TargetPassConfig::insertPass by default
Justin Bogner
2015-10-08
1
-1
/
+3
*
AMDGPU: Properly register passes
Matt Arsenault
2015-10-07
1
-2
/
+2
[prev]
[next]