1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/Transforms
Xinliang David Li 6976ddd1e6 [profile] Fix runtime hook linkage bug for COFF
Patch by: Johan Engelen

the user hook has linkonceODR linkage and it needs to be
in comdatAny group.

llvm-svn: 270596
2016-05-24 18:47:38 +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 [profile] Fix runtime hook linkage bug for COFF 2016-05-24 18:47:38 +00:00
IPO Avoid including AlwaysInliner pass in opt-bisect search. 2016-05-23 21:57:54 +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 [IRCE] Return a Value*, not SCEV* from parseRangeCheck; NFC 2016-05-24 17:19:56 +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