[TTC-9] Make LSan compliant with recovery mode when running on top of ASan
[platform/upstream/gcc.git] / ChangeLog.Tizen
1 ################################################################################
2 # Filename: ChangeLog.Tizen
3 #
4 # Purpose: This file is to keep track of patches that are specific only to
5 #   Tizen GCC.  The goal of this record is to easily determine necessary
6 #   commits to cherry-pick when we upgrade the major version of Tizen GCC.
7 #   "Upgrade" here means syncing up with the future release of upstream
8 #   linaro-gcc, e.g., linaro-gcc 7.1.
9 #
10 # What to add here?
11 #   When we cherry-pick patches from the upstream, we do not need to record
12 #   them in here because they will be automatically included when upgrading the
13 #   version.  On the other hand, all other patches, which are written only for
14 #   Tizen, backported from other source such as LLVM, or modified when
15 #   backporting, should be included in this file.
16 #
17 # Format:
18 #   [Commit Date]  [Author Name]  [Email Address]
19 #   <empty line>
20 #   <tab>commit [Commit Hash](optional)
21 #   <tab>[Commit Message's Subject]
22 #   <empty line>
23 #
24 #   NOTE-1: Please fit lines in 80 columns.
25 #   NOTE-2: [Commit Hash] is intended for speeding up the commit search, but it
26 #     is optional because the permanent commit hash is determined when merging
27 #     the commit to the main branch, e.g., tizen_base.  Therefore, it is not
28 #     required to include the commit hash if you write your patch and change
29 #     log at the same time (actually you can't).  However, if you update this
30 #     file after the commit hash is fixed, you are free to add the commit hash.
31 ################################################################################
32 2017-10-20  Slava Barinov <v.barinov@samsung.com>
33
34         [TTC-9] Enable recovery mode for ASan with leak detector
35
36 2017-10-17  Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
37
38         Add armv7hl support.
39
40 2017-08-30  Sangmin Seo <sangmin7.seo@samsung.com>
41
42         Add ChangeLog.Tizen
43
44 2017-08-30  Hoyub Lee <hoyub.lee@samsung.com>
45
46         commit 9abca71317eade94f74ed3188f4e43f2357444eb
47         packaging: Add libasan as requires for asan-runtime-env
48
49 2017-08-30  Chan Lee <chan45.lee@samsung.com>
50
51         commit beebe864123c0cab3e065c74f2e7a40a650c7e0a
52         packaging: Set shadow address space to unlimited for ASan
53
54 2017-08-30  Slava Barinov <v.barinov@samsung.com>
55
56         commit 18a8dd4fc72bc25c8a328eecb2f7c72f450c77b9
57         packaging: Force options for native compiler only
58
59 2017-08-30  Chan Lee <chan45.lee@samsung.com>
60
61         commit 3554bf089a6bf765e876b05544566309ddb34eb7
62         packaging: remain ld.so.preload.org
63
64 2017-08-30  Denis Khalikov <d.khalikov@partner.samsung.com>
65
66         commit 918ea684f3bb10a0181821c8ed75ee2777a7c603
67         PR sanitizer/77631
68
69 2017-08-23  Denis Khalikov <d.khalikov@partner.samsung.com>
70
71         commit 2b27620bd5b5972827fe5c12cea7fec6f15d96a5
72         [ubsan] Fix ICE
73
74 2017-08-08  Denis Khalikov <d.khalikov@partner.samsung.com>
75
76         commit 70089127dfa3e734f542831a0d45d15e14cfd0c2
77         [UBSAN] Fix systemd initialization with UBSan.
78
79 2017-08-03  Slava Barinov <v.barinov@samsung.com>
80
81         commit 0628fce629b2d3bc80fc693f80838a4940b038bc
82         [asan] Revert ABI changes after ASan patches backporting
83
84 2017-08-03  Slava Barinov <v.barinov@samsung.com>
85
86         commit db1663e7932e2e1878c40273f0488dcead9656a8
87         Fix cleanup location for try_finally_expr.
88
89 2017-08-03  Slava Barinov <v.barinov@samsung.com>
90
91         commit 56c888a5a7232334e1d726beadbba66c26a80867
92         packaging: Enable ASan bootstrap for ASan projects
93
94 2017-08-03  Slava Barinov <v.barinov@samsung.com>
95
96         commit 25d454419a68c0f05aa64d49bb15cda1720809bb
97         Remove target-libgfortran from default targets
98
99 2017-08-03  Slava Barinov <v.barinov@samsung.com>
100
101         commit 0198572270cc86071b4079253e526873d9cd2dca
102         Switch on detect_leaks on 64-bit platforms by default
103
104 2017-08-03  Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
105
106         commit b9d84e7357a3afafbf26e6f24325006546763ce6
107         [TTC-3] Fix asan_symbolize.py output frame numbers.
108
109 2017-08-03  Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
110
111         commit d37e8fc0d311abc9e5c9dd153a91ba3731380a00
112         [TTC-2] Fix asan_symbolize.py for C++ function prototypes detection.
113
114 2017-07-28  Sangmin Seo <sangmin7.seo@samsung.com>
115
116         commit 66898b859383e02b24865b7712423dd7e258bcdc
117         packaging: append -ldl -lpthread to ASan force options.
118
119 2017-07-28  Sangmin Seo <sangmin7.seo@samsung.com>
120
121         commit c51983b611f888ce51c6c137b50038a0daee45e9
122         packaging: create a wrapper for collect2 in gcc-force-options
123
124 2017-07-27  Slava Barinov <v.barinov@samsung.com>
125
126         commit 84bd4b431e26d7a03cb4318423fed860a9a9dfe2
127         packaging: Add %gcc_force_options and %gcc_unforce_options macros
128
129 2017-07-03  Sangmin Seo <sangmin7.seo@samsung.com>
130
131         commit 8f0da1d02a4956801ccd1d0df529ca68d821d8e9
132         Do not emit the -Wpsabi note for PR target/77728
133
134 2017-06-13  Denis Khalikov <d.khalikov@partner.samsung.com>
135
136         commit 0b7063a7415d107715e262ed8b9a03ff14af223e
137         [ubsan] Fix for vptr check
138
139 2017-06-13  Denis Khalikov <d.khalikov@partner.samsung.com>
140
141         commit 10747d7c26bb7c0c4e2e8761256e44b82e63f47a
142         [asan] Fix ASan preload issue.
143
144 2017-06-08  Chan Lee <chan45.lee@samsung.com>
145
146         commit 01e95341203049e57915f5ad9d8102c909364473
147         packaging: enable log_exe_name sanitizer option for ASan
148
149 2017-05-23  Dmitriy Nikiforov <d.nikiforov@partner.samsung.com>
150
151         commit d0fd3198b9b5e12a93160958427bc17ef0d2fa69
152         [sanitizer-coverage] Add new coverage dump interface
153
154 2017-05-23  Dmitriy Nikiforov <d.nikiforov@partner.samsung.com>
155
156         commit dfc83a04050deffebd697122580a270393be6a7a
157         [sanitizer-coverage] Add interface for coverage symbolization
158
159 2017-05-23  Dmitriy Nikiforov <d.nikiforov@partner.samsung.com>
160
161         commit 0d14c8cdb9eab66ab5dd0ceb22010e7ccf5a275a
162         [sanitizer-coverage] Add stub for trace-pc instrumentation
163
164 2017-04-28  Slava Barinov <v.barinov@samsung.com>
165
166         commit 58909fae5d4d6bf5048b16cae96a8fe9b9405a55
167         Do not build libgfortran unless requested explicitly
168
169 2017-04-28  Chan Lee <chan45.lee@samsung.com>
170
171         commit b85631a2e7a37e74b9553de1ae01b96aa0f16964
172         packaging: add fortran compiler
173
174 2017-04-27  Denis Khalikov <d.khalikov@partner.samsung.com>
175
176         commit 0e367b9938841ef0a7789d6d7ce70de2145e73da
177         Backported commit 6fdba17a20fd7c5f31f39556dc511abe3a537204 from LLVM
178
179 2017-04-18  Slava Barinov <v.barinov@samsung.com>
180
181         commit aa456f6090612d2b9bed6d79f71ca351937d9d02
182         Remove hard-coded path to extract-ubsan-logs script
183
184 2017-04-11  Dongkyun, Son <dongkyun.s@samsung.com>
185
186         commit a0c5e7cc3d72cdc5c35236bf812d4fd3ecd3010c
187         Keep to use version 6.2.1
188
189 2017-04-11  Dongkyun, Son <dongkyun.s@samsung.com>
190
191         commit df0fcdda2632f56997dd54880cbcba9fd4e25e0c
192         packaging: add license files to all sub components
193
194 2017-04-07  Chan Lee <chan45.lee@samsung.com>
195
196         commit b6eb4bbf4fb30fa2d9fe01a117034265d82f0f9a
197         packaging: remove cloog
198
199 2017-04-03  Chan Lee <chan45.lee@samsung.com>
200
201         commit aecbd9c419819fd3b0b706a66af96765a227399d
202         packaging: provide 64bit libs on 32bit build env
203
204 2017-03-02  Slava Barinov <v.barinov@samsung.com>
205
206         commit a98dd1e12718471a29e3f8e407b41b2c8ca36b84
207         Enabling libcc1 build
208
209 2017-03-01  Slava Barinov <v.barinov@samsung.com>
210
211         commit 6030c5924d94009cdb6afc3edde948ae1f1bb119
212         Add liblsan packaging
213
214 2017-02-28  Slava Barinov <v.barinov@samsung.com>
215
216         commit 9043b1561d09357b99c5c5f4e91805d59c113f45
217         Basing on 6.3.1 branch
218
219 2017-02-27  Maxim Ostapenko <m.ostapenko@samsung.com>
220
221         commit f2c65372abfb804abcb1e325e1f4946848febb5d
222         Move SanitizerToolName definition before MaybeMountProcFS.
223
224 2017-02-27  Ivan Baravy <i.baravy@samsung.com>
225
226         commit 6b3e63486ce3712ca2d6025785c50053326d8e10
227         Make lsan-force-options and lsan-build-env more usable. Factor out
228         common code from {A, UB}San to sanitizer_common code.
229
230 2017-02-27  Maxim Ostapenko <m.ostapenko@samsung.com>
231
232         commit ead8b34418bb7485ca234c01d7950f9c7ec32df8
233         Fix ASan tests.
234
235 2017-02-27  Ivan Baravy <i.baravy@samsung.com>
236
237         commit 2136197d687ac8d074e28ef6769c11e38c52b6b9
238         Set detect_leaks = false and halt_on_error = false by default.
239
240 2017-02-27  Maxim Ostapenko <m.ostapenko@samsung.com>
241
242         commit a03c910e725dbd9031446f9974435e5f3245d8f3
243         Remove redundant calls of MaybeMountProcFS and refactor it.
244
245 2017-02-27  Ivan Baravy <i.baravy@samsung.com>
246
247         commit 319509b9dd978e2fd5af7ddf3d4aed8dd3a2e7e3
248         Fix c-c++-common/asan/pr64820.c testcase to pass output pattern tests
249         under qemu-aarch64. Adjust halt_on_error tests.
250
251 2017-02-27  Ivan Baravy <i.baravy@samsung.com>
252
253         commit aff2457ee125abc9ffb38344018d66f46b3e4082
254         Backport Tizen specific stuff from VDLinux 6.
255
256 2017-02-22  Maxim Ostapenko <m.ostapenko@samsung.com>
257
258         commit fab406a648c12b4e7f461fabd1b72e6ce5975306
259         Move lsan_check_in_progress definition to lsan_common.cc.
260
261 2017-02-22  Maxim Ostapenko <m.ostapenko@samsung.com>
262
263         commit 4a796107ef71aa9345d13e940de5fc6ca3366863
264         Add mmap/munmap interceptors.
265
266 2017-02-22  Maxim Ostapenko <m.ostapenko@samsung.com>
267
268         commit ecb307f395b48cbb537071b8eb214626881a667a
269         Make {A, L}San allocator more compact.
270
271 2017-02-22  Slava Barinov <v.barinov@samsung.com>
272
273         commit a537400bca7d771aa402bb6c289459bab98ce12f
274         Set 0777 mode to sanitizer tool report
275
276 2017-02-22  Maxim Ostapenko <m.ostapenko@samsung.com>
277
278         commit 393263542c58fab61f336290d465c0cb95dcbcc9
279         Support print_cmdline in LSan.
280
281 2017-02-21  Slava Barinov <v.barinov@samsung.com>
282
283         commit e04a7c95734712661fd38aee58878b3d9e97e7e7
284         Switch off UBSan for sha1 to reduce number of log messages
285
286 2017-02-21  Slava Barinov <v.barinov@samsung.com>
287
288         commit c1620c401bc3a100b523511291487380f0aa2012
289         Force halt_on_error=true in ASan tests
290
291 2017-02-21  Ivan Baravy <i.baravy@samsung.com>
292
293         commit e78e2d435e263b7349a4157d6604e342bf6baed9
294         * gcc.dg/ubsan/static-init-null.c: New testcase
295
296 2017-02-21  Slava Barinov <v.barinov@samsung.com>
297
298         commit 74101f42c25667387723001937a017ebc2177828
299         Set 0644 mode to sanitizer tool report
300
301 2017-02-21  Slava Barinov <v.barinov@samsung.com>
302
303         commit 4c35bdb5ff418ddddc343336f5feb6edc7199415
304         Add binary name printing support to UBSan
305
306 2017-02-21  Slava Barinov <v.barinov@samsung.com>
307
308         commit d44eaef8e815a6220c2f5b2d25118aaea67a6bba
309         Add SanitizerToolName to UBSan report message
310
311 2017-02-21  Maxim Ostapenko <m.ostapenko@samsung.com>
312
313         commit 49473b8a78083de76da1661ca3a355ea734ff69b
314         Deliver LSan fixes for Tizen.
315
316 2017-02-21  Maxim Ostapenko <m.ostapenko@samsung.com>
317
318         commit 533a2c236775f2a20520dcbd2c577bd65a1a4bb8
319         Add temporal fix for https://github.com/google/sanitizers/issues/703.
320
321 2017-02-16  Maxim Ostapenko <m.ostapenko@samsung.com>
322
323         commit 83ab99a89d94910ad1db50a3b416b2885fc009cb
324         Backport recovery mode related stuff from LLVM mainline.
325
326 2017-02-16  Dongkyun, Son <dongkyun.s@samsung.com>
327
328         commit 3da155a0d55bbe3eed04892bdd980b1266e513ce
329         packaging: explicitly added configure options
330
331 2017-02-16  Chan Lee <chan45.lee@samsung.com>
332
333         commit cec64b97cb5e50e9bba30b3fd12ce01745677446
334         packaging: remove plugin packages and files
335
336 2017-02-16  Chan Lee <chan45.lee@samsung.com>
337
338         commit 6606dec3936734f81e5b7feeb0c9101624841998
339         packaging: disable lsan for arm and x86
340
341 2017-02-16  Dongkyun, Son <dongkyun.s@samsung.com>
342
343         commit cadcd442ec268f976de8c84782216e3033cd88d2
344         packaging: add packaging