CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/18 16:28:23
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches:
patch-lib_CodeGen_SelectionDAG_DAGCombiner_cpp
patch-lib_Target_PowerPC_PPCAsmPrinter_cpp
patch-lib_Target_PowerPC_PPCISelDAGToDAG_cpp
patch-lib_Target_PowerPC_PPCMCInstLower_cpp
Log message:
llvm: add powerpc improvements from base clang:
- fix small pic for secure-plt mode (from kettenis@)
- modify LLVM's DAGCombiner to skip an optimization if it
would make an illegal ISD::ADDE node, fixing a fatal backend error
(from gkoehler@ with help from mortimer@)
OK jca@ (maintainer)