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
/
clang
/
test
/
Driver
/
sanitizer-ld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PS4] Add missing tests for -fsanitize=...
Filipe Cabecinhas
2015-10-16
1
-0
/
+21
*
[safestack] Driver link test for safestack on android.
Evgeniy Stepanov
2015-10-12
1
-0
/
+35
*
Revert r245344.
Evgeniy Stepanov
2015-08-20
1
-7
/
+0
*
[sanitizer] Add -lutil to static runtime link flags.
Evgeniy Stepanov
2015-08-18
1
-0
/
+7
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-0
/
+16
*
Introduce tsan_cxx and msan_cxx libraries (Clang part).
Alexey Samsonov
2015-04-27
1
-2
/
+4
*
Fix typo in test. There is no %clangcxx, but there is %clangxx.
Nick Lewycky
2015-04-10
1
-1
/
+1
*
Use Linux sysroot in Driver test case from r234521
Reid Kleckner
2015-04-09
1
-0
/
+1
*
[ASan] Don't link against libc++abi when not using libc++
Hans Wennborg
2015-04-09
1
-0
/
+8
*
[UBSan] Embed UBSan into ASan runtime (Clang part).
Alexey Samsonov
2015-04-01
1
-4
/
+3
*
[UBSan] Introduce "ubsan_standalone" library (Clang part).
Alexey Samsonov
2015-03-23
1
-22
/
+7
*
[UBSan] Don't allow to use UBSan with anything except for ASan.
Alexey Samsonov
2015-03-20
1
-13
/
+0
*
Revert r218541 - Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs...
Alexey Samsonov
2014-10-23
1
-7
/
+0
*
Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs is provided.
Alexey Samsonov
2014-09-26
1
-0
/
+7
*
Major rewrite of linking strategy for sanitizer runtimes on Linux.
Alexey Samsonov
2014-09-15
1
-30
/
+34
*
[asan] Restore asan-rt name on linux back to pre-r216380.
Evgeniy Stepanov
2014-08-27
1
-6
/
+6
*
Follow-up to r216380: update test expectations
Timur Iskhodzhanov
2014-08-25
1
-6
/
+6
*
Update link strategy for sanitizer runtime libraries on Linux:
Alexey Samsonov
2014-08-18
1
-7
/
+14
*
Add -link-cxx-sanitizer driver flag.
Alexey Samsonov
2014-08-08
1
-0
/
+8
*
[UBSan] Don't link UBSan runtime into shared libraries.
Alexey Samsonov
2014-06-30
1
-1
/
+1
*
Fix driver warning about -shared-libasan on Android.
Evgeniy Stepanov
2014-06-05
1
-0
/
+8
*
[ubsan] Don't add a --dynamic-list for ubsan symbols when building a shared
Richard Smith
2014-06-04
1
-0
/
+8
*
[ASan] Split static ASan runtime in two parts: asan and asan_cxx.
Alexey Samsonov
2014-05-12
1
-0
/
+3
*
Add support for dynamic ASan runtime (on Linux) to Clang driver.
Alexey Samsonov
2014-04-01
1
-1
/
+34
*
clang/test/Driver/sanitizer-ld.c: Tweak to accept dos path.
NAKAMURA Takumi
2014-03-18
1
-1
/
+1
*
Add support for sanitizers arguments on FreeBSD
Viktor Kutuzov
2014-03-18
1
-0
/
+23
*
Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.
Alexey Samsonov
2014-02-25
1
-0
/
+2
*
Add tests for ARM RT library name
Renato Golin
2014-01-31
1
-0
/
+19
*
Revert r193022 and r193048. They broke the ubsan test suite.
Peter Collingbourne
2013-10-20
1
-11
/
+10
*
Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, ...
Benjamin Kramer
2013-10-20
1
-2
/
+2
*
When building ubsan, link in ubsan parts first and sanitizer-common second, to
Nick Lewycky
2013-10-19
1
-10
/
+11
*
Link in the ubsan runtime when building shared objects.
Nick Lewycky
2013-08-13
1
-1
/
+1
*
Add -fsanitize=leak to driver options.
Sergey Matveev
2013-05-27
1
-0
/
+33
*
Add -lrt to sanitizer link arguments.
Evgeniy Stepanov
2013-05-24
1
-0
/
+4
*
If a .syms file is available alongside a sanitizer runtime, pass it to the
Richard Smith
2013-03-23
1
-3
/
+11
*
Split ubsan runtime into three pieces (clang part):
Richard Smith
2013-03-20
1
-5
/
+46
*
[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...
Alexey Samsonov
2013-02-27
1
-0
/
+102