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: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-6
/
+6
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-0
/
+2
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-8
/
+7
*
AMDGPU/SI: Don't promote alloca to vector for atomic load/store
Changpeng Fang
2018-05-17
1
-3
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+25
*
AMDGPU/SI: Don't promote alloca to vector for AddrSpaceCast instruction.
Changpeng Fang
2018-05-11
1
-1
/
+0
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-2
/
+2
*
AMDGPU/SI: Extend promoting alloca to vector to arrays of up to 16 elements
Changpeng Fang
2018-02-16
1
-1
/
+12
*
[AMDGPUPromoteAlloca] Replace deprecated memory intrinsic APIs (NFCI)
Daniel Neilson
2018-02-09
1
-7
/
+7
*
AMDGPU: Fix assert on alloca of array of struct
Matt Arsenault
2017-09-14
1
-6
/
+5
*
[AMDGPU] Fix for issue in alloca to vector promotion pass
David Stuttard
2017-06-09
1
-6
/
+12
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
AMDGPU/SI: Move the local memory usage related checking after calling convent...
Changpeng Fang
2017-05-23
1
-99
/
+114
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-15
/
+16
*
AMDGPU/SI: Don't promote to vector if the load/store is volatile.
Changpeng Fang
2017-05-12
1
-2
/
+5
*
AMDGPU: Don't promote alloca to LDS for leaf functions
Matt Arsenault
2017-05-02
1
-1
/
+8
*
[AMDGPU] Generate range metadata for workitem id
Stanislav Mekhanoshin
2017-04-12
1
-15
/
+9
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-11
/
+13
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-2
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+3
*
[AMDGPU] Account workgroup size in LDS occupancy limits
Stanislav Mekhanoshin
2017-02-01
1
-2
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
AMDGPU/SI: Give up in promote alloca when a pointer may be captured.
Changpeng Fang
2017-01-24
1
-0
/
+4
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-20
1
-20
/
+48
*
AMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts
Matt Arsenault
2016-12-10
1
-1
/
+8
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-4
/
+5
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
AMDGPU: Remove pointless dyn_cast_or_null
Matt Arsenault
2016-07-18
1
-4
/
+3
*
AMDGPU: Remove dead check in AMDGPUPromoteAlloca
Matt Arsenault
2016-07-18
1
-9
/
+10
*
AMDGPU: Remove dead code and redundant check
Matt Arsenault
2016-07-18
1
-27
/
+1
*
AMDGPU: Disable AMDGPUPromoteAlloca pass for shader calling conventions.
Nicolai Haehnle
2016-07-18
1
-0
/
+6
*
AMDGPU: Move subtarget feature checks into passes
Matt Arsenault
2016-06-27
1
-2
/
+4
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
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
[next]