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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...
Francis Ricci
2016-08-16
2
-14
/
+12
*
[compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration
Francis Ricci
2016-08-16
2
-12
/
+14
*
sanitizer_common: Fix warning
Matthias Braun
2016-08-16
1
-1
/
+2
*
Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...
Filipe Cabecinhas
2016-08-16
4
-108
/
+110
*
Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...
Francis Ricci
2016-08-16
2
-14
/
+12
*
[MSAN][MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
3
-10
/
+24
*
[TSan][MIPS] Implements setjmp assembly for MIPS64
Sagar Thakur
2016-08-16
9
-16
/
+221
*
[compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration
Francis Ricci
2016-08-16
2
-12
/
+14
*
Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...
Francis Ricci
2016-08-16
2
-14
/
+12
*
[compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration
Francis Ricci
2016-08-16
2
-12
/
+14
*
[CMake] Renaming test variable to be consistent
Chris Bieneman
2016-08-15
2
-2
/
+2
*
Split DescribeAddressIfShadow between a function that gets all the informatio...
Filipe Cabecinhas
2016-08-15
6
-23
/
+97
*
[msan] Correct @LINE expression in obstack.cc
Daniel Sanders
2016-08-15
1
-1
/
+3
*
[msan] Fix line number sensitivity in chained_origin.cc and chained_origin_me...
Daniel Sanders
2016-08-15
2
-13
/
+15
*
[ubsan] Initialize Android logging.
Evgeniy Stepanov
2016-08-15
1
-0
/
+1
*
[mips] XFAIL mips64el tests that fail on clang-cmake-mipsel
Daniel Sanders
2016-08-15
20
-5
/
+37
*
Add compiler-rt side test for no_sanitize("cfi") attribute
Ivan Krasin
2016-08-12
1
-0
/
+6
*
[mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC so...
Daniel Sanders
2016-08-12
1
-2
/
+0
*
[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.
Daniel Sanders
2016-08-12
20
-0
/
+43
*
[CMake] If the compiler supports _Atomic include atomic.c in builtins libraries
Chris Bieneman
2016-08-12
3
-5
/
+36
*
[asan] abort_on_error=1 by default on Android.
Evgeniy Stepanov
2016-08-11
2
-2
/
+8
*
tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement for AArch64
Adhemerval Zanella
2016-08-10
2
-12
/
+71
*
test commit.
Ying Yi
2016-08-10
1
-1
/
+1
*
[compiler-rt] Allow nm program to be over-ridden for global symbol detection
Francis Ricci
2016-08-10
1
-2
/
+3
*
[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...
Kostya Serebryany
2016-08-09
6
-30
/
+75
*
[test] Update coverage tests to sync up with r278152
Vedant Kumar
2016-08-09
7
-63
/
+63
*
[sanitizer] minor refactoring in the allocator, NFC
Kostya Serebryany
2016-08-09
3
-9
/
+8
*
[sanitizers] Make it possible to XFAIL on the effective target, not just the ...
Daniel Sanders
2016-08-09
11
-9
/
+76
*
[Profile] Implement new API __llvm_profile_dump
Xinliang David Li
2016-08-09
5
-0
/
+120
*
[esan] Add iterator to esan's generic hashtable
Derek Bruening
2016-08-08
2
-3
/
+179
*
[esan] Add generic resizing hashtable
Derek Bruening
2016-08-08
2
-0
/
+384
*
[compiler-rt][XRay] Only add xray dependency if XRay is built and is availabl...
Dean Michael Berris
2016-08-08
1
-26
/
+26
*
[compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ON
Dean Michael Berris
2016-08-08
1
-3
/
+1
*
[compiler-rt][XRay] Fix XRay test build dependencies
Dean Michael Berris
2016-08-08
2
-25
/
+23
*
[compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()
Dean Michael Berris
2016-08-08
6
-13
/
+172
*
[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...
Kostya Serebryany
2016-08-06
5
-100
/
+154
*
Try to fix the ill.cc test on Linux
Reid Kleckner
2016-08-06
1
-0
/
+2
*
Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015
Reid Kleckner
2016-08-06
1
-1
/
+1
*
Disable a few more flaky asan64 tests.
Nico Weber
2016-08-05
1
-0
/
+12
*
Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...
Nico Weber
2016-08-05
1
-0
/
+12
*
Fix two tests in Win64 ASan
Reid Kleckner
2016-08-05
3
-6
/
+21
*
[sanitizers] remove failing test.
Mike Aizatsky
2016-08-05
1
-12
/
+0
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
5
-44
/
+45
*
fix random typos [NFC]
Etienne Bergeron
2016-08-05
2
-4
/
+4
*
Fix dumping of process module list and test it
Reid Kleckner
2016-08-05
2
-2
/
+31
*
builtins: windows has only one flavour on ARM
Saleem Abdulrasool
2016-08-05
1
-2
/
+6
*
builtins: better categorisation of Thumb1 builtins
Saleem Abdulrasool
2016-08-05
1
-11
/
+18
*
Print a more useful BP value from MSVC-built ASan runtimes
Reid Kleckner
2016-08-05
1
-3
/
+3
*
Reverting r277632 as it breaks the build on MacOS.
Ivan Krasin
2016-08-05
2
-18
/
+0
*
CFI: add XFAIL test for a future optimization of two vcalls.
Ivan Krasin
2016-08-05
1
-0
/
+60
[next]