The NetBSD Project

CVS log for src/external/bsd/llvm/Makefile.inc

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / llvm

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.52 / (download) - annotate - [select for diffs], Tue May 28 17:37:33 2013 UTC (3 weeks ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored)

Update LLVM/Clang snapshot to r182734. Brings initial support for
integrated PowerPC assembler.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Apr 28 00:41:00 2013 UTC (7 weeks, 3 days ago) by joerg
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

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

Revision 1.50 / (download) - annotate - [select for diffs], Thu Apr 25 13:59:55 2013 UTC (7 weeks, 5 days ago) by joerg
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Update LLVM/Clang snapshot to r180004. This brings in the last pieces of
C++11 support in Clang as well as initial SPARC64 support.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Mar 24 13:02:16 2013 UTC (2 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

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

Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 13 13:21:17 2013 UTC (3 months ago) by joerg
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Update mclinker snapshot to include the various amd64 fixes.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Feb 27 21:25:08 2013 UTC (3 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.46: +9 -2 lines
Diff to previous 1.46 (colored)

Add infrastructure for building MCLinker.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Feb 19 12:35:41 2013 UTC (3 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: tls-maxphys-nbase, tls-maxphys-base
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Update LLVM/Clang snapshot to r175373. This improves GNU as
compatibility.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Feb 4 15:00:31 2013 UTC (4 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

Update to LLVM/Clang snapshot r174288. This brings in the new AArch64
backend as well as an import bug fix for pointer compare optimisations.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jan 23 15:02:53 2013 UTC (4 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (colored)

Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2
release.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Nov 17 04:57:26 2012 UTC (7 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Update LLVM/Clang snapshot to r168187 for various bug fixes.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Oct 28 17:07:44 2012 UTC (7 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.41: +5 -3 lines
Diff to previous 1.41 (colored)

Update LLVM/Clang snapshot to r166772. Now builds without RTTI and
exceptions. Also features the first round of a loop vectorizer.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Sep 23 17:22:22 2012 UTC (8 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (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.40 / (download) - annotate - [select for diffs], Thu Aug 9 14:37:06 2012 UTC (10 months, 1 week ago) by joerg
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

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

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jun 18 15:53:22 2012 UTC (12 months ago) by joerg
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

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

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jun 17 16:51:31 2012 UTC (12 months ago) by joerg
Branch: MAIN
Changes since 1.37: +6 -2 lines
Diff to previous 1.37 (colored)

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

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jun 17 07:40:25 2012 UTC (12 months ago) by joerg
Branch: MAIN
Changes since 1.36: +14 -8 lines
Diff to previous 1.36 (colored)

Fix version string returned by clang --version.
Integrate the in-tree config file generation with the cross-building
toolchain.  Regenerate the files.
Keep version numbers all in one place.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jun 16 17:01:03 2012 UTC (12 months ago) by joerg
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

Update LLVM/Clang snapshot to r158533. This brings in support for
stack-realignment in functions using alloca on x86. Move to
/usr/include/clang-3.2 to reflect the version.

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 29 19:31:52 2012 UTC (12 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

Update Clang/LLVM snapshot to 156412. Refactoring.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 29 19:19:04 2012 UTC (13 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

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

Revision 1.33 / (download) - annotate - [select for diffs], Sat Apr 14 15:11:17 2012 UTC (14 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

Update LLVM/Clang to r154578.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Apr 4 10:42:00 2012 UTC (14 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Update LLVM/Clang snapshot to r153935. This brings in the new inline
cost analysis.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 1 01:12:48 2012 UTC (15 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

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

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 28 17:09:29 2012 UTC (15 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.29: +12 -4 lines
Diff to previous 1.29 (colored)

Update LLVM/Clang snapshot to r151411. This brings in Lambda support for
C++11 and a new literal format string check to catch variadic argument
functions.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 17 15:51:55 2012 UTC (17 months 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.28: +3 -3 lines
Diff to previous 1.28 (colored)

Update LLVM/Clang snapshot to r148262 for some bugfixes.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 11 23:24:46 2012 UTC (17 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Mon Dec 19 14:07:40 2011 UTC (18 months ago) by joerg
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Sun Dec 11 14:58:50 2011 UTC (18 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

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

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 18 15:56:53 2011 UTC (19 months ago) by joerg
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (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.24 / (download) - annotate - [select for diffs], Thu Nov 3 17:52:53 2011 UTC (19 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2
Changes since 1.23: +5 -4 lines
Diff to previous 1.23 (colored)

Update LLVM/Clang snapshot to r143571 for the improved optimizer.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 11 13:53:57 2011 UTC (20 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
preventing Qt4 from building.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 12 13:32:59 2011 UTC (21 months ago) by joerg
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Thu Sep 1 12:24:35 2011 UTC (21 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 9 12:30:46 2011 UTC (22 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 2 17:12:38 2011 UTC (22 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 25 16:32:43 2011 UTC (22 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

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

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 17 20:07:57 2011 UTC (23 months ago) by joerg
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Update to Clang/LLVM r135360. Most importantly, this adjusts the
cc -print-search-dirs output to expand sysroot-prefixed library paths to
make live easier for libtool.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 13 23:48:29 2011 UTC (23 months ago) by joerg
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update to LLVM/Clang r135100 to get past the type system rewrite.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 7 21:59:14 2011 UTC (23 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Update LLVM/Clang snapshot to r134635. This reduces the memory usage in
preprocessor heavy code and recognizes mipseb as alias for mips.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 5 23:02:31 2011 UTC (23 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 4 22:20:45 2011 UTC (23 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Update LLVM/Clang to r134393 for NetBSD/PowerPC changes.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 4 16:10:38 2011 UTC (23 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Wed Jun 8 08:48:38 2011 UTC (2 years ago) by joerg
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 1 14:13:41 2011 UTC (2 years ago) by joerg
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 20 13:40:04 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 19 21:06:01 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 16 19:27:48 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Update to LLVM/Clang revision 131404. This includes the fix for asm labels
on builtins (broke longjmp usage) and a better cross-compiling support
in combination with -m32/-m64.

Update configuration to include /usr/include/clang-3.0 in the search
path.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 12 14:56:22 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Update LLVM and Clang snapshot

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 21 16:50:12 2011 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 18 23:32:01 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Wed Feb 23 03:09:02 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Branch point for: bouyer-quota2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update LLVM/Clang snapshot. This brings improvements for the integrated
assembler and support for -cxx-isystem in the driver.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 17 18:35:35 2011 UTC (2 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update LLVM/clang snapshot. This brings in support for
.pushsection/.popsection and fixes clang -B to be incremental.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 6 01:13:43 2011 UTC (2 years, 4 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>