Up to [cvs.NetBSD.org] / src / external / apache2 / llvm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 28 16:30:10 2022 UTC (11 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
When MKDEBUG is use, build LLVM with -g1 to significantly reduce debug information. This still includes types and line tables, but skips e.g. local variables and inline tracking.
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Mon May 31 22:06:56 2021 UTC (20 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.4: +16 -4
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
sync with head
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 30 01:56:45 2021 UTC (20 months ago) by joerg
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Changes since 1.4: +16 -4
lines
Diff to previous 1.4 (colored)
Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 This enables the use of modules for a significant build performance gain when building with clang as host compiler or when using HAVE_LLVM=yes. Switch libc++ to using the copy from the mono-repo.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 28 23:01:22 2019 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Use -fno-strict-aliasing unconditionally for the cross compiler.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 18 19:54:23 2019 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Use a big hammer and disabling strict aliasing for the tools build or when using GCC.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 14 13:16:35 2019 UTC (3 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
For gcc < 9 disable stringop-overflow warnings - they are broken.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 11 22:44:57 2019 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)