CVS commit: src/external/bsd/llvm

2011-03-21 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Mar 21 16:50:12 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/clang snapshot. This brings much improved support for
--sysroot and a cross-compiling toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-03-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Mar 28 11:41:49 UTC 2011

Modified Files:
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/bin/lli: Makefile
src/external/bsd/llvm/lib: Makefile

Log Message:
Catch up with library roulette in lli. Allow LLVM_DEVELOPER to be set in
mk.conf. From Vladimir Kirillov.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/lli/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-05-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu May 19 21:06:02 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCore: Makefile

Log Message:
Update LLVM/clang snapshot for support of -Wa,--fatal-warnings in the
integrated assembler


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-05-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 20 13:40:04 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/Clang snapshot to create the correct relocation when memory
locations are used as immediates on AMD64.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-06-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jun  1 14:13:42 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc tablegen.mk
src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile
src/external/bsd/llvm/lib/libLLVMCore: Makefile
src/external/bsd/llvm/lib/libLLVMJIT: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMMCJIT: Makefile
src/external/bsd/llvm/lib/libclangTooling: Makefile

Log Message:
Update LLVM/Clang to r132395. This brings the usual set of improvements
and support for dependency tracking in tblgen. Use this to make updates
more robust.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/tablegen.mk
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMAsmPrinter/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMCore/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMJIT/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMMCJIT/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangTooling/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-06-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jun  8 08:48:39 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libclangFrontend: Makefile
Removed Files:
src/external/bsd/llvm/lib/libclangTooling: Makefile

Log Message:
Update LLVM/Clang snapshot to 132736. This fixes two situations where
libraries could end up with text relocations.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangFrontend/Makefile
cvs rdiff -u -r1.2 -r0 src/external/bsd/llvm/lib/libclangTooling/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-07-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jul  4 22:20:45 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/Clang to r134393 for NetBSD/PowerPC changes.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-07-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul  5 23:02:31 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/Clang snapshot to 134438 for configuration updates for
various platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-07-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jul 25 16:32:44 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/config/llvm/Config: config.h llvm-config.h
src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMARMMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTarget: Makefile
src/external/bsd/llvm/lib/libclangARCMigrate: Makefile

Log Message:
Update to LLVM/Clang snapshot to r135906. Fixes a number of bugs found
in the pkgsrc bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/config/llvm/Config/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/config/llvm/Config/llvm-config.h
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMARMCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMARMMCTargetDesc/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMTarget/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libclangARCMigrate/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-08-02 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Aug  2 17:12:40 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMMCParser: Makefile
src/external/bsd/llvm/lib/libLLVMPowerPCCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMX86CodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMX86MCTargetDesc: Makefile
src/external/bsd/llvm/lib/libclangSema: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update LLVM/Clang snapshot to r136592. This brings support for
.code32/.code64 on x86.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMMCParser/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libLLVMPowerPCMCTargetDesc/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libLLVMX86MCTargetDesc/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangSema/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Aug  9 12:30:47 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/clang: Makefile
src/external/bsd/llvm/lib/libLLVMipo: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile

Log Message:
Update LLVM/Clang snapshot to r137038. This brings in the extended array
boundary checker and the white listing of pre-c99 flexible array member
idiom foo[1] as last element of a struct.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/llvm/bin/clang/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMipo/Makefile
cvs rdiff -u -r1.4 -r1.5 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-09-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Sep  1 12:24:37 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMARMDisassembler: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTarget: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/libLLVMX86CodeGen: Makefile
src/external/bsd/llvm/lib/libclangAnalysis: Makefile
src/external/bsd/llvm/lib/libclangSerialization: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update LLVM/Clang snapshot to r138875. Primarily to get the rewritten
temp file handling fixing boost-jam build.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMARMCodeGen/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libLLVMARMDisassembler/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMTarget/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libclangAnalysis/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libclangSerialization/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-09-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Sep 12 13:32:59 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc tablegen.mk
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update LLVM/Clang snapshot to r139231. This includes various bugfixes
and improvements. Don't use a temporary file for tblgen to ensure that
dependencies are created correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/tablegen.mk
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.4 -r1.5 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-11-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Nov 18 15:56:54 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libclangARCMigrate: Makefile
src/external/bsd/llvm/lib/libclangLex: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update LLVM/Clang snapshot to r144933. Besides the usual bugfixes and
improvements, this brings the first of the address sanity checker and
the new tainted variable logic for the analyzer.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libLLVMARMCodeGen/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMAsmPrinter/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libclangARCMigrate/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangLex/Makefile
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-12-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec 11 14:58:51 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMCDisassembler: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/libclangAnalysis: Makefile
src/external/bsd/llvm/lib/libclangBasic: Makefile
src/external/bsd/llvm/lib/libclangCodeGen: Makefile
src/external/bsd/llvm/lib/libclangFrontend: Makefile
src/external/bsd/llvm/lib/libclangSerialization: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile

Log Message:
Update to LLVM/Clang r146325. This fixes a number of issues for i386.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMMCDisassembler/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libclangAnalysis/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangBasic/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangCodeGen/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libclangFrontend/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libclangSerialization/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2011-12-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Dec 19 14:07:40 UTC 2011

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTarget: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/libclangDriver: Makefile
src/external/bsd/llvm/lib/libclangFrontend: Makefile

Log Message:
Update LLVM/Clang snapshot to r146851. Most noticable, this fixes the
vfork issues with RUMP depending on inlining certain functions and a bad
stdio simplification.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMTarget/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangDriver/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libclangFrontend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-02-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Mar  1 01:12:48 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile

Log Message:
Update to LLVM/Clang snapshot r151769 to get much better code for __BIT
on i386.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/bin/tblgen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-04-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Apr 14 15:11:18 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTarget: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangTooling: Makefile

Log Message:
Update LLVM/Clang to r154578.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libLLVMTarget/Makefile
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r0 -r1.4 src/external/bsd/llvm/lib/libclangTooling/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-04-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 29 19:19:06 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/bin/clang: Makefile
src/external/bsd/llvm/config/clang/Config: config.h
src/external/bsd/llvm/config/llvm/Config: config.h
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMRuntimeDyld: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libclangSema: Makefile
Added Files:
src/external/bsd/llvm/lib/libLLVMMipsDisassembler: Makefile
Removed Files:
src/external/bsd/llvm/bin/llvm-ld: Makefile
src/external/bsd/llvm/bin/llvm-stub: Makefile
src/external/bsd/llvm/lib/libclangIndex: Makefile

Log Message:
Update LLVM/Clang snapshot to r155677, bringing in a number of bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/llvm/bin/clang/Makefile
cvs rdiff -u -r1.3 -r0 src/external/bsd/llvm/bin/llvm-ld/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/bin/llvm-stub/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/config/clang/Config/config.h
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/config/llvm/Config/config.h
cvs rdiff -u -r1.21 -r1.22 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/libLLVMMipsDisassembler/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.2 -r0 src/external/bsd/llvm/lib/libclangIndex/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libclangSema/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-05-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue May 29 19:31:53 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMTableGen: Makefile
src/external/bsd/llvm/lib/libclangDriver: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update Clang/LLVM snapshot to 156412. Refactoring.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMTableGen/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangDriver/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-05-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu May 31 18:53:33 UTC 2012

Modified Files:
src/external/bsd/llvm: link.mk

Log Message:
Don't print noisy errors if need-dl hasn't been created yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/link.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-06-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jun 17 16:51:32 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile Makefile.inc
Added Files:
src/external/bsd/llvm/librt: Makefile Makefile.inc
src/external/bsd/llvm/librt/libcompiler_rt: Makefile shlib_version

Log Message:
Update to LLVM/Clang snapshot r158648 to the fix a false warning in LVM.
Add build glue for compiler_rt.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/Makefile
cvs rdiff -u -r1.37 -r1.38 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/librt/Makefile \
src/external/bsd/llvm/librt/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/librt/libcompiler_rt/Makefile \
src/external/bsd/llvm/librt/libcompiler_rt/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-06-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jun 18 15:53:22 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update to r158657, which actually has the fix for LVM's uninitialised
memory warning.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2012-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug  9 14:37:07 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMCore: Makefile
src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libclangAST: Makefile
src/external/bsd/llvm/lib/libclangBasic: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile
src/external/bsd/llvm/lib/libclangTooling: Makefile

Log Message:
Update LLVM/Clang snapshot to r161532 for the usual set of improvements
and bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libLLVMCore/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.10 -r1.11 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libclangAST/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libclangBasic/Makefile
cvs rdiff -u -r1.14 -r1.15 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.10 -r1.11 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libclangTooling/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-03-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Mar 13 13:21:18 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/config/mclinker/mcld/Config: Config.h
src/external/bsd/llvm/lib/libMCLinkerLD: Makefile

Log Message:
Update mclinker snapshot to include the various amd64 fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libMCLinkerLD/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-03-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Mar 24 13:02:18 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/bin/llvm-readobj: Makefile
src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libclangCodeGen: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
Added Files:
src/external/bsd/llvm/bin/clang-format: Makefile

Log Message:
Update LLVM/Clang snapshot to r177512 and MCLinker to deeb2a77.
Most noticably, this brings in the (optional) clang-format tool.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/clang-format/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/llvm-readobj/Makefile
cvs rdiff -u -r1.11 -r1.12 \
src/external/bsd/llvm/lib/libLLVMARMCodeGen/Makefile
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.15 -r1.16 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libclangCodeGen/Makefile
cvs rdiff -u -r1.18 -r1.19 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-04-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 28 00:41:01 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/config/clang/Config: config.h
src/external/bsd/llvm/config/llvm/Config: config.h.in llvm-config.h.in
src/external/bsd/llvm/lib/libLLVMObject: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMX86CodeGen: Makefile

Log Message:
Update to LLVM/Clang snapshot r180686. Allows building without cxxabi.h.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/config/clang/Config/config.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/config/llvm/Config/config.h.in
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/config/llvm/Config/llvm-config.h.in
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMObject/Makefile
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-11-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Nov 14 15:56:12 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/include: Makefile

Log Message:
LLVM switched to three component point release version, so follow here.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.33 -r1.34 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2015-01-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jan 29 23:14:48 UTC 2015

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Don't complain if OCaml is installed, but certain extensions for the
binding are missing.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2015-03-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Mar 18 17:43:20 UTC 2015

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMExecutionEngine: Makefile
src/external/bsd/llvm/lib/libLLVMRuntimeDyld: Makefile

Log Message:
Update build glue for LLVM/Clang r232565.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 \
src/external/bsd/llvm/lib/libLLVMExecutionEngine/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2015-05-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 29 17:37:50 UTC 2015

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/config/clang/Config: config.h
src/external/bsd/llvm/config/llvm/Config: config.h.in llvm-config.h.in

Log Message:
Update build glue for LLVM/Clang 3.6.1. This brings in a number of
bugfixes for various platforms and corrects the mcount symbol on
NetBSD/ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/llvm/config/clang/Config/config.h
cvs rdiff -u -r1.15 -r1.16 \
src/external/bsd/llvm/config/llvm/Config/config.h.in
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/config/llvm/Config/llvm-config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2017-08-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Aug  1 21:40:03 UTC 2017

Modified Files:
src/external/bsd/llvm/bin/llvm-ar: Makefile
src/external/bsd/llvm/lib: Makefile
Added Files:
src/external/bsd/llvm/lib/libLLVMToolDriversDlltool: Makefile

Log Message:
Fix linking for the optional llvm-ar tool.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/bin/llvm-ar/Makefile
cvs rdiff -u -r1.45 -r1.46 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/libLLVMToolDriversDlltool/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2017-12-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec 17 21:16:33 UTC 2017

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update for LLVM/Clang 5.0.1.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2017-12-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec 17 21:16:57 UTC 2017

Modified Files:
src/external/bsd/llvm: Makefile

Log Message:
Be consistent with the revision numbers in the import-llvm command.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-10-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Oct 14 01:47:50 UTC 2013

Modified Files:
src/external/bsd/llvm/config/llvm/Config: config.h.in
src/external/bsd/llvm/include: Makefile

Log Message:
Don't pass -std=c++11 down to configure, it breaks C compiler detection.
Regen configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/config/llvm/Config/config.h.in
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-10-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Oct 14 21:19:17 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile

Log Message:
Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
unwinder in libc on x86.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.11 -r1.12 \
src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-10-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Oct 20 14:53:23 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/lldb: Makefile
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
Added Files:
src/external/bsd/llvm/lib/liblldbPluginPlatformWindows: Makefile

Log Message:
Update to LLVM/Clang r193040 for a bug fix in the phi splitting around
landing pads.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/lldb/Makefile
cvs rdiff -u -r1.34 -r1.35 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginPlatformWindows/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-10-21 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Oct 21 19:27:55 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/Clang snapshot to r193064 for another bugfix related to
exception handling.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-10-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Oct 30 20:27:40 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/liblldDriver: Makefile
src/external/bsd/llvm/lib/liblldPasses: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterELF: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterELFX86_64: Makefile
src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF: Makefile

Log Message:
Update LLVM/Clang snapshot to r193633. Fixes an old and somewhat amusing
bug involving a source file foo.c, a function foo and a static
function-local variable c in the direct object writer.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldDriver/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/liblldPasses/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldReaderWriterELF/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldReaderWriterELFX86_64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-11-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Nov 11 23:51:36 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMIR: Makefile
src/external/bsd/llvm/lib/libclangCodeGen: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterMachO: Makefile
src/external/bsd/llvm/lib/liblldbPluginProcessUtility: Makefile
src/external/bsd/llvm/lib/liblldbTarget: Makefile

Log Message:
Update LLVM/Clang snapshot to r194393 for the FPU changes on x86.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMIR/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libclangCodeGen/Makefile
cvs rdiff -u -r1.21 -r1.22 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/liblldReaderWriterMachO/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbTarget/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-11-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 28 14:20:00 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile Makefile.inc
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMIR: Makefile
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/lib/libclangIndex: Makefile
src/external/bsd/llvm/lib/liblldCore: Makefile
src/external/bsd/llvm/lib/liblldDriver: Makefile

Log Message:
Update LLVM/Clang to r195771 from the 3.4 release branch.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/Makefile
cvs rdiff -u -r1.62 -r1.63 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.35 -r1.36 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMIR/Makefile
cvs rdiff -u -r1.7 -r1.8 \
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile
cvs rdiff -u -r1.12 -r1.13 \
src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libclangIndex/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldCore/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/liblldDriver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-12-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Dec  3 22:42:55 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile

Log Message:
Split checkout target into two parts now that llvm and clang are
imported. Requested by matt@


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2013-12-06 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Dec  6 23:21:31 UTC 2013

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update revision for import of r196603.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-01-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  5 15:17:04 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Build tools without debug symbols by default.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-01-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  5 15:19:39 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Skip suffixes like -eabi for the host target, when invoking configure.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-01-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 15 20:53:00 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile Makefile.inc
Removed Files:
src/external/bsd/llvm/librt: Makefile Makefile.inc
src/external/bsd/llvm/librt/libclang_asan: Makefile shlib_version
src/external/bsd/llvm/librt/libcompiler_rt: Makefile shlib_version

Log Message:
Don't checkout compiler-rt, drop old build glue.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/Makefile
cvs rdiff -u -r1.67 -r1.68 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.2 -r0 src/external/bsd/llvm/librt/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/libclang_asan/Makefile \
src/external/bsd/llvm/librt/libclang_asan/shlib_version
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/librt/libcompiler_rt/Makefile \
src/external/bsd/llvm/librt/libcompiler_rt/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-01-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jan 16 19:08:11 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Disable compiler version check for now.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-02-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 14 20:23:57 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/clang: Makefile
src/external/bsd/llvm/bin/llc: Makefile
src/external/bsd/llvm/bin/llvm-objdump: Makefile
src/external/bsd/llvm/bin/llvm-readobj: Makefile
src/external/bsd/llvm/bin/opt: Makefile
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/config/llvm/Config: config.h.in
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMARMMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/lib/libLLVMSparcCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile

Log Message:
Update LLVm/Clang to 3.5svn r201163. This brings improvements to the
16bit x86 support, self hosting for SPARC64 and improvements to the
NetBSD driver on ARM, AArch64 and MIPS.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/llvm/bin/clang/Makefile
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/llvm/bin/llc/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/bin/llvm-objdump/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/bin/llvm-readobj/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/bin/opt/Makefile
cvs rdiff -u -r1.17 -r1.18 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.10 -r1.11 \
src/external/bsd/llvm/config/llvm/Config/config.h.in
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.38 -r1.39 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/lib/libLLVMARMMCTargetDesc/Makefile
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libLLVMAsmPrinter/Makefile
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile
cvs rdiff -u -r1.14 -r1.15 \
src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r1.7 -r1.8 \
src/external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/llvm/lib/libLLVMSupport/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2014-03-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Mar  4 21:05:06 UTC 2014

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/bin/opt: Makefile
src/external/bsd/llvm/lib/libLLVMAArch64CodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMC: Makefile
src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc: Makefile
src/external/bsd/llvm/lib/libLLVMObject: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libclangBasic: Makefile
src/external/bsd/llvm/lib/libclangDriver: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterPECOFF: Makefile
Added Files:
src/external/bsd/llvm/bin/llvm-profdata: Makefile

Log Message:
Update build glue for LLVM/Clang r202566. News:
- match ARM CPU default of GCC
- better support for SPARC64
- type checkings for abs/fabs
- null pointer checks against struct member
- various other improvements


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-profdata/Makefile
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/llvm/bin/opt/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMAArch64CodeGen/Makefile
cvs rdiff -u -r1.26 -r1.27 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/llvm/lib/libLLVMMC/Makefile
cvs rdiff -u -r1.21 -r1.22 \
src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libLLVMMipsMCTargetDesc/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libLLVMObject/Makefile
cvs rdiff -u -r1.15 -r1.16 \
src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/lib/libclangBasic/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libclangDriver/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/liblldReaderWriterPECOFF/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2016-09-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Sep  3 23:22:38 UTC 2016

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM and Clang to 3.8.1+ r280599. The most relevant changes for
NetBSD are driver logic for PIE linkage and a number of SPARC fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2017-02-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb  9 17:58:57 UTC 2017

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMDebugInfoCodeView: Makefile
src/external/bsd/llvm/lib/libLLVMObject: Makefile
src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile
Added Files:
src/external/bsd/llvm/bin/llvm-xray: Makefile
src/external/bsd/llvm/lib/libLLVMXRay: Makefile

Log Message:
Switch to the 4.0 release branch and update build glue for r294123.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-xray/Makefile
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMDebugInfoCodeView/Makefile
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/lib/libLLVMObject/Makefile
cvs rdiff -u -r1.21 -r1.22 \
src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMXRay/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2019-03-03 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Mar  3 17:46:01 UTC 2019

Modified Files:
src/external/bsd/llvm: Makefile
src/external/bsd/llvm/include: Makefile

Log Message:
Make the includes target run the custom include targets.

This avoids the need for a .WAIT here, and later makes it possible
for non-llvm things to not worry about llvm includes not being created
yet (as includes runs before a lot of other things)

suggested by mrg, build-tested by agc, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/Makefile
cvs rdiff -u -r1.45 -r1.46 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm

2019-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Apr  4 12:34:32 UTC 2019

Modified Files:
src/external/bsd/llvm: Makefile.inc

Log Message:
Use right definitions in src/tools/llvm.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib

2011-07-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jul  7 21:46:50 UTC 2011

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Invert def/undef condition to make LLVM_DEVELOPER=yes work as expected.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib

2012-06-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jun 17 15:12:13 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Including bsd.own.mk twice in a row is a bit too much


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/librt

2012-06-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jun 17 18:48:47 UTC 2012

Modified Files:
src/external/bsd/llvm/librt: Makefile
Added Files:
src/external/bsd/llvm/librt/libclang_asan: Makefile shlib_version

Log Message:
Start adding build glue for ASAN parts of compiler-rt.
Still missing the platform specific parts.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/librt/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/librt/libclang_asan/Makefile \
src/external/bsd/llvm/librt/libclang_asan/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib

2012-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug  9 14:39:02 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangASTMatchers: Makefile

Log Message:
Add (optional) libclangASTMatchers.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libclangASTMatchers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib

2013-09-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Sep  3 14:54:00 UTC 2013

Modified Files:
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMX86Disassembler: Makefile

Log Message:
Use CPPFLAGS.src and not COPTS.src to override -std=c++11 flag. The
latter doesn't help make depend.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib

2014-08-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 10 17:35:08 UTC 2014

Modified Files:
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/liblldCore: Makefile
src/external/bsd/llvm/lib/liblldPasses: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterELFMips: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterMachO: Makefile
src/external/bsd/llvm/lib/liblldbAPI: Makefile
src/external/bsd/llvm/lib/liblldbCore: Makefile
src/external/bsd/llvm/lib/liblldbHostCommon: Makefile
src/external/bsd/llvm/lib/liblldbInterpreter: Makefile
src/external/bsd/llvm/lib/liblldbPluginProcessUtility: Makefile
src/external/bsd/llvm/lib/liblldbTarget: Makefile
src/external/bsd/llvm/lib/liblldbUtility: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangRewrite: Makefile
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon: Makefile
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD:
Makefile
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba: Makefile
Removed Files:
src/external/bsd/llvm/lib/libclangRewriteCore: Makefile
src/external/bsd/llvm/lib/libclangRewriteFrontend: Makefile

Log Message:
Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 src/external/bsd/llvm/lib/libclangRewrite/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/lib/libclangRewriteCore/Makefile
cvs rdiff -u -r1.1 -r0 \
src/external/bsd/llvm/lib/libclangRewriteFrontend/Makefile
cvs rdiff -u -r1.23 -r1.24 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/liblldCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldPasses/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/liblldReaderWriterELFMips/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/liblldReaderWriterMachO/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbAPI/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbHostCommon/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldbInterpreter/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/liblldbTarget/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbUtility/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/include

2014-09-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Sep  6 01:02:21 UTC 2014

Modified Files:
src/external/bsd/llvm/include: Makefile

Log Message:
Install altivec.h for ppc64 too.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/include

2014-01-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  5 15:15:34 UTC 2014

Modified Files:
src/external/bsd/llvm/include: Makefile

Log Message:
Use head to remove final #endif, newer versions will contain multiple
conditional blocks for dealing with Apple universal binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/include

2014-01-06 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jan  7 01:59:36 UTC 2014

Modified Files:
src/external/bsd/llvm/include: Makefile

Log Message:
Replace with a simple -e x for sed.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/bin/clang

2011-07-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul  5 17:06:11 UTC 2011

Modified Files:
src/external/bsd/llvm/bin/clang: Makefile

Log Message:
Doesn't need the X86 disassembler.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/bin/clang/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/bin/clang

2012-01-18 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 18 16:53:09 UTC 2012

Modified Files:
src/external/bsd/llvm/bin/clang: Makefile

Log Message:
Make sure to link the MIPS assembler parser in.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/llvm/bin/clang/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX

2013-11-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 28 14:20:33 UTC 2013

Added Files:
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX: Makefile

Log Message:
Forgotten file in update to r195771.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib/libLLVMLineEditor

2014-02-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 14 20:32:58 UTC 2014

Added Files:
src/external/bsd/llvm/lib/libLLVMLineEditor: Makefile

Log Message:
Build glue for the libedit wrapper, not yet used.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/lib/libLLVMAMDGPUUtils

2019-03-11 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Mar 12 02:07:14 UTC 2019

Modified Files:
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils: Makefile

Log Message:
Correct copy-paste error. From joerg, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/config/clang/Basic

2012-01-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jan 17 15:53:25 UTC 2012

Modified Files:
src/external/bsd/llvm/config/clang/Basic: Version.inc

Log Message:
Regen


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/config/clang/Basic/Version.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/bin/llvm-readobj

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:44:21 UTC 2012

Added Files:
src/external/bsd/llvm/bin/llvm-readobj: Makefile

Log Message:
Hook up llvm-readobj for LLVM_DEVELOPER builds.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-readobj/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/config/llvm/Config

2015-06-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jun  3 10:00:55 UTC 2015

Modified Files:
src/external/bsd/llvm/config/llvm/Config: config.h.in

Log Message:
Fix typo in PPC macro.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/bsd/llvm/config/llvm/Config/config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/config/llvm/Config

2014-03-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Mar 12 15:24:08 UTC 2014

Modified Files:
src/external/bsd/llvm/config/llvm/Config: config.h.in

Log Message:
__ppc__ is not supported by GCC, so use __powerpc__.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/external/bsd/llvm/config/llvm/Config/config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/dist/llvm-configure

2017-01-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 11 11:19:25 UTC 2017

Added Files:
src/external/bsd/llvm/dist/llvm-configure: configure run-autoconf
src/external/bsd/llvm/dist/llvm-configure/autoconf: AutoRegen.sh
ExportMap.map LICENSE.TXT README.TXT aclocal.m4 config.guess
config.sub configure.ac install-sh missing mkinstalldirs
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4: build_exeext.m4
c_printf_a.m4 check_gnu_make.m4 config_makefile.m4
config_project.m4 cxx_flag_check.m4 define_subst.m4
find_std_program.m4 func_mmap_file.m4 header_mmap_anonymous.m4
huge_val.m4 link_options.m4 linux_mixed_64_32.m4
need_dev_zero_for_mmap.m4 sanity_check.m4 single_cxx_check.m4
visibility_inlines_hidden.m4
src/external/bsd/llvm/dist/llvm-configure/include/clang/Config:
config.h.in
src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config:
AsmParsers.def.in AsmPrinters.def.in Disassemblers.def.in
Targets.def.in abi-breaking.h.in config.h.in llvm-config.h.in
src/external/bsd/llvm/dist/llvm-configure/include/llvm/Support:
DataTypes.h.in

Log Message:
Add slightly cut down version of the final version of autoconf from
before the removal, updated to match current cmake.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/dist/llvm-configure/configure \
src/external/bsd/llvm/dist/llvm-configure/run-autoconf
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/AutoRegen.sh \
src/external/bsd/llvm/dist/llvm-configure/autoconf/ExportMap.map \
src/external/bsd/llvm/dist/llvm-configure/autoconf/LICENSE.TXT \
src/external/bsd/llvm/dist/llvm-configure/autoconf/README.TXT \
src/external/bsd/llvm/dist/llvm-configure/autoconf/aclocal.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/config.guess \
src/external/bsd/llvm/dist/llvm-configure/autoconf/config.sub \
src/external/bsd/llvm/dist/llvm-configure/autoconf/configure.ac \
src/external/bsd/llvm/dist/llvm-configure/autoconf/install-sh \
src/external/bsd/llvm/dist/llvm-configure/autoconf/missing \
src/external/bsd/llvm/dist/llvm-configure/autoconf/mkinstalldirs
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/build_exeext.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/c_printf_a.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/check_gnu_make.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_makefile.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_project.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/cxx_flag_check.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/define_subst.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/find_std_program.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/func_mmap_file.m4 \

src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/header_mmap_anonymous.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/huge_val.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/link_options.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/linux_mixed_64_32.m4 \

src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/need_dev_zero_for_mmap.m4 
\
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/sanity_check.m4 \
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/single_cxx_check.m4 \

src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/visibility_inlines_hidden.m4
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/dist/llvm-configure/include/clang/Config/config.h.in
cvs rdiff -u -r0 -r1.1 \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/AsmParsers.def.in 
\

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/AsmPrinters.def.in
 \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/Disassemblers.def.in
 \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/Targets.def.in \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/abi-breaking.h.in 
\
src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/config.h.in \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Config/llvm-config.h.in
cvs rdiff -u -r0 -r1.1 \

src/external/bsd/llvm/dist/llvm-configure/include/llvm/Support/DataTypes.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.