1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/Transforms
Benjamin Kramer 75785ec972 SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp.
This transforms another 1000 switches in gcc.c.

llvm-svn: 124826
2011-02-03 22:51:41 +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 Conservatively, clear optional flags, such as nsw, when performing 2011-02-02 02:05:46 +00:00
Instrumentation Implementation of path profiling. 2011-01-29 01:09:53 +00:00
IPO Remove wasteful caching. This isn't needed for correctness because any function 2011-02-02 05:31:01 +00:00
Scalar Fix reassociate to clear optional flags, such as nsw. 2011-02-02 02:02:34 +00:00
Utils SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp. 2011-02-03 22:51:41 +00:00
Makefile