index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
interception
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Don't assert that a target is within 2GB on 32-bit Windows
Reid Kleckner
2016-11-15
3
-6
/
+32
*
[compiler-rt] Fix interception of crt atoll on win10 CRT.
Etienne Bergeron
2016-09-30
1
-0
/
+1
*
[compiler-rt] Fix interception of multiple defined symbols.
Etienne Bergeron
2016-09-28
1
-12
/
+11
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-2
/
+2
*
[interception] Avoid duplicate declaration of isdigit in test
Jonas Hahnfeld
2016-09-14
1
-0
/
+4
*
[compilter-rt] Try to fix correctly rL277560
Etienne Bergeron
2016-08-03
2
-7
/
+5
*
[compiler-rt] Fix broken interception unittest
Etienne Bergeron
2016-08-03
1
-0
/
+4
*
[compiler-rt] Add more interception patterns.
Etienne Bergeron
2016-08-02
1
-1
/
+6
*
[asan] Intercept RtlRaiseException instead of kernel32!RaiseException
Reid Kleckner
2016-08-02
2
-0
/
+11
*
[compiler-rt] Add support for interception redirect exports.
Etienne Bergeron
2016-07-31
1
-0
/
+41
*
Fix broken build bot
Etienne Bergeron
2016-07-28
1
-2
/
+1
*
[compiler-rt] Fix warnings in interception code
Etienne Bergeron
2016-07-27
1
-0
/
+2
*
Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...
Bruno Cardoso Lopes
2016-07-22
1
-3
/
+0
*
[compiler-rt] Add support for relative offset adjustment in interception
Etienne Bergeron
2016-07-21
1
-9
/
+32
*
fix https://reviews.llvm.org/D22610
Etienne Bergeron
2016-07-21
1
-0
/
+3
*
[interception] Remove extra whitespace to appease linters (NFC)
Vedant Kumar
2016-07-18
1
-2
/
+2
*
[compiler-rt] Fix incorrect handling of indirect load.
Etienne Bergeron
2016-07-18
1
-2
/
+16
*
[compiler-rt] Allow trampoline allocation further and 1 gig.
Etienne Bergeron
2016-07-18
1
-1
/
+1
*
[compiler-rt] Fix incorrect handling of indirect load.
Etienne Bergeron
2016-07-15
1
-15
/
+3
*
TestCase null_deref was failing in Win64:
Etienne Bergeron
2016-07-15
1
-3
/
+15
*
[compiler-rt] Add more assembly patterns for interception
Etienne Bergeron
2016-07-14
1
-1
/
+7
*
[asan] Fix interception unittest on Windows64.
Etienne Bergeron
2016-07-12
2
-0
/
+11
*
[compiler-rt] Enhance function padding detection for function interception
Etienne Bergeron
2016-07-12
1
-1
/
+24
*
fix incorrect constant (from http://reviews.llvm.org/D22111)
Etienne Bergeron
2016-07-12
1
-1
/
+1
*
missing modifications for http://reviews.llvm.org/D21952
Etienne Bergeron
2016-07-11
1
-1
/
+2
*
[compiler-rt] Refactor the interception code on windows.
Etienne Bergeron
2016-07-11
3
-340
/
+1079
*
remove empty lines
Etienne Bergeron
2016-07-11
1
-2
/
+0
*
[compiler-rt] Enhance unittest coverage for lib interception
Etienne Bergeron
2016-07-07
2
-24
/
+127
*
Fix cmake generation on Apple for interception unittests
Etienne Bergeron
2016-07-06
1
-2
/
+0
*
[compiler-rt] Disable interception tests on Apple
Etienne Bergeron
2016-07-06
1
-3
/
+1
*
[compilter-rt] Add unittests for interception library
Etienne Bergeron
2016-07-06
6
-1
/
+382
*
Add missing decoding patterns toRoundUpToInstrBoundary
Etienne Bergeron
2016-06-20
1
-0
/
+16
*
This patch attempts to primitive support for Win64 asan
Etienne Bergeron
2016-06-06
1
-26
/
+147
*
This patch is activating the build of Asan on Windows 64-bits.
Etienne Bergeron
2016-05-27
1
-3
/
+14
*
[asan] Intercept all Heap* related imports from ucrtbase.dll
Reid Kleckner
2016-03-24
2
-8
/
+86
*
[asan] Add ucrtbase.dll to the list of DLLs to intercept
Reid Kleckner
2016-03-22
1
-0
/
+1
*
[asan] Add one more x86 encoding to the interceptor for strrchr
Reid Kleckner
2016-03-22
1
-0
/
+1
*
[asan] Intercept strdup on Windows
Reid Kleckner
2016-03-22
1
-1
/
+4
*
[asan] Update hotpatch code for VS 2015 memset implementation
Reid Kleckner
2016-03-21
1
-0
/
+5
*
[cmake] Address Samsonov's post-commit review of r262723
Filipe Cabecinhas
2016-03-05
1
-1
/
+1
*
Remove autoconf support for building runtime libraries.
Chris Bieneman
2016-01-26
1
-23
/
+0
*
Tell clang-format that (most) sanitizers are written using Google style guide.
Alexey Samsonov
2015-11-19
1
-0
/
+1
*
Sanitizer: define WIN32_LEAN_AND_MEAN
Saleem Abdulrasool
2015-10-29
1
-0
/
+1
*
[asan] Versioned interceptor for pthread_create.
Evgeniy Stepanov
2015-09-22
1
-5
/
+5
*
[windows] Implement GetProcAddress internally to avoid initializing the CRT
Reid Kleckner
2015-08-18
2
-4
/
+59
*
CMake: Stop using LLVM's custom parse_arguments. NFC
Filipe Cabecinhas
2015-06-19
1
-1
/
+1
*
[CMake] Cleanup add_compiler_rt_object_library to be platform-agnostic
Chris Bieneman
2015-06-10
1
-15
/
+5
*
[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...
Timur Iskhodzhanov
2015-03-17
1
-4
/
+9
*
[ASan] NFC: Factor out platform-specific interceptors
Timur Iskhodzhanov
2015-03-16
1
-1
/
+0
*
Revert "Remove support for building sanitizers from Makefile/autoconf build."
Matthias Braun
2015-02-17
1
-0
/
+23
[next]