index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asan
/
asan_mapping.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
1
-14
/
+2
*
AddressSanitizer: 64-bit SPARC/Linux port
Vitaly Buka
2019-03-12
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[asan] Fix typo
Fangrui Song
2018-07-30
1
-1
/
+1
*
[asan] Remove an unsigned compare >= 0
Walter Lee
2018-05-18
1
-1
/
+1
*
[asan] Add support for Myriad RTEMS memory map
Walter Lee
2018-05-18
1
-40
/
+73
*
[ASan] Fix range check in AddrIsInHighShadow
David Major
2018-05-11
1
-2
/
+2
*
Register NetBSD/i386 in asan_mapping.h
Kamil Rytarowski
2018-05-10
1
-0
/
+10
*
[PowerPC][asan] Update asan to handle changed memory layouts in newer kernels
Bill Seurer
2017-12-07
1
-1
/
+1
*
[asan] Use dynamic shadow on 32-bit Android, try 2.
Evgeniy Stepanov
2017-11-20
1
-1
/
+7
*
Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
Evgeniy Stepanov
2017-11-18
1
-7
/
+1
*
[asan] Fix small X86_64 ShadowOffset for non-default shadow scale
Walter Lee
2017-11-16
1
-1
/
+2
*
[asan] Add CMake hook to override shadow scale in compiler_rt
Walter Lee
2017-11-13
1
-0
/
+4
*
[asan] Use dynamic shadow on 32-bit Android.
Evgeniy Stepanov
2017-11-10
1
-1
/
+7
*
Add NetBSD ASAN shadow mapping for x86-64
Kamil Rytarowski
2017-08-28
1
-0
/
+10
*
[asan] Complete the Fuchsia port
Vitaly Buka
2017-08-09
1
-2
/
+3
*
[Asan] Eliminate SHADOW_TO_MEM() macro
Ivan A. Kosarev
2017-04-10
1
-1
/
+0
*
[asan] Reapply: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-05
1
-1
/
+1
*
Revert "[asan] Switch to using dynamic shadow offset on iOS"
Anna Zaks
2016-10-05
1
-1
/
+1
*
[asan] When protect_shadow_gap=0, set up the shadow for the shadow gap. This ...
Kostya Serebryany
2016-10-04
1
-16
/
+17
*
[asan] Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-04
1
-1
/
+1
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-30
1
-2
/
+2
*
revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...
Nico Weber
2016-09-21
1
-2
/
+2
*
[compiler-rt] Fix Asan build on Android
Etienne Bergeron
2016-09-21
1
-0
/
+1
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-19
1
-2
/
+1
*
Change the shadow memory address for win64.
Etienne Bergeron
2016-06-21
1
-0
/
+3
*
[ASan] Add shadow offset for SystemZ.
Marcin Koscielnicki
2016-04-30
1
-0
/
+17
*
[asan] Remove redundant elif
Anna Zaks
2016-02-02
1
-2
/
+0
*
[asan] Add iOS support.
Anna Zaks
2016-02-02
1
-7
/
+13
*
[ASan] Fix the links to bugs and wikipages.
Alexander Potapenko
2015-12-04
1
-1
/
+1
*
[compiler-rt] [asan] Use same shadow offset for aarch64
Adhemerval Zanella
2015-11-09
1
-4
/
+0
*
[asan] Enable ASan for AArch64/42-bit VMA
Adhemerval Zanella
2015-08-20
1
-0
/
+11
*
[asan] Try different values of the shadow gap start.
Evgeniy Stepanov
2015-08-07
1
-1
/
+2
*
[asan] Reduce shadow gap start on 32-bit Android.
Evgeniy Stepanov
2015-08-07
1
-1
/
+1
*
[asan] Enable asan for aarch64
Adhemerval Zanella
2015-08-05
1
-0
/
+7
*
[asan] Remove special case mapping on Android/AArch64.
Evgeniy Stepanov
2015-07-29
1
-7
/
+7
*
Working on reconciling out-of-tree patches to compiler-rt for building for iOS.
Chris Bieneman
2015-06-23
1
-3
/
+12
*
[asan][mips] Fix MIPS64 Asan mapping
Kumar Sukhani
2015-01-31
1
-2
/
+9
*
[ASan/Win] Move the shadow to 0x30000000
Timur Iskhodzhanov
2015-01-22
1
-6
/
+8
*
[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000
Timur Iskhodzhanov
2015-01-12
1
-5
/
+13
*
[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar Sukhani
Kostya Serebryany
2014-11-12
1
-0
/
+3
*
Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works
Will Schmidt
2014-11-06
1
-4
/
+0
*
[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...
Kostya Serebryany
2014-11-04
1
-6
/
+6
*
[compiler-rt] Enable ASAN for powerpc64le-linux
Will Schmidt
2014-10-15
1
-0
/
+4
*
[asan] Enable ASan on PowerPC.
Evgeniy Stepanov
2014-05-30
1
-0
/
+3
*
Add FreeBSD support to address sanitizer process mapping facilities
Viktor Kutuzov
2014-05-12
1
-0
/
+20
*
[ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)
Alexander Potapenko
2014-04-23
1
-2
/
+7
*
[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri Gribov
Kostya Serebryany
2014-03-27
1
-1
/
+10
*
[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan Roux
Kostya Serebryany
2014-02-13
1
-1
/
+4
*
[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.
Evgeniy Stepanov
2014-01-16
1
-20
/
+13
[next]