Up to [cvs.NetBSD.org] / src / external / bsd / llvm / lib / libLLVMTarget
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 23 15:03:00 2013 UTC (3 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.10: +2 -5
lines
Diff to previous 1.10 (colored)
Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2 release.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 17 04:57:27 2012 UTC (6 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
Update LLVM/Clang snapshot to r168187 for various bug fixes.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 28 17:07:46 2012 UTC (6 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Update LLVM/Clang snapshot to r166772. Now builds without RTTI and exceptions. Also features the first round of a loop vectorizer.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 14 15:11:18 2012 UTC (13 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Update LLVM/Clang to r154578.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 11 23:24:48 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.6: +2 -1
lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Mon Dec 19 14:07:40 2011 UTC (17 months ago) by joerg
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
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.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 1 12:24:36 2011 UTC (20 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
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 r138875. Primarily to get the rewritten temp file handling fixing boost-jam build.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 25 16:32:44 2011 UTC (22 months ago) by joerg
Branch: MAIN
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Update to LLVM/Clang snapshot to r135906. Fixes a number of bugs found in the pkgsrc bulk builds.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 4 16:10:39 2011 UTC (22 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Update LLVM/Clang to r134374. This brings the xstorerng alias for Via PadLock, a bugfix for the C++ ABI in one edge condition and various compiler improvements.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 23 03:09:04 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase
Branch point for: bouyer-quota2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Update LLVM/Clang snapshot. This brings improvements for the integrated assembler and support for -cxx-isystem in the driver.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 6 01:14:02 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: bouyer-quota2-base
Add LLVM and clang build system. It is enabled by MKLLVM=yes. Upstream sources can be fetched by running "make checkout" in src/external/bsd/llvm, they will be properly imported once the integration and missing features are sorted out.