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
/
AMDGPUPromoteAlloca.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Fix promote alloca for pointer loads
Matt Arsenault
2016-05-18
1
-3
/
+7
*
AMDGPU: Handle alloca promoting with null operands
Matt Arsenault
2016-05-18
1
-2
/
+37
*
AMDGPU: Fix promote alloca pass creating huge arrays
Matt Arsenault
2016-05-16
1
-19
/
+86
*
AMDGPU: Fix breaking IR on instructions with multiple pointer operands
Matt Arsenault
2016-05-12
1
-8
/
+91
*
AMDGPU: Fix mishandling array allocations when promoting alloca
Matt Arsenault
2016-04-28
1
-1
/
+3
*
AMDGPU: Account for globals in AMDGPUPromoteAlloca pass
Matt Arsenault
2016-04-27
1
-2
/
+4
*
Add optimization bisect opt-in calls for AMDGPU passes
Andrew Kaylor
2016-04-25
1
-1
/
+1
*
AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit
Tom Stellard
2016-04-14
1
-5
/
+7
*
AMDGPU: Promote alloca should skip volatiles
Matt Arsenault
2016-03-23
1
-0
/
+13
*
AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
Matt Arsenault
2016-03-11
1
-6
/
+12
*
AMDGPU: Remove a fixme for ptrrtoint handling
Matt Arsenault
2016-03-07
1
-1
/
+0
*
AMDGPU: Preserve alignments on new created globals
Matt Arsenault
2016-02-05
1
-2
/
+10
*
AMDGPU: Do not promote allocas with non-inbounds GEPs
Matt Arsenault
2016-02-02
1
-0
/
+7
*
AMDGPU: Handle promoting memmove
Matt Arsenault
2016-02-02
1
-0
/
+24
*
AMDGPU: Skip promote alloca with no optimizations
Matt Arsenault
2016-02-02
1
-1
/
+1
*
AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
Matt Arsenault
2016-02-02
1
-27
/
+21
*
AMDGPU: Report AMDGPUPromoteAlloca changed the function
Matt Arsenault
2016-02-02
1
-22
/
+21
*
AMDGPU: Whitelist handled intrinsics
Matt Arsenault
2016-02-02
1
-8
/
+36
*
AMDGPU: Use inbounds when calculating workitem offset
Matt Arsenault
2016-02-02
1
-6
/
+7
*
AMDGPU: Fix emitting invalid workitem intrinsics for HSA
Matt Arsenault
2016-01-30
1
-31
/
+177
*
AMDGPU: Fix crash with invariant markers
Matt Arsenault
2016-01-22
1
-0
/
+8
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-3
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-3
/
+3
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-3
/
+3
*
AMDGPU: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
AMDGPU: Produce error on dynamic_stackalloc
Matt Arsenault
2015-08-26
1
-0
/
+3
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-3
/
+3
*
AMDGPU: Don't try to use LDS/vector for private if pointer value stored
Matt Arsenault
2015-07-28
1
-4
/
+14
*
AMDGPU: Fix crash if called function is a bitcast
Matt Arsenault
2015-07-28
1
-1
/
+6
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-0
/
+407
[prev]