Displaying 1 50 of 2,674,007 commits (0.071s)

LLVM — llvm/trunk/lib/Target/NVPTX NVPTXTargetMachine.cpp, llvm/trunk/lib/Target/R600 R600Packetizer.cpp R600ControlFlowFinalizer.cpp

Move passes from namespace llvm into anonymous namespaces. Sort includes while there.
Delta File
+9 -12 llvm/trunk/lib/Target/R600/R600Packetizer.cpp
+5 -4 llvm/trunk/lib/Target/R600/R600ControlFlowFinalizer.cpp
+3 -3 llvm/trunk/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
+3 -3 llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.cpp
+4 -2 llvm/trunk/lib/Target/R600/R600EmitClauseMarkers.cpp
+2 -2 llvm/trunk/lib/Target/NVPTX/NVPTXTargetMachine.cpp
+11 -11 9 files not shown
+37 -37 15 files

LLVM — dragonegg/branches/release_33/include/dragonegg Internals.h, dragonegg/branches/release_33/src Convert.cpp

Backport iround support from mainline.
Delta File
+30 -0 dragonegg/branches/release_33/src/Convert.cpp
+21 -0 dragonegg/branches/release_33/test/validator/c/lround.c
+1 -0 dragonegg/branches/release_33/include/dragonegg/Internals.h
+52 -0 3 files

LLVM — llvm/trunk/lib/CodeGen LiveInterval.cpp, llvm/trunk/test/CodeGen/ARM coalesce-dbgvalue.ll

Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().

Now that the LiveDebugVariables pass is running *after* register
coalescing, the ConnectedVNInfoEqClasses class needs to deal with
DBG_VALUE instructions.

This only comes up when rematerialization during coalescing causes the
remaining live range of a virtual register to separate into two
connected components.
Delta File
+113 -0 llvm/trunk/test/CodeGen/ARM/coalesce-dbgvalue.ll
+10 -2 llvm/trunk/lib/CodeGen/LiveInterval.cpp
+123 -2 2 files

FreeBSD Ports — head/Templates config.site

Cache more autotools tests
Delta File
+179 -3 head/Templates/config.site
+179 -3 1 file

FreeBSD — stable/9/gnu/usr.bin/grep dfa.c search.c

MFC        r250823:

grep: change some int types.

Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

Obtained from:        NetBSD
Delta File
+6 -5 stable/9/gnu/usr.bin/grep/dfa.c
+3 -2 stable/9/gnu/usr.bin/grep/search.c
+2 -2 stable/9/gnu/usr.bin/grep/grep.c
+11 -9 3 files

FreeBSD — head/sys/dev/tws tws.h

Fix typo in the definition of the TWS_DATA_CCB.

Submitted by:        Andreas Turriff <maillist at turriff.net>
Delta File
+1 -1 head/sys/dev/tws/tws.h
+1 -1 1 file

FreeBSD Ports — head/sysutils/ansible Makefile

- Use shebangfix instead of manual replace

PR:                ports/178822
Submitted by:        Nikolai Lifanov <lifanov at mail.lifanov.com> (maintainer)
Approved by:        culot (mentor)
Delta File
+3 -2 head/sysutils/ansible/Makefile
+3 -2 1 file

FreeBSD Ports — head/sysutils/froxlor Makefile distinfo

- Update to 0.9.28.1
- Properly OPTIONSng-ize php-gettext dependency

PR:                ports/178824
Submitted by:        Marco Steinbach <coco at executive-computing.de> (maintainer)
Approved by:        culot (mentor)
Delta File
+3 -2 head/sysutils/froxlor/Makefile
+2 -2 head/sysutils/froxlor/distinfo
+5 -4 2 files

LLVM — dragonegg/trunk/include/dragonegg Internals.h, dragonegg/trunk/src Convert.cpp

Add support for the iround builtin, which gfortran-4.8 generates.
Delta File
+30 -0 dragonegg/trunk/src/Convert.cpp
+21 -0 dragonegg/trunk/test/validator/c/lround.c
+1 -0 dragonegg/trunk/include/dragonegg/Internals.h
+52 -0 3 files

FreeBSD Ports — head/net-im/ejabberd Makefile, head/net-im/iserverd Makefile

- adoption of optionsNG framework

Approved by:        portmgr (bapt)
Delta File
+12 -14 head/net-im/sim-im-devel/Makefile
+10 -13 head/net-im/skype/Makefile
+9 -11 head/net-im/iserverd/Makefile
+9 -11 head/net-im/jabber-pyaim/Makefile
+10 -10 head/net-im/skype-devel/Makefile
+7 -11 head/net-im/tkabber-devel/Makefile
+25 -36 4 files not shown
+82 -106 10 files

LLVM — llvm/trunk/lib/Target/NVPTX/MCTargetDesc NVPTXMCAsmInfo.cpp, llvm/trunk/lib/Transforms/Utils SimplifyCFG.cpp

More symbols that should be static.
Delta File
+3 -5 llvm/trunk/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
+2 -2 llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
+5 -7 2 files

FreeBSD Ports — head/Templates config.guess config.sub

Sync with latest version from upstream

Obtained from:        http://savannah.gnu.org/projects/config
Delta File
+618 -473 head/Templates/config.guess
+403 -119 head/Templates/config.sub
+1,021 -592 2 files

LLVM — cfe/trunk/lib/Sema SemaObjCProperty.cpp, cfe/trunk/lib/StaticAnalyzer/Core BugReporter.cpp

Make helper functions static.
Delta File
+3 -2 cfe/trunk/lib/Sema/SemaObjCProperty.cpp
+2 -2 cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
+5 -4 2 files

FreeBSD Ports — head/www/linux-seamonkey distinfo Makefile

Update to 2.17.1
Delta File
+2 -2 head/www/linux-seamonkey/distinfo
+1 -1 head/www/linux-seamonkey/Makefile
+3 -3 2 files

LLVM — llvm/trunk/lib/Target/Hexagon HexagonCopyToCombine.cpp HexagonVLIWPacketizer.cpp

Hexagon: Make helper functions static.
Delta File
+3 -2 llvm/trunk/lib/Target/Hexagon/HexagonCopyToCombine.cpp
+2 -1 llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
+5 -3 2 files

LLVM — llvm/trunk/lib/Target/R600 AMDILCFGStructurizer.cpp AMDGPUInstrInfo.cpp, llvm/trunk/lib/Target/R600/MCTargetDesc AMDGPUAsmBackend.cpp

R600: Hide symbols of implementation details.

Also removes an unused function.
Delta File
+20 -41 llvm/trunk/lib/Target/R600/AMDILCFGStructurizer.cpp
+0 -21 llvm/trunk/lib/Target/R600/AMDGPUInstrInfo.cpp
+4 -0 llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
+1 -1 llvm/trunk/lib/Target/R600/SIISelLowering.cpp
+25 -63 4 files

LLVM — llvm/trunk/lib/CodeGen InlineSpiller.cpp

InlineSpiller: Store bucket pointers instead of iterators.

Lets us use a SetVector instead of an explicit set + vector combination.
Delta File
+9 -9 llvm/trunk/lib/CodeGen/InlineSpiller.cpp
+9 -9 1 file

FreeBSD — stable/9 UPDATING

Correct typo s/with/wish.
Spaces to tabs at SOL while I'm here.
Delta File
+3 -3 stable/9/UPDATING
+3 -3 1 file

FreeBSD Ports — head/editors/libreoffice Makefile

Bump clang version requirement. Older versions produce broken code on i386.

PR:                ports/176893
Reviewed by:        jkim
Delta File
+1 -1 head/editors/libreoffice/Makefile
+1 -1 1 file

FreeBSD Ports — head/www/xpi-quick-locale-switcher Makefile distinfo

Update to 1.7.8.5
Delta File
+5 -9 head/www/xpi-quick-locale-switcher/Makefile
+2 -2 head/www/xpi-quick-locale-switcher/distinfo
+7 -11 2 files

FreeBSD Ports — head/devel/llvm-devel Makefile

Now that I'm installing lit, we need a runtime dependency on python so
the deinstall order is correct.
Delta File
+2 -2 head/devel/llvm-devel/Makefile
+2 -2 1 file

FreeBSD Ports — head/security/vuxml vuln.xml, head/www/seamonkey distinfo Makefile

Update to 2.17.1 as the 2.18 release was postponed / cancelled
Delta File
+46 -46 head/www/seamonkey-i18n/distinfo
+7 -7 head/www/seamonkey-i18n/Makefile
+3 -2 head/security/vuxml/vuln.xml
+2 -2 head/www/seamonkey/distinfo
+1 -1 head/www/seamonkey/Makefile
+59 -58 5 files

OpenBSD Ports — x11/gnome/session Makefile, x11/gnome/session/patches patch-gnome-session_gsm-consolekit_c

    Tweaks.
Delta File
+9 -19 x11/gnome/session/patches/patch-gnome-session_gsm-consolekit_c
+2 -2 x11/gnome/session/Makefile
+11 -21 2 files

OpenBSD Ports — sysutils/lsof Makefile distinfo, sysutils/lsof/patches patch-Configure patch-lsof_8

    Update to lsof-4.87.
    
    Fix dead MASTER_SITES.
    
    Regen distinfo.
    
    Simplify post-extract.
    
    Remove setgid kmem, since lsof as a regular user does not work
    anymore.
    
    Minor cleanups.
    
    With the help, and ok sthen@ ajacoutot@
Delta File
+10 -17 sysutils/lsof/Makefile
+7 -7 sysutils/lsof/patches/patch-Configure
+4 -4 sysutils/lsof/patches/patch-lsof_8
+2 -5 sysutils/lsof/distinfo
+3 -3 sysutils/lsof/patches/patch-dialects_n+obsd_machine_h
+1 -5 sysutils/lsof/pkg/PLIST
+2 -5 2 files not shown
+29 -46 8 files

OpenBSD Ports — lang/verilator Makefile distinfo

    Update verilator to 3.847.
Delta File
+2 -2 lang/verilator/Makefile
+2 -2 lang/verilator/distinfo
+4 -4 2 files

FreeBSD Ports — head/x11-wm/epplets/files patch-epplets_E-MemWatch.c

- Initialize variables to avoid giving incorrect values
Delta File
+20 -11 head/x11-wm/epplets/files/patch-epplets_E-MemWatch.c
+20 -11 1 file

FreeBSD Ports — head/textproc/docproj Makefile

- Add zip as a dependency, which is needed for epub (bsdtar creates
  incompatible archive)
- Bump PORTREVISION
Delta File
+3 -2 head/textproc/docproj/Makefile
+3 -2 1 file

OpenBSD Ports — devel/py-mxDateTime Makefile distinfo

    Update py-mxDateTime to 3.2.6.
Delta File
+2 -2 devel/py-mxDateTime/Makefile
+2 -2 devel/py-mxDateTime/distinfo
+4 -4 2 files

LLVM — llvm/trunk/lib/Target/R600 R600ControlFlowFinalizer.cpp

Setting the default value (fixes CRT assertions about uninitialized variable use when 
doing debug MSVC builds), and fixing coding style.
Delta File
+3 -3 llvm/trunk/lib/Target/R600/R600ControlFlowFinalizer.cpp
+3 -3 1 file

FreeBSD Ports — head/lang/clang pkg-plist Makefile, head/lang/clang/files patch-svn-r172354 patch-svn-r175919

Actually commit the changes listed in r318799.  Due to a wrong path
on the command line, only the Makefile was committed.

Correct a plist bug by listing clang-cpp.
Delta File
+203 -0 head/lang/clang/files/patch-svn-r172354
+66 -0 head/lang/clang/files/patch-svn-r175919
+13 -0 head/lang/clang/pkg-plist
+4 -4 head/lang/clang/files/patch-tools_clang_lib_Headers_Makefile
+2 -2 head/lang/clang/Makefile
+288 -6 5 files

OpenBSD Ports — x11/gnome/session Makefile, x11/gnome/session/patches patch-gnome-session_gsm-consolekit_c

    Fix the session IsActive check in the Consolekit case by properly
    creating a proxy to the session bus.
Delta File
+153 -0 x11/gnome/session/patches/patch-gnome-session_gsm-consolekit_c
+2 -1 x11/gnome/session/Makefile
+155 -1 2 files

FreeBSD Ports — head/lang/clang-devel Makefile pkg-plist

Correct plist by adding the new clang-format command and @dirrmtry
entries for Python library directories.
Delta File
+4 -1 head/lang/clang-devel/Makefile
+3 -0 head/lang/clang-devel/pkg-plist
+7 -1 2 files

FreeBSD Ports — head/www/uwsgi Makefile

Remove double space;
Be verbose on do-install.

Noted by:        danfe
Delta File
+3 -3 head/www/uwsgi/Makefile
+3 -3 1 file

FreeBSD Ports — head/net/py-dpkt Makefile pkg-plist

- Update to 1.8
- Convert to new option framework
- Add regression-test target

PR:                ports/178069
Submitted by:        Robert Simmons <rsimmons0 at gmail.com>
Delta File
+19 -9 head/net/py-dpkt/Makefile
+9 -0 head/net/py-dpkt/pkg-plist
+2 -2 head/net/py-dpkt/distinfo
+30 -11 3 files

pkgsrc — doc CHANGES-2013

    Update Mozilla products.
    Remove xulrunner.
Delta File
+6 -1 doc/CHANGES-2013
+6 -1 1 file

pkgsrc — www/seamonkey-l10n distinfo PLIST

    Update to 2.18beta4
    
    * Sync with seamonkey 2.18beta4.
Delta File
+67 -67 www/seamonkey-l10n/distinfo
+67 -23 www/seamonkey-l10n/PLIST
+6 -5 www/seamonkey-l10n/Makefile
+140 -95 3 files

OpenBSD Ports — net/avahi Makefile, net/avahi/patches patch-avahi-core_iface-pfroute_c patch-avahi-compat-libdns_sd_warn_c

    Implement avahi_exe_name.
    Remove uneeded patch.
Delta File
+0 -28 net/avahi/patches/patch-avahi-core_iface-pfroute_c
+13 -3 net/avahi/patches/patch-avahi-compat-libdns_sd_warn_c
+2 -2 net/avahi/patches/patch-avahi-core_fdutil_c
+2 -2 net/avahi/Makefile
+17 -35 4 files

pkgsrc — mail/thunderbird-l10n distinfo Makefile

    Update to 17.0.6.
    
    * Sync with mail/thunderbird.
    * Include devel/ulrunner17's xpi.mk.
Delta File
+136 -136 mail/thunderbird-l10n/distinfo
+3 -3 mail/thunderbird-l10n/Makefile
+139 -139 2 files

pkgsrc — www/seamonkey PLIST distinfo, www/seamonkey/patches patch-mozilla_image_decoders_nsJPEGDecoder.cpp patch-aa

    Update to 18.0beta4
    
    * Use common files for www/firefox.
    
    SeaMonkey-specific changes
        Basic Private Browsing support has been added (experimental for now).
        Added support for safe browsing which blocks potentially malicious websites 
reported as attack sites (malware) or web forgeries (phishing).
        Information like preview text, subject and sender can be shown in new mail 
notifications now.
        See the changes page for minor changes.
    
    Mozilla platform changes
        CSS -moz-user-select:none selection has been changed to improve compatibility with 
-webkit-user-select:none (bug 816298).
        Applied graphics-related performance improvements (bug 809821).
        Removed E4X support from SpiderMonkey.
        Added support for the <main> element.
        Implemented scoped stylesheets.
        Fixed some function keys not working when pressed (bug 833719).
        Fixed several stability issues.
Delta File
+323 -149 www/seamonkey/PLIST
+363 -0 www/seamonkey/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp
+155 -10 www/seamonkey/patches/patch-aa
+82 -24 www/seamonkey/distinfo
+96 -0 www/seamonkey/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_thread__posix.cc
+91 -0 www/seamonkey/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__device_audio__device.gypi
+1,786 -389 89 files not shown
+2,896 -572 95 files

LLVM — llvm/trunk/lib/Target/R600/MCTargetDesc R600MCCodeEmitter.cpp

Fix 32 bit build in c++11 mode.

The error was:
error: non-constant-expression cannot be narrowed from type 'long long' to 'long' in 
initializer list [-Wc++11-narrowing]
        MI.getOperand(6).getImm() & 0x1F,
Delta File
+1 -1 llvm/trunk/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
+1 -1 1 file

pkgsrc — mk bsd.pkg.barrier.mk, mk/install bsd.install.mk replace.mk

    prevent to generate binary package in ${PACKAGES} from the side effect of
    `install' with USE_DESTDIR=yes.
    This changes prevent to unwanted overwite of existing binary packages with
    test installation (`stage-install', `replace' & `undo-replace', and so on).
    
    To do both `install' and `package', you can still use `package-install' target,
    same as USE_DESTDIR=no.
Delta File
+46 -5 mk/pkgformat/pkg/package.mk
+3 -3 mk/pkgformat/pkg/replace.mk
+2 -2 mk/install/bsd.install.mk
+2 -2 mk/install/replace.mk
+2 -1 mk/package/package.mk
+2 -1 mk/bsd.pkg.barrier.mk
+57 -14 6 files

pkgsrc — devel/transifex-client Makefile

    Correct HOEPAGE noted by PR pkg/47848 from Ilias-Dimitrios Vrachnis.
Delta File
+2 -2 devel/transifex-client/Makefile
+2 -2 1 file

DragonFlyBSD — share/man/man4 polling.4

    polling: Update manpage
Delta File
+33 -24 share/man/man4/polling.4
+33 -24 1 file

pkgsrc — mail/thunderbird hacks.mk

    Fix hack.mk include.
Delta File
+2 -2 mail/thunderbird/hacks.mk
+2 -2 1 file

FreeBSD Ports — head/www/uwsgi Makefile pkg-plist

Use PLIST_FILES;
Use PYTHONPREFIX_SITELIBDIR instead of PYTHON_SITELIBDIR in install target;
Strip header.

PR:                177472
Delta File
+6 -6 head/www/uwsgi/Makefile
+0 -2 head/www/uwsgi/pkg-plist
+6 -8 2 files

pkgsrc — mail/thunderbird PLIST

    Fix PLIST. Fix build.
Delta File
+4 -13 mail/thunderbird/PLIST
+4 -13 1 file

pkgsrc — www/firefox mozilla-common.mk distinfo, www/firefox/files firefox.sh.in

    Bump PKGREVISION.
    
    * Remove reference to devel/xulrunner.
    * Move some common files for firefox/xulrunner-21.0.
    * Move patches from devel/sulrunner.
    * Take MAINTAINERship.
Delta File
+363 -0 www/firefox/patches/patch-image_decoders_nsJPEGDecoder.cpp
+205 -0 www/firefox/patches/patch-aa
+151 -0 www/firefox/mozilla-common.mk
+128 -0 www/firefox/patches/patch-xj
+126 -0 www/firefox/patches/patch-xd
+123 -0 www/firefox/distinfo
+3,464 -42 120 files not shown
+4,560 -42 126 files

pkgsrc — devel/at-spi2-atk/patches patch-atk-adaptor_accessible-cache.c

    Finish removing patch-atk-adaptor_accessible-cache.c which is not needed
    since commit 01c226b1c4. Thanks to wiz@ for the prod.
Delta File
+0 -13 devel/at-spi2-atk/patches/patch-atk-adaptor_accessible-cache.c
+0 -13 1 file

FreeBSD Ports — head/www/uwsgi distinfo Makefile

Update to version 1.9.10

PR:                177472
Submitted by:        Denis Generalov <gd at rambler-co.ru>
Delta File
+2 -2 head/www/uwsgi/distinfo
+1 -1 head/www/uwsgi/Makefile
+3 -3 2 files

OpenBSD — usr.sbin/slowcgi slowcgi.c

    Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing
    free for the fcgi_response.
    
    ok florian@
Delta File
+3 -2 usr.sbin/slowcgi/slowcgi.c
+3 -2 1 file