freebsd-dev/contrib/llvm/tools
Dimitry Andric 11c1fce83a Pull in r283060 from upstream llvm trunk (by Hal Finkel):
[PowerPC] Refactor soft-float support, and enable PPC64 soft float

  This change enables soft-float for PowerPC64, and also makes
  soft-float disable all vector instruction sets for both 32-bit and
  64-bit modes. This latter part is necessary because the PPC backend
  canonicalizes many Altivec vector types to floating-point types, and
  so soft-float breaks scalarization support for many operations. Both
  for embedded targets and for operating-system kernels desiring
  soft-float support, it seems reasonable that disabling hardware
  floating-point also disables vector instructions (embedded targets
  without hardware floating point support are unlikely to have Altivec,
  etc. and operating system kernels desiring not to use floating-point
  registers to lower syscall cost are unlikely to want to use vector
  registers either). If someone needs this to work, we'll need to
  change the fact that we promote many Altivec operations to act on
  v4f32. To make it possible to disable Altivec when soft-float is
  enabled, hardware floating-point support needs to be expressed as a
  positive feature, like the others, and not a negative feature,
  because target features cannot have dependencies on the disabling of
  some other feature. So +soft-float has now become -hard-float.

  Fixes PR26970.

Pull in r283061 from upstream clang trunk (by Hal Finkel):

  [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float

  Enable soft-float support on PPC64, as the backend now supports it.
  Also, the backend now uses -hard-float instead of +soft-float, so set
  the target features accordingly.

  Fixes PR26970.

Reported by:	Mark Millard
PR:		214433
2016-11-25 18:12:13 +00:00
..
bugpoint Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
clang Pull in r283060 from upstream llvm trunk (by Hal Finkel): 2016-11-25 18:12:13 +00:00
llc Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
lld Include Options.inc using path from lld src top 2016-08-30 16:49:09 +00:00
lldb Slightly reduce diffs against upstream lldb, and comment out PDB support. 2016-08-25 21:13:16 +00:00
lli Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-ar Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-as Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-bcanalyzer Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-cov Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-cxxdump Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-diff Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-dis Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-dwarfdump Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-extract Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-link Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-lto Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-mc Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-nm Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-objdump Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-pdbdump Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-profdata Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-readobj Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-rtdyld Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-stress Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
llvm-symbolizer Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00
opt Update llvm to release_39 branch r276489, and resolve conflicts. 2016-08-16 21:02:59 +00:00