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.