summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-03-24Fix a VS compile-time warningTimur Iskhodzhanov
2014-03-24A fix for sanitizers' TLS support on FreeBSDViktor Kutuzov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-24Make MSan unittest -Werror=sign-compare cleanAlexey Samsonov
2014-03-24[asan] Disable setjmp/sigsetjmp tests.Evgeniy Stepanov
2014-03-24[asan] Fix a comment.Evgeniy Stepanov
2014-03-23InstrProf: Indicate pointer size in raw profileDuncan P. N. Exon Smith
2014-03-21Avoid GCC's "cast from pointer to integer of different size" warning.David Blaikie
2014-03-21InstrProf: Remove MSVC-specific logicDuncan P. N. Exon Smith
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith
2014-03-21InstrProf: __ => _ in header guardsDuncan P. N. Exon Smith
2014-03-21InstrProf: Unify logic in two profile writersDuncan P. N. Exon Smith
2014-03-21InstrProf: Write the __llvm_profile_write_buffer()Duncan P. N. Exon Smith
2014-03-21InstrProf: If libc is available, use it; no functionality changeDuncan P. N. Exon Smith
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-21InstrProf: Write raw binary profile from runtimeDuncan P. N. Exon Smith
2014-03-21[libsanitizer] Add descriptions for the common flags.Alexander Potapenko
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-21[MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev
2014-03-21[ASan] Move the flag descriptions from comments to ParseFlag arguments.Alexander Potapenko
2014-03-21fixed check_lint.sh in standalone buildGreg Fitzgerald
2014-03-21PGO: Indicate errors in profile runtime APIDuncan P. N. Exon Smith
2014-03-21PGO: Substitute pid for %p in filenameDuncan P. N. Exon Smith
2014-03-20PGO: Declare zero-argument C functions as foo(void)Duncan P. N. Exon Smith
2014-03-20PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith
2014-03-20Add vim swap files to .gitignoreDuncan P. N. Exon Smith
2014-03-20PGO: Add function to reset counters at runtimeDuncan P. N. Exon Smith
2014-03-20PGO: Add missing file...Duncan P. N. Exon Smith
2014-03-20PGO: Update interface for writing instrumentation data to fileDuncan P. N. Exon Smith
2014-03-20PGO: Add explicit static initializationDuncan P. N. Exon Smith
2014-03-20PGO: Moving files for clarityDuncan P. N. Exon Smith
2014-03-20[msan] Use new -fsanitize-memory-track-origins= flag in MSan tests.Evgeniy Stepanov
2014-03-20[libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...Alexander Potapenko
2014-03-20tsan: deflake testDmitry Vyukov
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-03-20tsan: remove unused function declarationsDmitry Vyukov
2014-03-20tsan: deobfuscate global ctx variableDmitry Vyukov
2014-03-20tsan: use stack depot for goroutine creation stacks (as C++ threads do)Dmitry Vyukov
2014-03-20tsan: remove unused declarationDmitry Vyukov
2014-03-20Mark this test as 64-bit specificAlexey Samsonov
2014-03-20PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith
2014-03-20PGO: Split out initialization of section boundsDuncan P. N. Exon Smith
2014-03-20PGO: Constify references to instrumentation dataDuncan P. N. Exon Smith
2014-03-19PGO: Use past-the-end semantics for pointer rangeDuncan P. N. Exon Smith
2014-03-19PGO: Appease buildbots after r204268Duncan P. N. Exon Smith
2014-03-19PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith
2014-03-19PGO: Fix obviously wrong typedefs for MSDuncan P. N. Exon Smith
2014-03-19Sort. Fix missing NetBSD.Joerg Sonnenberger