Up to [cvs.NetBSD.org] / src / external / bsd / llvm / lib / libclangStaticAnalyzerCore
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 23 17:22:25 2012 UTC (7 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
Update LLVM/Clang snapshot to r164464. This adopts the GCC options for the SSP parameters and a not-yet-default rewrite of SROA.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 9 14:37:07 2012 UTC (9 months, 1 week ago) by joerg
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Update LLVM/Clang snapshot to r161532 for the usual set of improvements and bugfixes.
Revision 1.10 / (download) - annotate - [select for diffs], Tue May 29 19:31:53 2012 UTC (11 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Update Clang/LLVM snapshot to 156412. Refactoring.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 4 10:42:05 2012 UTC (13 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Update LLVM/Clang snapshot to r153935. This brings in the new inline cost analysis.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 11 23:24:49 2012 UTC (16 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Update LLVM/Clang snapshot to r147888. Most importantly, this fixes a number of ABI issues for i386 and provides the correct __FLT_EVAL_METHOD__ when using i387.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 18 15:56:54 2011 UTC (18 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
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.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 3 17:52:54 2011 UTC (18 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Update LLVM/Clang snapshot to r143571 for the improved optimizer.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 12 13:32:59 2011 UTC (20 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 1 12:24:37 2011 UTC (20 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.3: +8 -3
lines
Diff to previous 1.3 (colored)
Update LLVM/Clang snapshot to r138875. Primarily to get the rewritten temp file handling fixing boost-jam build.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 2 17:12:40 2011 UTC (21 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Update LLVM/Clang snapshot to r136592. This brings support for .code32/.code64 on x86.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 18 23:32:04 2011 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.1: +5 -4
lines
Diff to previous 1.1 (colored)
Update LLVM snapshot. This allows deriving the target from the binary name, provides a proper CPP mode and fixes a number of compat issues in the integrated assembler. Build the toolchain compiler optimized and without assertions now.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 17 18:35:36 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Branch point for: bouyer-quota2
Update LLVM/clang snapshot. This brings in support for .pushsection/.popsection and fixes clang -B to be incremental.