The NetBSD Project

CVS log for src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/Attic/sanitizer_fuchsia.cc

[BACK] Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / dist / libsanitizer / sanitizer_common

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5
Mon Jul 31 01:44:56 2023 UTC (21 months, 1 week ago) by mrg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
make this actually be GCC 12.3.0's libsanitizer.

the libsanitizer we used with GCC 9 and GCC 10 was significantly
ahead of the GCC 9 and GCC 10 provided versions.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 11 23:54:27 2021 UTC (4 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -0 lines
revert sanitizer back to the version we were using with GCC 9, since
that one was already newer than the GCC 10 version.

Revision 1.3
Sun Apr 11 00:02:22 2021 UTC (4 years, 1 month ago) by mrg
Branches: MAIN
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
initial merge of GCC 10.3.0.

these three files are not yet finished merging:

gcc/config/rs6000/rs6000.c
libsanitizer/lsan/lsan_allocator.h
libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h

our current GCC 9 sanitizers are newer than GCC 10's still, so that
may take a little to untease, so it's probable that more than
these 2 will need more changes.

rs6000.c has some changes related to ABI and supported functionality
that need to be merged forward.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 12 15:01:38 2020 UTC (4 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +142 -140 lines
Sync interceptors of sanitizers with LLVM rev. 00460ae520

Use the 2020-09-10 snapshot to replace two-years-old GCC9 copy of
interceptors.

With this change, ASan works with the locally patched GCC tree (as there
were IOCTL operations not properly defined).

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Sep 5 07:52:57 2020 UTC (4 years, 8 months ago) by mrg
Branches: FSF
CVS tags: gcc-9-3-0
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +138 -140 lines
initial import of GCC 9.3.0.  changes include:

- live patching support
- shell completion help
- generally better diagnostic output (less verbose/more useful)
- diagnostics and optimisation choices can be emitted in json
- asan memory usage reduction
- many general, and specific to switch, inter-procedure,
  profile and link-time optimisations.  from the release notes:
  "Overall compile time of Firefox 66 and LibreOffice 6.2.3 on
  an 8-core machine was reduced by about 5% compared to GCC 8.3"
- OpenMP 5.0 support
- better spell-guesser
- partial experimental support for c2x and c++2a
- c++17 is no longer experimental
- arm AAPCS GCC 6-8 structure passing bug fixed, may cause
  incompatibility (restored compat with GCC 5 and earlier.)
- openrisc support

Revision 1.1.1.1.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:58:21 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.1.1.1.4.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.1.1.2: preferred, colored
Changes since revision 1.1.1.1.4.1: +517 -0 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.1.1.1.4.1
Tue Oct 1 09:36:38 2019 UTC (5 years, 7 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.1.1.1: +0 -517 lines
file sanitizer_fuchsia.cc was added on branch phil-wifi on 2020-04-13 07:58:21 +0000

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Oct 1 09:36:38 2019 UTC (5 years, 7 months ago) by mrg
Branches: FSF
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, gcc-8-4-0, gcc-8-3-0
Branch point for: phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
import GCC 8.3.  it includes these new features:
- many optimisations improved: inter-procedural, profile-directed,
  LTO, loops including user-controllable unroll support, and more.
- columns numbers added to line numbers in dwarf
- gcov extended significantly
- many sanitizer updates
- many new warning messages
- many better hints and more useful error messages
- minor ABI changes on x86-64 libstdc++, and some c++17 modes
- draft c++2a features
- better c++17 experimental support
- Armv8.4-A supported, better 8.2-A and 8.3-A support, including
  32 bit arm port.  cortex a-55, a-75 and a-55.a-75 combo support.
- in the GCC bugzilla, 8.1 shows 1149 bugs fixed, 8.2 shows 100, and
  8.3 shows 158.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 1 09:36:38 2019 UTC (5 years, 7 months ago) by mrg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>