This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-10 06:25:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Nadav Rotem
afa1d260c0
Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop.
...
llvm-svn: 169016
2012-11-30 17:27:53 +00:00
..
Hello
Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet.
2010-10-07 00:31:16 +00:00
InstCombine
Move library call simplification statistic to instcombine
2012-11-30 04:05:06 +00:00
Instrumentation
[asan] simplify the code around doesNotReturn call. It now magically works.
2012-11-30 11:08:59 +00:00
IPO
No need to run LICM after loop vectorization because we dont generate invariant code any more.
2012-11-29 19:28:29 +00:00
Scalar
Move library call simplification statistic to instcombine
2012-11-30 04:05:06 +00:00
Utils
Fix non-determinism introduced in r168970 and pointed out by Duncan.
2012-11-30 09:34:29 +00:00
Vectorize
Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop.
2012-11-30 17:27:53 +00:00
CMakeLists.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
Makefile
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00