1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms
Keno Fischer fe589b62e3 Also map the personality function in CloneFunctionInto
Summary: The Old personality function gets copied over, but the
Materializer didn't  have a chance to inspect it (e.g. to fix up
references to the correct module for the target function).
Also add a verifier check that makes sure the personality routine
is in the same module as the function whose personality it is.

Reviewers: majnemer

Subscribers: jevinskie, llvm-commits

Differential Revision: http://reviews.llvm.org/D14474

llvm-svn: 253183
2015-11-16 05:13:30 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine Fixed GEP visitor in the InstCombine pass. 2015-11-15 08:19:35 +00:00
Instrumentation [safestack] Rewrite isAllocaSafe using SCEV. 2015-11-13 21:21:42 +00:00
IPO [GlobalOpt] Demote globals to locals more aggressively 2015-11-15 14:21:37 +00:00
ObjCARC ObjCARC: Remove implicit ilist iterator conversions, NFC 2015-10-19 23:20:14 +00:00
Scalar [Sink] Don't move landingpads 2015-11-16 04:47:58 +00:00
Utils Also map the personality function in CloneFunctionInto 2015-11-16 05:13:30 +00:00
Vectorize [SLP] Enable -slp-vectorize-hor by default. 2015-11-11 15:03:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile