aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04[PGO] Sync up template file with masterXinliang David Li1-1/+1
2016-01-03[PGO] Sync up template file with masterXinliang David Li1-0/+19
2015-12-30[PGO]: Eliminate custom typedefs in the FreeBSD case Xinliang David Li1-18/+4
2015-12-29[PGO]: Refactor VP data writerXinliang David Li4-48/+252
2015-12-29For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric1-1/+1
2015-12-29[PGO]: Do not update Data->Value field during profile write.Xinliang David Li6-118/+150
2015-12-29Add more testing checksXinliang David Li1-0/+43
2015-12-29[PGO] Make the test case more robustXinliang David Li1-10/+21
2015-12-29Check test results more strictly (NFC)Xinliang David Li1-6/+6
2015-12-24[power] Fix test case target checksBill Seurer1-1/+1
2015-12-23XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber1-0/+8
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2-1/+6
2015-12-22[PGO] Move buffer write callback to a common fileXinliang David Li3-19/+21
2015-12-22fix a gcc warningNico Weber2-2/+3
2015-12-21[asan] Add mincore test.Evgeniy Stepanov1-0/+34
2015-12-21[compiler-rt] [tsan] Add support for PIE build on AArch64Adhemerval Zanella3-6/+68
2015-12-21[asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany2-1/+7
2015-12-20[PGO] testing _WIN64 instead of _WIN32Xinliang David Li1-5/+5
2015-12-20[PGO] Implement BOOL_CMPXCHG for WindowsXinliang David Li1-0/+13
2015-12-19[PGO] Fix build failure with MSVCXinliang David Li1-10/+8
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov6-51/+151
2015-12-18Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write ...Kuba Brecka3-46/+62
2015-12-18[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't c...Kuba Brecka3-62/+46
2015-12-18[tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka3-0/+36
2015-12-17Fix typo in MSC pathXinliang David Li1-1/+1
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li12-80/+83
2015-12-16[cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov2-3/+21
2015-12-16[cfi] Fix GCC build.Evgeniy Stepanov1-2/+2
2015-12-16[cfi] Limit cross-dso tests to Linux.Evgeniy Stepanov1-0/+9
2015-12-16[cfi] Fix shadow sanity check.Evgeniy Stepanov1-4/+5
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov11-3/+511
2015-12-15[PGO] Improve prof library portabilityXinliang David Li3-6/+8
2015-12-15[PGO] Open file with explict binary modeXinliang David Li1-1/+1
2015-12-15[asan] try to fix ARM botsKostya Serebryany1-0/+2
2015-12-15[asan] add option: handle_sigillKostya Serebryany5-0/+32
2015-12-14[msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov3-0/+47
2015-12-14[TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt1-1/+1
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella2-4/+1
2015-12-14[tsan] Update dispatch_group support to avoid using a disposed group objectKuba Brecka2-0/+62
2015-12-14[compiler-rt] [safestack] Silent overflow.c test on aarch64Adhemerval Zanella2-0/+7
2015-12-11[compiler-rt] [safestack] Enable for aarch64Adhemerval Zanella2-2/+7
2015-12-11[PGO] add a test case in profiler runtimeXinliang David Li1-0/+135
2015-12-10[PGO] Split value profiling runtime into its own fileXinliang David Li6-221/+245
2015-12-10Sync up with masterXinliang David Li1-0/+1
2015-12-10[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li3-3/+3
2015-12-10[TSan] Try harder to avoid compiler-generated memcpy calls.Alexey Samsonov3-10/+11
2015-12-10[PGO] Move target-dependent macro to InstrProfilingPort.h (NFC)Xinliang David Li2-5/+9
2015-12-10[PGO] Header file cleanup (NFC)Xinliang David Li2-41/+55
2015-12-10[PGO] use COMPILER_RT_HAS_ATOMTICS macroXinliang David Li1-4/+4
2015-12-10[power] Fix test case target checksBill Seurer3-6/+6