hanchenye-llvm-project/llvm/lib/Transforms
Chris Lattner 23f61a09af enhance memcpyopt to obey -fno-builtin and friends. This addresses a
problem reported on cfe-dev.

llvm-svn: 130661
2011-05-01 18:27:11 +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
IPO Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
InstCombine InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for urem or constant B. 2011-04-30 18:16:07 +00:00
Instrumentation Only read *predecessor once so as to fix a theoretical issue where it changes 2011-04-28 21:35:49 +00:00
Scalar enhance memcpyopt to obey -fno-builtin and friends. This addresses a 2011-05-01 18:27:11 +00:00
Utils Assing line number info to new PHIs created by SSA updater. 2011-04-29 22:28:59 +00:00
CMakeLists.txt Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Makefile