CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/02/19 17:24:11
Modified files:
devel/llvm : Makefile
devel/llvm/patches: patch-lib_Target_X86_X86RegisterInfo_td
Added files:
devel/llvm/patches:
patch-include_llvm_Config_llvm-config_h_cmake
patch-lib_Target_PowerPC_PPCISelLowering_cpp
patch-lib_Target_PowerPC_PPCSubtarget_h
patch-lib_Target_X86_AsmParser_X86AsmParser_cpp
patch-lib_Target_X86_InstPrinter_X86ATTInstPrinter_cpp
patch-lib_Target_X86_InstPrinter_X86ATTInstPrinter_h
patch-lib_Target_X86_InstPrinter_X86IntelInstPrinter_cpp
patch-lib_Target_X86_InstPrinter_X86IntelInstPrinter_h
patch-lib_Target_X86_X86ISelLowering_cpp
patch-lib_Target_X86_X86InstrFPStack_td
patch-lib_Target_X86_X86InstrInfo_td
patch-lib_Target_X86_X86RegisterInfo_cpp
patch-tools_clang_lib_Parse_ParseStmtAsm_cpp
patch-tools_lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_cpp
patch-tools_lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_h
patch-utils_TableGen_X86RecognizableInstr_cpp
Log message:
Merge various improvements from base
- avoid naming clash, bsd.lib.mk defines "PIC"
- x86: floating point fixes (backported from upstream)
- powerpc: avoid unaligned floating-point load and store instructions
(Initial diff by George Koehler)
- lldb, x86: skip retguard instructions in prologue detection
Diff from Brad