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
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-4
/
+4
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-4
/
+4
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-4
/
+4
*
[amdgpu] Fix `-Wenum-compare` warning. NFC.
Michael Liao
2019-12-12
1
-6
/
+6
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-1
/
+3
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-3
/
+3
*
AMDGPU: Simplify getAddressSpace calls
Matt Arsenault
2019-10-31
1
-1
/
+1
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
AMDGPU: Fix iterator crash in AMDGPUPromoteAlloca
Matt Arsenault
2019-06-18
1
-5
/
+9
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Extend promote alloca vectorization
Stanislav Mekhanoshin
2018-11-08
1
-4
/
+20
*
AMDGPU: Add an option -disable-promote-alloca-to-lds
Yaxun Liu
2018-11-06
1
-0
/
+8
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-14
/
+11
*
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
[next]