Sign in
chromium
/
native_client
/
pnacl-compiler-rt
/
HEAD
084c6be
Fix ARM preprocessor macros in assembly.h
by Fabian Sommer
· 4 years ago
main
2f61c16
Disable GitBranchCheck on commit presubmit
by Aaron Gable
· 10 years ago
9ded361
Remove an extraneous endif
by Petr Hosek
· 10 years ago
2e50648
Enable native targets used for non-SFI
by Petr Hosek
· 10 years ago
37d8c21
[MIPS] Build compiler-rt for direct-to-nacl
by Petar Jovanovic
· 10 years ago
61a748a
Merge remote-tracking branch 'llvm-upstream/master'
by Derek Schuff
· 10 years ago
1ab45fe
Fix float->uint conversion for inputs less than 0
by Derek Schuff
· 10 years ago
253270b
[asancov] Fix coverage reserving 4x the necessary amount of memory on fork.
by Evgeniy Stepanov
· 10 years ago
83f66ab
[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.
by Alexey Samsonov
· 10 years ago
52bd9fb
profile: Use unique directory for tests that write default profile file
by Justin Bogner
· 10 years ago
538c6d7
[UBSan] Disable vptr.cpp on Darwin again.
by Alexey Samsonov
· 10 years ago
ae87251
[UBSan] Various improvements to vptr.cpp test case
by Alexey Samsonov
· 10 years ago
def3004
[UBSan] Add a testcase for __ubsan_default_options() function.
by Alexey Samsonov
· 10 years ago
23e179c
Re-XFAIL UBSan vptr testcase on darwin.
by Ahmed Bougacha
· 10 years ago
20b7db5
tsan: add another test for setuid
by Dmitry Vyukov
· 10 years ago
5e57428
Revert 2 tests from "Tests for r236055."
by Renato Golin
· 10 years ago
aa8593b
Tests for r236055.
by Eric Christopher
· 10 years ago
e4bbae4
This change is the first of 3 patches to add support for specifying
by Eric Christopher
· 10 years ago
a33d046
[asan] Use dl_iterate_phdr on Android.
by Evgeniy Stepanov
· 10 years ago
cfe2807
tsan: fix a bug memory access handling
by Dmitry Vyukov
· 10 years ago
784e0b7
[Msan] Fix the getline.cc test to pass on FreeBSD
by Viktor Kutuzov
· 10 years ago
808ee3c
[UBSan] Fix CMake rules for tests after r235954.
by Alexey Samsonov
· 10 years ago
2ff29a0
Address old FIXMEs in UBSan test cases.
by Alexey Samsonov
· 10 years ago
5d2cd52
[TSan] Attempt to fix old Makefile build.
by Alexey Samsonov
· 10 years ago
8870709
Export __ubsan_* symbols from MSan and TSan runtimes.
by Alexey Samsonov
· 10 years ago
144cc5d
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
by Alexey Samsonov
· 10 years ago
a4fab7d
[asan] Fix ASan build on Android/AArch64.
by Evgeniy Stepanov
· 10 years ago
dbe3a5c
[UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed.
by Alexey Samsonov
· 10 years ago
5980875
Introduce tsan_cxx and msan_cxx libraries (compiler-rt part).
by Alexey Samsonov
· 10 years ago
48b1dca
[TSan] Prepare TSan tests for splitting tsan_cxx library.
by Alexey Samsonov
· 10 years ago
4f3ec41
[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.
by Alexey Samsonov
· 10 years ago
af7a8ca
[TSan] Move new/delete interceptors into a separate source file. NFC.
by Alexey Samsonov
· 10 years ago
46add67
[Msan] Fix the iconv.cc test to build and pass on FreeBSD
by Viktor Kutuzov
· 10 years ago
418c320
[asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values.
by Daniel Sanders
· 10 years ago
519edc8
[ASan/Win] Increase the size of the PC array for coverage on Windows
by Timur Iskhodzhanov
· 10 years ago
35cac58
[LSan] Add function attribute forgotten in r235728.
by Alexey Samsonov
· 10 years ago
2513c38
[lsan] Add an interface function for on-demand leak checking.
by Sergey Matveev
· 10 years ago
0e8cfc9
Revert r235726 "interface"
by Sergey Matveev
· 10 years ago
1fb56ad
interface
by Sergey Matveev
· 10 years ago
18606ba
Merge remote-tracking branch 'llvm-upstream/master'
by Derek Schuff
· 10 years ago
c25051b
Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittests
by Derek Schuff
· 10 years ago
5e4cbf9
[Msan] XFAIL the ftime.cc test on FreeBSD
by Viktor Kutuzov
· 10 years ago
801298e
[Msan] Fix the backtrace.cc tests to build and pass on FreeBSD
by Viktor Kutuzov
· 10 years ago
7eea6aa
[Sanitizers] Do not call internal_sigdelset() on non-Linux
by Viktor Kutuzov
· 10 years ago
e5d9643
[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.
by Jay Foad
· 10 years ago
1e3eacf
[ASan] Relax test modified in r235540 to pacify ARM buildbots.
by Alexey Samsonov
· 10 years ago
1454628
[asan] debug_mapping.cc should also pass when the leading digit of SHADOW_SCALE is hexadecimal.
by Daniel Sanders
· 10 years ago
791f983
[Sanitizer coverage] Print out the error number if OpenFile fails
by Timur Iskhodzhanov
· 10 years ago
832334f
[ASan/Win] Initialize sandbox-related stuff when asked to
by Timur Iskhodzhanov
· 10 years ago
49aa222
[ASan/Win] Don't forget to set *last_error if OpenFile fails
by Timur Iskhodzhanov
· 10 years ago
60151b7
tsan: support setuid call
by Dmitry Vyukov
· 10 years ago
8530c42
[UBSan] Unify the way we report overflow in increment/decrement operator.
by Alexey Samsonov
· 10 years ago
858f6c4
[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-overflow.
by Alexey Samsonov
· 10 years ago
af0ecc5
[ASan] Print global registration site in init-order-checker reports.
by Alexey Samsonov
· 10 years ago
b387230
[ASan] Refactor functions searching/describing globals. NFC.
by Alexey Samsonov
· 10 years ago
5fc5bba
[ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit code.
by Daniel Sanders
· 10 years ago
b167df3
[sanitizer] Plug a memory leak in symbolization code.
by Sergey Matveev
· 10 years ago
dae9d09
[mips] Support building compiler-rt with gcc.
by Daniel Sanders
· 10 years ago
96c872a
[Asan] Link lit tests shared libraries with -Wl,z,origin on FreeBSD
by Viktor Kutuzov
· 10 years ago
933022a
tsan: deflake a test
by Dmitry Vyukov
· 10 years ago
f22d377
tsan: fix handling of pthread_detach
by Dmitry Vyukov
· 10 years ago
273edc1
Make ubsan respect log_path
by Hal Finkel
· 10 years ago
bc4648a
Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.
by Bob Wilson
· 10 years ago
d7e6ee8
Merge clang's and translator's compiler_rt builds
by Derek Schuff
· 10 years ago
8caa15f
test commit
by Sagar Thakur
· 10 years ago
a6fd088
tsan: fix parsing of second_deadlock_stack flag
by Dmitry Vyukov
· 10 years ago
e2d1589
Cast an argument to mprotect syscall to uptr to fix X32
by Timur Iskhodzhanov
· 10 years ago
847d4a0
Make check_custom_wrappers.sh work on FreeBSD
by Dimitry Andric
· 10 years ago
00ea6c1
[Sanitizer] Merge POSIXSymbolizer and WinSymbolizer
by Kuba Brecka
· 10 years ago
f770a2c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
6f344e9
Extend s{,n}printf custom wrappers to support '*' in the format specifiers
by Lorenzo Martignoni
· 10 years ago
f1de8d9
Build ARM compiler-rt with EABI aliases
by Derek Schuff
· 10 years ago
2f764d3
[ASan] Use a better name for a function parameter
by Timur Iskhodzhanov
· 10 years ago
126afbb
Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable
by Timur Iskhodzhanov
· 10 years ago
6c73b06
[sanitizer][MIPS] Fix warnings on MIPS
by Dmitry Vyukov
· 10 years ago
b9b41ba
Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"
by Peter Collingbourne
· 10 years ago
3d26fae
[ASan/Win] Add a test that makes sure coverage works at least in the simple cases
by Timur Iskhodzhanov
· 10 years ago
0dda86f
[ASan/Win] Add more support for file operations
by Timur Iskhodzhanov
· 10 years ago
b8ba790
Use error_t rather than int in a couple of places where we handle files
by Timur Iskhodzhanov
· 10 years ago
eadcac1
Use RenameFile instead of internal_rename in non-POSIX code
by Timur Iskhodzhanov
· 10 years ago
2f2def2
Use WriteToFile instead of internal_write in non-POSIX code
by Timur Iskhodzhanov
· 10 years ago
422e4c2
Use ReadFromFile instead of internal_read in non-POSIX code
by Timur Iskhodzhanov
· 10 years ago
2b34799
Move more POSIX-specific functions to sanitizer_posix.h
by Timur Iskhodzhanov
· 10 years ago
c1a3f0c
Introduce CloseFile to be used instead of internal_close on non-POSIX
by Timur Iskhodzhanov
· 10 years ago
bc5cb4b
Replace a hard-coded constant with a named one
by Timur Iskhodzhanov
· 10 years ago
28d783b
Differential Revision: http://reviews.llvm.org/D7249
by Lorenzo Martignoni
· 10 years ago
f8c6259
[Sanitizer] Get rid of PlatformGetListOfModules
by Kuba Brecka
· 10 years ago
d09b230
[ASan] Only include rpc headers if they are available.
by Yury Gribov
· 10 years ago
fdf8279
[Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64el
by Mohit K. Bhakkad
· 10 years ago
09a9c77
Remove FP complex functions from translator's compiler_rt
by Derek Schuff
· 10 years ago
57f1c1d
NaCl test script: get the run.py translation arch from the environment
by Derek Schuff
· 10 years ago
62fcd91
[Sanitizer RT] Get rid of internal_isatty
by Timur Iskhodzhanov
· 10 years ago
d40d465
Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_posix.h
by Timur Iskhodzhanov
· 10 years ago
1a9b388
[Sanitizers] Make OpenFile more portable
by Timur Iskhodzhanov
· 10 years ago
a6f65f0
tsan: handle async signals while blocked in pthread_cond_wait
by Dmitry Vyukov
· 10 years ago
015d1fe
Add test script for running builtins unit tests for NaCl
by Derek Schuff
· 10 years ago
f104bd1
Add functions from libm to compiler_rt build to avoid link-time dependence
by Derek Schuff
· 10 years ago
4fa3207
Use int_types header for CRT_HAS_128BIT instead of defining in Makefile
by Derek Schuff
· 10 years ago
1350b78
Make int_endianness.h aware of NaCl
by Derek Schuff
· 10 years ago
c2c521c
sanitizer: new "strict_string_checks" run-time flag
by Dmitry Vyukov
· 10 years ago
Next »