Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
llvm
/
lib
/
Target
/
AMDGPU
/
AMDGPUPromoteAlloca.cpp
c5fce69
AMDGPU: Fix mishandling array allocations when promoting alloca
by Matt Arsenault
· 10 years ago
0547b01
AMDGPU: Account for globals in AMDGPUPromoteAlloca pass
by Matt Arsenault
· 10 years ago
7de74af
Add optimization bisect opt-in calls for AMDGPU passes
by Andrew Kaylor
· 10 years ago
79a1fd7
AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit
by Tom Stellard
· 10 years ago
0a30e45
AMDGPU: Promote alloca should skip volatiles
by Matt Arsenault
· 10 years ago
bafc9dc
AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
by Matt Arsenault
· 10 years ago
56356c8
AMDGPU: Remove a fixme for ptrrtoint handling
by Matt Arsenault
· 10 years ago
cf84e26
AMDGPU: Preserve alignments on new created globals
by Matt Arsenault
· 10 years ago
de42081
AMDGPU: Do not promote allocas with non-inbounds GEPs
by Matt Arsenault
· 10 years ago
7e747f1
AMDGPU: Handle promoting memmove
by Matt Arsenault
· 10 years ago
8b17567
AMDGPU: Skip promote alloca with no optimizations
by Matt Arsenault
· 10 years ago
fb8cdba
AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
by Matt Arsenault
· 10 years ago
e5737f7
AMDGPU: Report AMDGPUPromoteAlloca changed the function
by Matt Arsenault
· 10 years ago
ad13484
AMDGPU: Whitelist handled intrinsics
by Matt Arsenault
· 10 years ago
853a1fc
AMDGPU: Use inbounds when calculating workitem offset
by Matt Arsenault
· 10 years ago
e013246
AMDGPU: Fix emitting invalid workitem intrinsics for HSA
by Matt Arsenault
· 10 years ago
0b783ef0
AMDGPU: Fix crash with invariant markers
by Matt Arsenault
· 10 years ago
5f6eaac
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
by Manuel Jacob
· 10 years ago
67cf9a7
Revert "Change memcpy/memset/memmove to have dest and source alignments."
by Pete Cooper
· 10 years ago
72bc23e
Change memcpy/memset/memmove to have dest and source alignments.
by Pete Cooper
· 10 years ago
a73371a
AMDGPU: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
19c5488
AMDGPU: Produce error on dynamic_stackalloc
by Matt Arsenault
· 10 years ago
e3dcce9
De-constify pointers to Type since they can't be modified. NFC
by Craig Topper
· 10 years ago
7227cc1
AMDGPU: Don't try to use LDS/vector for private if pointer value stored
by Matt Arsenault
· 10 years ago
fdcd39a
AMDGPU: Fix crash if called function is a bitcast
by Matt Arsenault
· 10 years ago
45bb48e
R600 -> AMDGPU rename
by Tom Stellard
· 10 years ago
[Renamed from llvm/lib/Target/R600/AMDGPUPromoteAlloca.cpp]
ff6409d
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only
by David Blaikie
· 10 years ago
75e0c4b
Remove superfluous .str() and replace std::string concatenation with Twine.
by Yaron Keren
· 11 years ago
156d46e
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
by David Blaikie
· 11 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
5b2927f
R600: Don't promote allocas when one of the users is a ptrtoint instruction
by Tom Stellard
· 11 years ago
c6cc58e
Remove unnecessary copying or replace it with moves in a bunch of places.
by Benjamin Kramer
· 11 years ago
65f67e4
R600/SI: Fix promote alloca pass breaking addrspacecast
by Matt Arsenault
· 11 years ago
8c90fd7
Add override to overriden virtual methods, remove virtual keywords.
by Benjamin Kramer
· 11 years ago
642d2e7
R600: Don't crash on unhandled instruction in promote alloca
by Matt Arsenault
· 11 years ago
6f62cf8
Fix missing newline and simplify debug printing.
by Matt Arsenault
· 11 years ago
880a80a
R600: Use LDS and vectors for private memory
by Tom Stellard
· 11 years ago