1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Teresa Johnson 655b4d9f20 [ThinLTO] Refactor ODR resolution and internalization (NFC)
Move the now index-based ODR resolution and internalization routines out
of ThinLTOCodeGenerator.cpp and into either LTO.cpp (index-based
analysis) or FunctionImport.cpp (index-driven optimizations).
This is to enable usage by other linkers.

llvm-svn: 270698
2016-05-25 14:03:11 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [InstCombine] Fix assertion when bitcast is converted to gep 2016-05-23 19:23:17 +00:00
Instrumentation [X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intrinsics with generic IR 2016-05-25 08:59:18 +00:00
IPO [ThinLTO] Refactor ODR resolution and internalization (NFC) 2016-05-25 14:03:11 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar [X86] Remove the llvm.x86.sse2.storel.dq intrinsic. It hasn't been used in a long time. 2016-05-25 06:56:32 +00:00
Utils Fix 80-column violation. 2016-05-21 21:12:06 +00:00
Vectorize fix typos; NFC 2016-05-24 16:51:26 +00:00
CMakeLists.txt
LLVMBuild.txt