Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
llvm
/
test
/
Transforms
/
MemCpyOpt
/
2008-02-24-MultipleUseofSRet.ll
1e68724
Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
by Daniel Neilson
· 8 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
79e6c74
[opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction
by David Blaikie
· 11 years ago
703e488
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
by Nick Lewycky
· 11 years ago
ff123d5
Fix the remaining TCL-style quotes found in the testsuite. This is
by Chandler Carruth
· 13 years ago
80ed9dc
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
by Chris Lattner
· 14 years ago
02538ac
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
by Dan Gohman
· 15 years ago
1880092
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
by Dan Gohman
· 16 years ago
72a13d2
Use opt -S instead of piping bitcode output through llvm-dis.
by Dan Gohman
· 16 years ago
9737a63
Change these tests to feed the assembly files to opt directly, instead
by Dan Gohman
· 16 years ago
ef9a6fd
Factor a bunch of functionality related to memcpy and memset transforms out of
by Owen Anderson
· 18 years ago
[Renamed (94%) from llvm/test/Transforms/GVN/2008-02-24-MultipleUseofSRet.ll]
6ff0b82
Improve the return slot optimization to be both more aggressive (not limited to sret parameters), and
by Owen Anderson
· 18 years ago
df1d2b0
Fix an issue where GVN was performing the return slot optimization when it was
by Owen Anderson
· 18 years ago