Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
llvm
/
test
/
Transforms
/
MergeFunc
292e78c
When removing a function from the function set and adding it to deferred, we
by Nick Lewycky
· 15 years ago
13e04ae
Fix surprising missed optimization in mergefunc where we forgot to consider
by Nick Lewycky
· 15 years ago
f1cec16
Teach mergefunc how to emit aliases safely again -- but keep it turned it off
by Nick Lewycky
· 15 years ago
375efe3
Arrays and vectors with different numbers of elements are not equivalent.
by Nick Lewycky
· 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
25675ac
Given two identical weak functions, produce one internal function and two weak
by Nick Lewycky
· 16 years ago
42ded70
This test is wrong. If you have two weak functions F and G you can't make
by Nick Lewycky
· 16 years ago
d694831
Fix tests not to emit IR output
by Anton Korobeynikov
· 17 years ago
3c6d34a
Changes from Duncan's review:
by Nick Lewycky
· 17 years ago
d01d42e
Add a new MergeFunctions pass. It finds identical functions and merges them.
by Nick Lewycky
· 17 years ago