Author: dim
Date: Mon Dec 16 18:45:21 2013
New Revision: 259473
URL: http://svnweb.freebsd.org/changeset/base/259473
Log:
Enable llvm's integrated assembler for PowerPC, since it should now be
good enough for typical usage.
Requested by: rdivacky
MFC after:1 week
Added:
head/lib/
Author: dim
Date: Tue Dec 17 07:59:00 2013
New Revision: 259498
URL: http://svnweb.freebsd.org/changeset/base/259498
Log:
Pull in r197399 from upstream clang trunk:
Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
MFC after:3 days
Modified:
head/contrib/llvm/tools/clan
Author: dim
Date: Fri Dec 20 20:14:54 2013
New Revision: 259664
URL: http://svnweb.freebsd.org/changeset/base/259664
Log:
MFC r259498:
Pull in r197399 from upstream clang trunk:
Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
Modified:
stable/10/contrib/llvm/tools/clang/l
Author: dim
Date: Fri Dec 20 20:14:54 2013
New Revision: 259664
URL: http://svnweb.freebsd.org/changeset/base/259664
Log:
MFC r259498:
Pull in r197399 from upstream clang trunk:
Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
Modified:
stable/9/contrib/llvm/tools/clang/li
Author: dim
Date: Sun Dec 22 00:05:15 2013
New Revision: 259700
URL: http://svnweb.freebsd.org/changeset/base/259700
Log:
Tag llvm release_34 branch r197841 (effectively, 3.4 RC3).
Added:
vendor/llvm/llvm-release_34-r197841/
- copied from r259699, vendor/llvm/dist/
__
Author: dim
Date: Sun Dec 22 00:08:20 2013
New Revision: 259703
URL: http://svnweb.freebsd.org/changeset/base/259703
Log:
Tag clang release_34 branch r197841 (effectively, 3.4 RC3).
Added:
vendor/clang/clang-release_34-r197841/
- copied from r259702, vendor/clang/dist/
__
Author: dim
Date: Sun Dec 22 12:53:56 2013
New Revision: 259720
URL: http://svnweb.freebsd.org/changeset/base/259720
Log:
For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.
MFC after:3 days
Modified:
head/gnu/lib/csu/Makefile
Modified: head/gnu/lib/csu/Makefile
==
Author: dim
Date: Sun Dec 22 14:14:53 2013
New Revision: 259724
URL: http://svnweb.freebsd.org/changeset/base/259724
Log:
Apply upstream commit 33312fd828e59c78ae4ee30fd70d0ca109748cf0 (by
zoulasc) to contrib/file:
don't write a char to a pointer.
MFC after:3 days
Modified:
Author: dim
Date: Sun Dec 22 17:51:33 2013
New Revision: 259730
URL: http://svnweb.freebsd.org/changeset/base/259730
Log:
To avoid having to explicitly test COMPILER_TYPE for setting
clang-specific or gcc-specific flags, introduce the following new
variables for use in Makefiles:
CFLAGS
Author: dim
Date: Sun Dec 22 19:47:22 2013
New Revision: 259736
URL: http://svnweb.freebsd.org/changeset/base/259736
Log:
Fix incorrect header guard define in sys/netpfil/pf/pf.h, which snuck in
in r257186. Found by clang 3.4.
Modified:
head/sys/netpfil/pf/pf.h
Modified: head/sys/netpfil/
Author: dim
Date: Sun Dec 22 20:46:31 2013
New Revision: 259740
URL: http://svnweb.freebsd.org/changeset/base/259740
Log:
In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced if
SORT_THREADS is defined, so make the whole function conditional, instead
of just the pthread calls in it.
Author: dim
Date: Mon Dec 23 00:02:18 2013
New Revision: 259756
URL: http://svnweb.freebsd.org/changeset/base/259756
Log:
Get rid of register keyword usage in gperf, it is totally obsolete for
C++, and this allows gperf to be compiled for C++11 without a warning
about it.
MFC after:
Author: dim
Date: Tue Dec 24 14:26:31 2013
New Revision: 259822
URL: http://svnweb.freebsd.org/changeset/base/259822
Log:
MFC r259473:
Enable llvm's integrated assembler for PowerPC, since it should now be
good enough for typical usage.
Requested by: rdivacky
Added:
stable/9/lib/c
Author: dim
Date: Tue Dec 24 14:26:31 2013
New Revision: 259822
URL: http://svnweb.freebsd.org/changeset/base/259822
Log:
MFC r259473:
Enable llvm's integrated assembler for PowerPC, since it should now be
good enough for typical usage.
Requested by: rdivacky
Added:
stable/10/lib/
Author: dim
Date: Tue Dec 24 15:56:16 2013
New Revision: 259825
URL: http://svnweb.freebsd.org/changeset/base/259825
Log:
Remove unused static function adwccbstatus() from adw(4).
Reviewed by: gibbs
MFC after:3 days
Modified:
head/sys/dev/advansys/adwcam.c
Modified: head/sys/dev/
Author: dim
Date: Tue Dec 24 16:46:06 2013
New Revision: 259827
URL: http://svnweb.freebsd.org/changeset/base/259827
Log:
Remove unused static const variable num_chip_names from aic79xx.c.
Reviewed by: gibbs
MFC after:3 days
Modified:
head/sys/dev/aic7xxx/aic79xx.c
Modified: head
Author: dim
Date: Tue Dec 24 18:52:36 2013
New Revision: 259833
URL: http://svnweb.freebsd.org/changeset/base/259833
Log:
Remove another unused static const variable num_chip_names, from
aic7xxx.c this time.
Noticed by: pluknet
MFC after:3 days
Modified:
head/sys/dev/aic7xxx/ai
Author: dim
Date: Tue Dec 24 20:25:18 2013
New Revision: 259839
URL: http://svnweb.freebsd.org/changeset/base/259839
Log:
In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used whenever
KTR is defined, so put it between #ifdef KTR guards. This avoids a
warning about a unused function
Author: dim
Date: Tue Dec 24 20:30:13 2013
New Revision: 259840
URL: http://svnweb.freebsd.org/changeset/base/259840
Log:
In sys/netinet6/in6_mcast.c, in6m_is_ifp_detached() is only used
whenever KTR is defined, so put it between #ifdef KTR guards. This
avoids a warning about a unused funct
Author: dim
Date: Tue Dec 24 20:55:22 2013
New Revision: 259842
URL: http://svnweb.freebsd.org/changeset/base/259842
Log:
Remove some unused static const strings under sys/rpc, which have never
been used since the initial commit (r177633).
MFC after:3 days
Modified:
head/sys/rpc/cl
Author: dim
Date: Tue Dec 24 20:57:26 2013
New Revision: 259843
URL: http://svnweb.freebsd.org/changeset/base/259843
Log:
Move a static const variable to the #if 0 part where it is only used.
(Note the #if 0 part has been inactive since the initial commit,
r177633, so maybe it should be remo
Author: dim
Date: Wed Dec 25 00:40:42 2013
New Revision: 259851
URL: http://svnweb.freebsd.org/changeset/base/259851
Log:
MFC r259720:
For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.
Modified:
stable/10/gnu/lib/csu/Makefile
Directory Properties:
stable/10/ (prop
Author: dim
Date: Wed Dec 25 00:40:42 2013
New Revision: 259851
URL: http://svnweb.freebsd.org/changeset/base/259851
Log:
MFC r259720:
For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.
Modified:
stable/9/gnu/lib/csu/Makefile
Directory Properties:
stable/9/gnu/lib/cs
Author: dim
Date: Wed Dec 25 00:48:08 2013
New Revision: 259852
URL: http://svnweb.freebsd.org/changeset/base/259852
Log:
MFC r259724:
Apply upstream commit 33312fd828e59c78ae4ee30fd70d0ca109748cf0 (by
zoulasc) to contrib/file:
don't write a char to a pointer.
Modified:
stable/1
Author: dim
Date: Wed Dec 25 00:48:08 2013
New Revision: 259852
URL: http://svnweb.freebsd.org/changeset/base/259852
Log:
MFC r259724:
Apply upstream commit 33312fd828e59c78ae4ee30fd70d0ca109748cf0 (by
zoulasc) to contrib/file:
don't write a char to a pointer.
Modified:
stable/8
Author: dim
Date: Wed Dec 25 00:48:08 2013
New Revision: 259852
URL: http://svnweb.freebsd.org/changeset/base/259852
Log:
MFC r259724:
Apply upstream commit 33312fd828e59c78ae4ee30fd70d0ca109748cf0 (by
zoulasc) to contrib/file:
don't write a char to a pointer.
Modified:
stable/9
Author: dim
Date: Wed Dec 25 00:53:48 2013
New Revision: 259853
URL: http://svnweb.freebsd.org/changeset/base/259853
Log:
MFC r259740:
In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced if
SORT_THREADS is defined, so make the whole function conditional, instead
of just the pthr
Author: dim
Date: Wed Dec 25 14:48:27 2013
New Revision: 259869
URL: http://svnweb.freebsd.org/changeset/base/259869
Log:
In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdef
MWL_DEBUG guards, since it only used in DPRINTF statements.
MFC after:3 days
Modified:
head/
Author: dim
Date: Wed Dec 25 16:25:54 2013
New Revision: 259875
URL: http://svnweb.freebsd.org/changeset/base/259875
Log:
In sys/kern/sched_ule.c, remove static function sched_both(), which is
unused since r232207.
MFC after:3 days
Modified:
head/sys/kern/sched_ule.c
Modified: hea
Author: dim
Date: Wed Dec 25 16:58:14 2013
New Revision: 259876
URL: http://svnweb.freebsd.org/changeset/base/259876
Log:
In sys/kern/subr_witness.c, remove static function
witness_lock_order_key_empty(), which is unused since r181695.
MFC after:3 days
Modified:
head/sys/kern/subr_
Author: dim
Date: Wed Dec 25 17:28:18 2013
New Revision: 259880
URL: http://svnweb.freebsd.org/changeset/base/259880
Log:
In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(),
sym_que_last() and sym_remque_tail(), which are all unused since r53790.
MFC after:3 days
Modi
Author: dim
Date: Wed Dec 25 20:58:02 2013
New Revision: 259888
URL: http://svnweb.freebsd.org/changeset/base/259888
Log:
Pull in r183971 from upstream llvm trunk:
X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX
equivalent.
Give it the right register f
Author: dim
Date: Wed Dec 25 22:14:42 2013
New Revision: 259892
URL: http://svnweb.freebsd.org/changeset/base/259892
Log:
In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),
which is unused since r214006.
MFC after:3 days
Modified:
head/sys/kern/vfs_mountroot.c
Mo
Author: dim
Date: Wed Dec 25 22:32:34 2013
New Revision: 259893
URL: http://svnweb.freebsd.org/changeset/base/259893
Log:
In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * as
argument, cast the incoming 0 argument to void *, to silence a warning
from clang 3.4 ("expression whi
Author: dim
Date: Wed Dec 25 22:45:33 2013
New Revision: 259896
URL: http://svnweb.freebsd.org/changeset/base/259896
Log:
In sys/dev/cxgb/common/cxgb_mc5.c, remove static function
dbgi_wr_addr3(), which is unused since r167514.
MFC after:3 days
Modified:
head/sys/dev/cxgb/common/cx
Author: dim
Date: Wed Dec 25 22:49:54 2013
New Revision: 259897
URL: http://svnweb.freebsd.org/changeset/base/259897
Log:
In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functions
mk_cpl_barrier_ulp(), mk_get_tcb_ulp() and mk_set_tcb_field_ulp(), which
are all unused since r237263.
On 25 Dec 2013, at 23:59, Ian Lepore wrote:
> On Wed, 2013-12-25 at 22:32 +0000, Dimitry Andric wrote:
>> Author: dim
>> Date: Wed Dec 25 22:32:34 2013
>> New Revision: 259893
>> URL: http://svnweb.freebsd.org/changeset/base/259893
>>
>> Log:
>> In
Author: dim
Date: Thu Dec 26 00:11:19 2013
New Revision: 259902
URL: http://svnweb.freebsd.org/changeset/base/259902
Log:
In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(),
which has never been used, even by upstream, since its initial upstream
commit (see http://cgit.
On 26 Dec 2013, at 02:51, Adrian Chadd wrote:
> I'd prefer you didn't remove unused code in drivers like this. If you
> must, #if 0 them out.
I don't mind either way, but some other people are very much opposed to
littering code with #if 0'd sections. So, how do to determine what is
right in eac
Author: dim
Date: Thu Dec 26 11:32:39 2013
New Revision: 259913
URL: http://svnweb.freebsd.org/changeset/base/259913
Log:
For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.
MFC after:3 days
X-MFC-With: r259730
Modified:
head/lib/libstand/Makefile
head/sys/boot
Author: dim
Date: Thu Dec 26 22:28:15 2013
New Revision: 259926
URL: http://svnweb.freebsd.org/changeset/base/259926
Log:
In sys/sys/gpt.h, add a missing backslash at the end of the
GPT_ENT_TYPE_VSANHDR define.
Pointy hat to:marck
MFC after:2 weeks
X-MFC-With: r259925
M
Author: dim
Date: Thu Dec 26 22:31:47 2013
New Revision: 259927
URL: http://svnweb.freebsd.org/changeset/base/259927
Log:
Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's
Makefile.
Pointy hat to:dim
MFC after:3 days
X-MFC-With: r259730
Modified:
Author: dim
Date: Thu Dec 26 22:42:11 2013
New Revision: 259928
URL: http://svnweb.freebsd.org/changeset/base/259928
Log:
In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(),
which has never been used.
Reviewed by: edavis
MFC after:3 days
Modified:
head/sys/dev
Author: dim
Date: Thu Sep 19 06:31:03 2013
New Revision: 255696
URL: http://svnweb.freebsd.org/changeset/base/255696
Log:
Make svnlite (actually libapr) work correctly on big-endian arches.
Otherwise, you would get errors similar to:
$ svn co svn://svn.freebsd.org/base/head test
Ate
Author: dim
Date: Sun Sep 22 22:03:30 2013
New Revision: 255804
URL: http://svnweb.freebsd.org/changeset/base/255804
Log:
Pull in r191165 from upstream llvm trunk:
ISelDAG: spot chain cycles involving MachineNodes
Previously, the DAGISel function WalkChainUsers was spotting that it
On Sep 23, 2013, at 00:03, Dimitry Andric wrote:
> Author: dim
> Date: Sun Sep 22 22:03:30 2013
> New Revision: 255804
> URL: http://svnweb.freebsd.org/changeset/base/255804
>
> Log:
> Pull in r191165 from upstream llvm trunk:
>
>ISelDAG: spot chain cy
On Sep 23, 2013, at 02:19, Bryan Drewery wrote:
> On 9/22/2013 5:03 PM, Dimitry Andric wrote:
>> Author: dim
>> Date: Sun Sep 22 22:03:30 2013
>> New Revision: 255804
>> URL: http://svnweb.freebsd.org/changeset/base/255804
>>
>> Log:
>&
Author: dim
Date: Sat Sep 28 23:03:40 2013
New Revision: 255931
URL: http://svnweb.freebsd.org/changeset/base/255931
Log:
Fix a bug in ld, where indirect symbols are not handled properly during
linking of a shared library, leading to corrupt indexes in the dynamic
symbol table. This should
Author: dim
Date: Sun Sep 29 20:35:38 2013
New Revision: 255946
URL: http://svnweb.freebsd.org/changeset/base/255946
Log:
MFC r255804:
Pull in r191165 from upstream llvm trunk:
ISelDAG: spot chain cycles involving MachineNodes
Previously, the DAGISel function WalkChainUsers wa
On Sep 29, 2013, at 01:03, Dimitry Andric wrote:
> Author: dim
> Date: Sat Sep 28 23:03:40 2013
> New Revision: 255931
> URL: http://svnweb.freebsd.org/changeset/base/255931
>
> Log:
> Fix a bug in ld, where indirect symbols are not handled properly during
> lin
Author: dim
Date: Tue Oct 1 19:14:24 2013
New Revision: 255978
URL: http://svnweb.freebsd.org/changeset/base/255978
Log:
Pull in r191711 from upstream llvm trunk:
The X86FixupLEAs pass for Intel Atom must not call
convertToThreeAddress on ADD16rr opcodes, if src1 != src, since that
Author: dim
Date: Thu Oct 3 17:50:14 2013
New Revision: 256024
URL: http://svnweb.freebsd.org/changeset/base/256024
Log:
Pull in r186338 from upstream llvm trunk:
Remove invalid assert in DAGTypeLegalizer::RemapValue
There is a comment at the top of DAGTypeLegalizer::PerformExpens
Author: dim
Date: Thu Oct 3 20:38:57 2013
New Revision: 256030
URL: http://svnweb.freebsd.org/changeset/base/256030
Log:
Pull in r189644 from upstream llvm trunk:
Add ms_abi and sysv_abi attribute handling.
Based on a patch by Benno Rice!
This will help to develop EFI support
Author: dim
Date: Fri Oct 4 19:57:47 2013
New Revision: 256059
URL: http://svnweb.freebsd.org/changeset/base/256059
Log:
MFC r255978:
Pull in r191711 from upstream llvm trunk:
The X86FixupLEAs pass for Intel Atom must not call
convertToThreeAddress on ADD16rr opcodes, if src1 !=
Author: dim
Date: Sun Oct 6 12:39:12 2013
New Revision: 256085
URL: http://svnweb.freebsd.org/changeset/base/256085
Log:
MFC r256024:
Pull in r186338 from upstream llvm trunk:
Remove invalid assert in DAGTypeLegalizer::RemapValue
There is a comment at the top of DAGTypeLegali
Author: dim
Date: Sun Oct 6 16:12:45 2013
New Revision: 256090
URL: http://svnweb.freebsd.org/changeset/base/256090
Log:
Pull in r192064 from upstream llvm trunk:
X86: Don't fold spills into SSE operations if the stack is unaligned.
Regalloc can emit unaligned spills nowadays, but
Author: dim
Date: Mon Oct 7 16:33:16 2013
New Revision: 256112
URL: http://svnweb.freebsd.org/changeset/base/256112
Log:
Add support for assembling and disassembling Intel Random Number
Generator extensions (e.g. the 'rdrand' mnemonic) to our copy of
binutils.
Approved by: re (kib)
Author: dim
Date: Mon Oct 7 16:53:26 2013
New Revision: 256115
URL: http://svnweb.freebsd.org/changeset/base/256115
Log:
Remove redundant declaration of force_evtchn_callback() in the
i386-specific xen-os.h, to silence a gcc warning.
Approved by: re (gjb)
MFC after:3 days
Modifie
Author: dim
Date: Mon Oct 7 16:54:29 2013
New Revision: 256116
URL: http://svnweb.freebsd.org/changeset/base/256116
Log:
Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, to
silence a gcc warning.
Approved by: re (gjb)
MFC after: 3 days
Modified:
head/sys/ofed/
Author: dim
Date: Mon Oct 7 16:55:34 2013
New Revision: 256117
URL: http://svnweb.freebsd.org/changeset/base/256117
Log:
Initialize a variable in sys/dev/xen/control/control.c, to silence a gcc
warning.
Approved by: re (gjb)
MFC after: 3 days
Modified:
head/sys/dev/xen/control
Author: dim
Date: Mon Oct 7 16:57:48 2013
New Revision: 256119
URL: http://svnweb.freebsd.org/changeset/base/256119
Log:
Remove redundant declarations of szsigcode and sigcode in
sys/i386/ibcs2/ibcs2_sysvec.c, to silence two gcc warnings.
Approved by: re (gjb)
MFC after:3 days
Mo
Author: dim
Date: Mon Oct 7 16:56:56 2013
New Revision: 256118
URL: http://svnweb.freebsd.org/changeset/base/256118
Log:
Remove redundant declaration of cpu_clflush_line_size in
sys/dev/cxgbe/t4_sge.c, to silence a gcc warning.
Approved by: re (gjb)
MFC after:3 days
Modified:
h
Author: dim
Date: Mon Oct 7 22:30:03 2013
New Revision: 256131
URL: http://svnweb.freebsd.org/changeset/base/256131
Log:
Fix kernel build on amd64 after r256118, since the machine/md_var.h
header is not implicitly included there. So include it explicitly.
Approved by: re (delphij)
Po
Author: dim
Date: Tue Oct 8 17:26:28 2013
New Revision: 256157
URL: http://svnweb.freebsd.org/changeset/base/256157
Log:
Now our binutils's assembler supports the Intel Random Number Generator
extensions, we can change the .byte directives in sys/dev/random/ivy.c
to plain 'rdrand' mnemonics
Author: dim
Date: Tue Oct 8 18:09:00 2013
New Revision: 256158
URL: http://svnweb.freebsd.org/changeset/base/256158
Log:
After r256062, the static function fbsdrun_get_next_cpu() in
usr.sbin/bhyve/bhyverun.c is no longer used, so remove it to silence a
gcc warning.
Approved by: re (gl
Author: dim
Date: Tue Oct 8 19:39:21 2013
New Revision: 256164
URL: http://svnweb.freebsd.org/changeset/base/256164
Log:
In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the form
"assignment makes pointer from integer without a cast", by changing the
cmd_lst and rbis members of str
Author: dim
Date: Tue Oct 8 20:04:35 2013
New Revision: 256166
URL: http://svnweb.freebsd.org/changeset/base/256166
Log:
In sys/amd64/amd64/pmap.c, fix several gcc warnings about uninitialized
variables in reclaim_pv_chunk().
Approved by: re (marius)
Reviewed by: neel, kib
X-MFC-Wi
Author: dim
Date: Wed Oct 9 06:19:01 2013
New Revision: 256178
URL: http://svnweb.freebsd.org/changeset/base/256178
Log:
MFC r256090:
Pull in r192064 from upstream llvm trunk:
X86: Don't fold spills into SSE operations if the stack is unaligned.
Regalloc can emit unaligned sp
Author: dim
Date: Wed Oct 9 07:02:03 2013
New Revision: 256179
URL: http://svnweb.freebsd.org/changeset/base/256179
Log:
Remove redundant declaration of cmclass in
sys/ofed/drivers/infiniband/core/ucm.c, to silence a gcc warning.
Approved by: re (kib)
X-MFC-With: r255932
Modified:
Author: dim
Date: Wed Oct 9 17:05:02 2013
New Revision: 256196
URL: http://svnweb.freebsd.org/changeset/base/256196
Log:
Remove redundant redeclarations of uart_s3c2410_class in
sys/arm/s3c2xx0/uart_bus_s3c2410.c and uart_cpu_s3c2410.c, to silence
two gcc warnings.
Approved by: re (gj
Author: dim
Date: Wed Oct 9 17:07:50 2013
New Revision: 256199
URL: http://svnweb.freebsd.org/changeset/base/256199
Log:
Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, to
silence a gcc warning.
Approved by: re (gjb)
X-MFC-With: r255332
Modified:
head/sys/con
Author: dim
Date: Thu Oct 10 07:23:11 2013
New Revision: 256253
URL: http://svnweb.freebsd.org/changeset/base/256253
Log:
Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, to
silence a gcc warning.
Approved by: re (rodrigc)
X-MFC-With: r255332
Modified:
head/sys
Author: dim
Date: Thu Oct 10 16:25:53 2013
New Revision: 256276
URL: http://svnweb.freebsd.org/changeset/base/256276
Log:
In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymous
union members in strict C99, by giving them names. While here, add some
FreeBSD keywords where t
Author: dim
Date: Thu Oct 10 19:40:01 2013
New Revision: 256291
URL: http://svnweb.freebsd.org/changeset/base/256291
Log:
In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a
gcc warning about uninitialized use of a variable.
Approved by: re (gjb)
Modified:
head/sys/a
Author: dim
Date: Thu Oct 10 19:48:43 2013
New Revision: 256292
URL: http://svnweb.freebsd.org/changeset/base/256292
Log:
MFC r256291:
In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a
gcc warning about uninitialized use of a variable.
Approved by: re (gjb)
Modi
Author: dim
Date: Thu Oct 10 20:33:18 2013
New Revision: 256297
URL: http://svnweb.freebsd.org/changeset/base/256297
Log:
Disable assertions in llvm and clang for the 10.0 release cycle.
Approved by: re (gjb)
Modified:
stable/10/lib/clang/clang.build.mk
Modified: stable/10/lib/clang/cl
Author: dim
Date: Thu Oct 10 20:47:11 2013
New Revision: 256298
URL: http://svnweb.freebsd.org/changeset/base/256298
Log:
Bump OS versions in the toolchain triples to 11.0, and bump the
__FreeBSD_cc_version predefined macros in clang and gcc.
Approved by: re (gjb)
Modified:
head/Makef
Author: dim
Date: Fri Oct 11 20:35:12 2013
New Revision: 256341
URL: http://svnweb.freebsd.org/changeset/base/256341
Log:
In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix several
gcc warnings for PAE kernels.
Approved by: re (glebius)
Reviewed by: davidch, edavis
Modi
Author: dim
Date: Fri Oct 11 20:38:04 2013
New Revision: 256342
URL: http://svnweb.freebsd.org/changeset/base/256342
Log:
In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix several
gcc warnings for PAE kernels.
Approved by: re (glebius)
Reviewed by: davidch, edavis
Modi
Author: dim
Date: Fri Oct 11 20:42:59 2013
New Revision: 256344
URL: http://svnweb.freebsd.org/changeset/base/256344
Log:
Fix up the svn mergeinfo which I forgot in r256342.
Approved by: re (glebius)
Modified:
Directory Properties:
stable/10/sys/ (props changed)
__
Author: dim
Date: Sat Oct 12 15:56:13 2013
New Revision: 256382
URL: http://svnweb.freebsd.org/changeset/base/256382
Log:
MFC r256030:
Pull in r189644 from upstream llvm trunk:
Add ms_abi and sysv_abi attribute handling.
Based on a patch by Benno Rice!
This will help to d
Author: dim
Date: Sat Oct 12 16:11:57 2013
New Revision: 256384
URL: http://svnweb.freebsd.org/changeset/base/256384
Log:
MFC r255931:
Fix a bug in ld, where indirect symbols are not handled properly during
linking of a shared library, leading to corrupt indexes in the dynamic
symbol ta
Author: dim
Date: Sat Oct 12 16:11:57 2013
New Revision: 256384
URL: http://svnweb.freebsd.org/changeset/base/256384
Log:
MFC r255931:
Fix a bug in ld, where indirect symbols are not handled properly during
linking of a shared library, leading to corrupt indexes in the dynamic
symbol ta
Author: dim
Date: Sat Oct 12 16:11:57 2013
New Revision: 256384
URL: http://svnweb.freebsd.org/changeset/base/256384
Log:
MFC r255931:
Fix a bug in ld, where indirect symbols are not handled properly during
linking of a shared library, leading to corrupt indexes in the dynamic
symbol ta
Author: dim
Date: Mon Oct 14 15:06:47 2013
New Revision: 256443
URL: http://svnweb.freebsd.org/changeset/base/256443
Log:
MFC r247012 (by jmg):
add support for AES and PCLMULQDQ instructions to binutils...
Thanks to Mike Belopuhov for the pointer to the OpenBSD patch, though
Op
Author: dim
Date: Wed Oct 16 17:00:21 2013
New Revision: 256642
URL: http://svnweb.freebsd.org/changeset/base/256642
Log:
Since C++ typeinfo objects are currently not guaranteed to be merged at
runtime by the dynamic linker, check for their equality in libcxxrt by
not only comparing the type
Author: dim
Date: Fri Oct 18 17:06:13 2013
New Revision: 256746
URL: http://svnweb.freebsd.org/changeset/base/256746
Log:
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
a gcc warning.
Approved by: re (glebius)
Modified:
head/sys/xen/xen-os.h
Modified: head/s
Author: dim
Date: Fri Oct 18 17:08:23 2013
New Revision: 256747
URL: http://svnweb.freebsd.org/changeset/base/256747
Log:
MFC r256746:
Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence
a gcc warning.
Approved by: re (glebius)
Modified:
stable/10/sys/xen/xen
On 25 Oct 2013, at 11:09, Steven Hartland wrote:
> Author: smh
> Date: Fri Oct 25 09:09:00 2013
> New Revision: 257109
> URL: http://svnweb.freebsd.org/changeset/base/257109
>
> Log:
> Add clang-CC and CC to list of hints allowing clang to identify its operating
> mode as c++ instead of default
Author: dim
Date: Sat Oct 26 11:56:51 2013
New Revision: 257156
URL: http://svnweb.freebsd.org/changeset/base/257156
Log:
MFC r256157:
Now our binutils's assembler supports the Intel Random Number Generator
extensions, we can change the .byte directives in sys/dev/random/ivy.c
to plain
On 29 Oct 2013, at 05:25, Eygene Ryabinkin wrote:
> Author: rea (ports committer)
> Date: Tue Oct 29 04:25:49 2013
> New Revision: 257302
> URL: http://svnweb.freebsd.org/changeset/base/257302
>
> Log:
> binutils/bfd: fix printf-like format strings for "bfd *" arguments
>
> There is a special
On 04 Nov 2013, at 19:15, Sean Bruno wrote:
> Author: sbruno
> Date: Mon Nov 4 18:15:45 2013
> New Revision: 257645
> URL: http://svnweb.freebsd.org/changeset/base/257645
>
> Log:
> Quiesce warning around gcc_assert() for an inline macro that uses
> a static variable. This code has been moved
Author: dim
Date: Mon Nov 4 21:54:56 2013
New Revision: 257658
URL: http://svnweb.freebsd.org/changeset/base/257658
Log:
For C++ programs, don't emit any explicit dependency to libstdc++.a or
libc++.a during the early build stages (bootstrap-tools, build-tools,
cross-tools), since it is not
Author: dim
Date: Tue Nov 5 07:37:35 2013
New Revision: 257691
URL: http://svnweb.freebsd.org/changeset/base/257691
Log:
Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline
for clang only.
Modified:
head/gnu/lib/libgcc/Makefile
Modified: head/gnu/lib/libgcc/Makefile
==
On 05 Nov 2013, at 01:31, Luigi Rizzo wrote:
> svn257645 (below) breaks the build when gcc is used.
>
> -Wno-static-in-inline is only for CLANG.
Fixed in r257691.
-Dimitry
signature.asc
Description: Message signed with OpenPGP using GPGMail
On 05 Nov 2013, at 16:45, Luigi Rizzo wrote:
...
> I wonder if it is worthwhile adding to the default rules some
> compiler-specific CFLAGS, say CFLAGS_CLANG and CFLAGS_GCC
>
> (there is only a handful of cases now so maybe it is overkill,
> and it harms readability; on the other hand, the Makefi
On 06 Nov 2013, at 05:30, Bruce Evans wrote:
> On Tue, 5 Nov 2013, Luigi Rizzo wrote:
>> On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote:
>>> Log:
>>> Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline
>>> for clang only.
Author: dim
Date: Thu Nov 7 20:54:52 2013
New Revision: 257812
URL: http://svnweb.freebsd.org/changeset/base/257812
Log:
MFC r257658:
For C++ programs, don't emit any explicit dependency to libstdc++.a or
libc++.a during the early build stages (bootstrap-tools, build-tools,
cross-tools
Author: dim
Date: Sun Feb 12 14:56:50 2012
New Revision: 231562
URL: http://svn.freebsd.org/changeset/base/231562
Log:
MFC r231054:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
Modified:
stable/7/usr.bin/rpcgen/r
Author: dim
Date: Sun Feb 12 14:56:31 2012
New Revision: 231560
URL: http://svn.freebsd.org/changeset/base/231560
Log:
MFC r231054:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
Modified:
stable/9/usr.bin/rpcgen/r
901 - 1000 of 4416 matches
Mail list logo