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] Split -amdgpu-early-inline-all option
Stanislav Mekhanoshin
2017-03-28
1
-3
/
+13
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-0
/
+2
*
[AMDGPU] Switch data layout by triple environment amdgiz
Yaxun Liu
2017-03-25
1
-1
/
+6
*
AMDGPU: Unify divergent function exits.
Matt Arsenault
2017-03-24
1
-0
/
+5
*
[AMDGPU] Add AMDGPUAliasAnalysis to opt pipeline
Stanislav Mekhanoshin
2017-03-24
1
-1
/
+24
*
[AMDGPU] Iterative scheduling infrastructure + minimal registry scheduler
Valery Pykhtin
2017-03-21
1
-0
/
+25
*
[ADMGPU] SDWA peephole optimization pass.
Sam Kolton
2017-03-21
1
-0
/
+10
*
[AMDGPU] Run always inliner early in opt
Konstantin Zhuravlyov
2017-03-20
1
-0
/
+1
*
Revert "[AMDGPU] Run always inliner early in opt"
Konstantin Zhuravlyov
2017-03-20
1
-1
/
+0
*
[AMDGPU] Add address space based alias analysis pass
Stanislav Mekhanoshin
2017-03-17
1
-0
/
+16
*
Only unswitch loops with uniform conditions
Stanislav Mekhanoshin
2017-03-17
1
-0
/
+2
*
[AMDGPU] Run always inliner early in opt
Stanislav Mekhanoshin
2017-03-16
1
-0
/
+1
*
AMDGPU: Merge initial gfx9 support
Matt Arsenault
2017-02-18
1
-1
/
+2
*
[AMDGPU] Revert failed scheduling
Stanislav Mekhanoshin
2017-02-15
1
-2
/
+1
*
AMDGPU: Add pass to expand memcpy/memmove/memset
Matt Arsenault
2017-02-09
1
-0
/
+3
*
AMDGPU: Enable InferAddressSpaces
Matt Arsenault
2017-02-08
1
-0
/
+1
*
Re-commit AMDGPU/GlobalISel: Add support for simple shaders
Tom Stellard
2017-01-30
1
-6
/
+29
*
[AMDGPU] Internalize non-kernel symbols
Stanislav Mekhanoshin
2017-01-30
1
-2
/
+33
*
AMDGPU: Run AMDGPUCodeGenPrepare after inlining
Matt Arsenault
2017-01-30
1
-9
/
+9
*
Revert "AMDGPU/GlobalISel: Add support for simple shaders"
Tom Stellard
2017-01-30
1
-27
/
+6
*
AMDGPU/GlobalISel: Add support for simple shaders
Tom Stellard
2017-01-30
1
-6
/
+27
*
[AMDGPU] Turn AMDGPUUnifyMetadata back into module pass
Stanislav Mekhanoshin
2017-01-27
1
-1
/
+1
*
Replace addEarlyAsPossiblePasses callback with adjustPassManager
Stanislav Mekhanoshin
2017-01-26
1
-2
/
+7
*
AMDGPU: Implement early ifcvt target hooks.
Matt Arsenault
2017-01-25
1
-0
/
+14
*
[AMDGPU] Add VGPR copies post regalloc fix pass
Stanislav Mekhanoshin
2017-01-24
1
-0
/
+2
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-17
/
+26
*
[AMDGPU] Add amdgpu-unify-metadata pass
Stanislav Mekhanoshin
2016-12-08
1
-0
/
+6
*
[AMDGPU] Scalarization of global uniform loads.
Alexander Timofeev
2016-12-08
1
-0
/
+10
*
AMDGPU: Don't required structured CFG
Matt Arsenault
2016-12-06
1
-2
/
+3
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-8
/
+10
*
Revert "AMDGPU: Enable ConstrainCopy DAG mutation"
Konstantin Zhuravlyov
2016-11-17
1
-3
/
+0
*
AMDGPU: Enable ConstrainCopy DAG mutation
Matt Arsenault
2016-11-16
1
-0
/
+3
*
AMDGPU: Enable store clustering
Matt Arsenault
2016-11-15
1
-1
/
+8
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
BranchRelaxation: Support expanding unconditional branches
Matt Arsenault
2016-10-06
1
-0
/
+1
*
[AMDGPU] Pass optimization level to SelectionDAGISel
Konstantin Zhuravlyov
2016-10-03
1
-1
/
+1
*
[AMDGPU] Do not run scalar optimization passes at "-O0"
Konstantin Zhuravlyov
2016-09-30
1
-2
/
+2
*
AMDGPU: Partially fix control flow at -O0
Matt Arsenault
2016-09-29
1
-5
/
+16
*
AMDGPU: Run LoadStoreVectorizer pass by default
Matt Arsenault
2016-09-09
1
-1
/
+1
*
AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard
2016-08-29
1
-1
/
+15
*
AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the scheduler
Tom Stellard
2016-08-29
1
-11
/
+1
*
AMDGPU: Split SILowerControlFlow into two pieces
Matt Arsenault
2016-08-22
1
-8
/
+14
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+2
*
[AMDGPU] Remove duplicate initialization of SIDebuggerInsertNops pass
Konstantin Zhuravlyov
2016-08-16
1
-1
/
+0
*
AMDGPU: Prune includes
Matt Arsenault
2016-08-11
1
-9
/
+5
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+5
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+5
*
AMDGPU: Change fdiv lowering based on !fpmath metadata
Matt Arsenault
2016-07-19
1
-0
/
+8
*
AMDGPU/R600: Delete/rename intrinsics no longer used by mesa
Matt Arsenault
2016-07-14
1
-1
/
+0
*
AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
Tom Stellard
2016-07-13
1
-3
/
+3
[prev]
[next]