summaryrefslogtreecommitdiff
path: root/libsanitizer/LOCAL_PATCHES
Commit message (Collapse)AuthorAgeFilesLines
* [libsanitizer] Update LOCAL_PATCHES.Iain Sandoe2022-09-041-0/+1
| | | | | | | | Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libsanitizer/ChangeLog: * LOCAL_PATCHES: Update.
* libsanitizer: update LOCAL_PATCHESMartin Liska2022-08-301-1/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update.
* libsanitizer: update LOCAL_PATCHES.Martin Liska2022-05-051-2/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update.
* libsanitizer: Update LOCAL_PATCHESH.J. Lu2021-12-061-0/+1
| | | | | | | | | | | | | | Add commit 70b043845d7c378c6a9361a6769885897d1018c2 Author: H.J. Lu <hjl.tools@gmail.com> Date: Tue Nov 30 05:31:26 2021 -0800 libsanitizer: Use SSE to save and restore XMM registers to LOCAL_PATCHES. * LOCAL_PATCHES: Add commit 70b043845d7.
* libsanitizer: Update LOCAL_PATCHESH.J. Lu2021-11-131-1/+1
| | | | * LOCAL_PATCHES: Update to the corresponding revision.
* libsanitizer: update LOCAL_PATCHES.Martin Liska2021-11-051-1/+1
|
* libsanitizer: update LOCAL_PATCHESMartin Liska2021-11-041-1/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update git revision.
* libsanitizer: Update LOCAL_PATCHESH.J. Lu2021-10-061-1/+1
| | | | * LOCAL_PATCHES: Update to the corresponding revision.
* libsanitizer: Update LOCAL_PATCHESH.J. Lu2021-10-011-1/+1
| | | | * LOCAL_PATCHES: Update to the corresponding revision.
* libsanitizer: Update LOCAL_PATCHESH.J. Lu2021-07-201-2/+1
| | | | * LOCAL_PATCHES: Update to the corresponding revision.
* libsanitizer : Update LOCAL_PATCHES.Iain Sandoe2021-05-131-0/+1
| | | | | | | | | This adds the local patch to handle missing __builtin_os_log_format on Darwin. libsanitizer/ChangeLog: * LOCAL_PATCHES: Add Darwin patch for __builtin_os_log_format.
* libsanitizer: update LOCAL_PATCHES.Martin Liska2021-05-131-2/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update to the corresponding revision.
* libsanitizer: Add recently added commit to LOCAL_PATCHESMatthew Malcomson2020-11-251-0/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Add one commit.
* libsanitizer: update LOCAL_PATCHES.Martin Liska2020-11-131-2/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update to the latest commit.
* libsanitizer: Add recently added commit to LOCAL_PATCHES.Martin Liska2020-10-191-0/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Add one commit.
* libsanitizer: update locale patchesMartin Liska2020-10-161-1/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update revision.
* Update link to LOCAL_PATCHES.Martin Liska2020-06-021-1/+1
| | | | | | libsanitizer/ChangeLog: * LOCAL_PATCHES: Update hash of local patches.
* Update merge.sh to reflect usage of git.Martin Liska2020-05-261-1/+1
| | | | | | | | | | | | | | After switching to GIT, we should use it in libsanitizer merge script. I'll do merge from master as soon as PR95311 gets fixed. I'm going to install the patch. libsanitizer/ChangeLog: * LOCAL_PATCHES: Use git hash instead of SVN id. * merge.sh: Use git instead of VCS. Update paths relative to upstream git repository.
* Update LOCAL_PATCHES.Martin Liska2019-11-071-2/+1
| | | | From-SVN: r277911
* Update LOCAL_PATCHES.Martin Liska2019-11-051-3/+2
| | | | From-SVN: r277839
* libsanitizer, record a local patch.Iain Sandoe2019-08-161-0/+1
| | | | | | | | 2019-08-16 Iain Sandoe <iain@sandoe.co.uk> * LOCAL_PATCHES: Add r274585. From-SVN: r274586
* Add r274540 to LOCAL_PATCHES.Martin Liska2019-08-151-0/+1
| | | | | | | | 2019-08-15 Martin Liska <mliska@suse.cz> * LOCAL_PATCHES: Add r274540 From-SVN: r274541
* Refresh LOCAL_PATCHESMartin Liska2019-08-141-6/+1
| | | | | | | | 2019-08-14 Martin Liska <mliska@suse.cz> * LOCAL_PATCHES: Refresh based on what was committed. From-SVN: r274430
* LOCAL_PATCHES: Add revision.Martin Liska2019-04-081-0/+1
| | | | From-SVN: r270209
* Include patch in LOCAL_PATCHES.Martin Liska2018-11-091-0/+1
| | | | | | | | 2018-11-09 Martin Liska <mliska@suse.cz> * LOCAL_PATCHES: Include one local patch. From-SVN: r265951
* Fix sanitizer frame unwind on 32-bit ABIs (again)Segher Boessenkool2018-11-051-0/+1
| | | | | | | | | | | | | This re-applies r258525, and this time adds it to LOCAL_PATCHES. libsanitizer/ * LOCAL_PATCHES: Add r258525. * sanitizer_common/sanitizer_stacktrace.cc (BufferedStackTrace::FastUnwindStack): Use the correct frame offset for PowerPC SYSV ABI. From-SVN: r265817
* Update LOCAL_PATCHES after libsanitizer merge.Martin Liska2018-10-311-4/+3
| | | | | | | | 2018-10-31 Martin Liska <mliska@suse.cz> * LOCAL_PATCHES: Update to installed revisions. From-SVN: r265673
* Apply LOCAL_PATCHES and remove not used ones.Martin Liska2018-10-311-2/+0
| | | | | | | | | | | | | | | | | | | 2018-10-31 Martin Liska <mliska@suse.cz> * LOCAL_PATCHES: Update patch list. * asan/asan_globals.cc (CheckODRViolationViaIndicator): Apply patches from GCC's trunk. (CheckODRViolationViaPoisoning): Likewise. (RegisterGlobal): Likewise. * sanitizer_common/sanitizer_mac.cc (defined): Likewise. * sanitizer_common/sanitizer_stacktrace.cc (GetCanonicFrame): Likewise. * ubsan/ubsan_handlers.cc (__ubsan::__ubsan_handle_cfi_bad_icall): Likewise. (__ubsan::__ubsan_handle_cfi_bad_icall_abort): Likewise. * ubsan/ubsan_handlers.h (struct CFIBadIcallData): Likewise. (struct CFICheckFailData): Likewise. (RECOVERABLE): Likewise. From-SVN: r265667
* Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.Maxim Ostapenko2016-11-301-0/+1
| | | | From-SVN: r243016
* Remove r242480 from libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2016-11-291-1/+0
| | | | | | | | The fix is now upstream. * LOCAL_PATCHES: Remove r242480. From-SVN: r242957
* Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHESRainer Orth2016-11-201-0/+1
| | | | From-SVN: r242634
* Add revsison to libsanitizer/LOCAL_PATCHESMarkus Trippelsdorf2016-11-161-0/+1
| | | | From-SVN: r242481
* LOCAL_PATCHES: New file.Maxim Ostapenko2016-11-161-0/+4
libsanitizer/ * LOCAL_PATCHES: New file. From-SVN: r242479