summaryrefslogtreecommitdiff
path: root/lib/cfi
Commit message (Expand)AuthorAgeFilesLines
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-2/+2
* cfi: Rename source file from cc to cppNico Weber2019-02-282-2/+4
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Unbreak linux cfi buildDavid Carlier2018-10-011-0/+1
* [Cfi] Compiling cfi library on FreeBSD and NetBSDDavid Carlier2018-10-012-7/+34
* cfi: Remove blacklist entries for libc++.Peter Collingbourne2018-08-151-4/+2
* Fix warnings in a static assert added to CFI.Chandler Carruth2018-07-161-1/+2
* [cfi] Don't pass a uint16_t to memset. Make sure the 16-bit constant is appro...Filipe Cabecinhas2018-07-161-1/+4
* [sanitizer] Build failures fixes post D45457Kostya Kortchinsky2018-04-161-0/+1
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+1
* [cfi] Lazy initialization of CFI interceptorsVitaly Buka2018-02-241-3/+18
* cfi: Add a blacklist entry for MSVC's std::get_temporary_buffer function.Peter Collingbourne2018-01-171-1/+3
* (NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov2017-11-071-1/+1
* Limit CFI blacklist entries to specific CFI modeVlad Tsyrklevich2017-10-091-0/+1
* Make the cfi target available on more platforms.Peter Collingbourne2017-10-091-29/+31
* CFI: Move STL allocator blacklist to clangVlad Tsyrklevich2017-08-041-6/+0
* Remove STL/microsoft-specific CFI blacklist entriesPeter Collingbourne2017-07-311-9/+0
* CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_...Peter Collingbourne2017-05-051-0/+5
* [cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov2017-04-071-1/+2
* [cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries.Evgeniy Stepanov2017-04-061-2/+9
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-2/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+2
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-3/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+1
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-1/+1
* [CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman2016-02-231-2/+1
* [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov2016-02-031-1/+1
* Cast the fifth arg to mremap to void *Alexey Samsonov2016-02-021-1/+1
* [cfi] Simplify the code in CfiSlowPathCommon.Evgeniy Stepanov2016-01-281-7/+2
* [cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov2016-01-281-3/+6
* [cfi] Fix gcc build.Evgeniy Stepanov2016-01-271-12/+14
* [cfi] Exclude __cfi_slowpath_diag from the non-diag rtl.Evgeniy Stepanov2016-01-261-1/+3
* [cfi] Better handling of wild target address.Evgeniy Stepanov2016-01-261-25/+56
* [cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov2016-01-261-55/+60
* [cfi] Support for dlopen and dlclose.Evgeniy Stepanov2016-01-261-41/+136
* [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov2016-01-252-7/+22
* [cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov2016-01-081-3/+3
* [cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2015-12-221-1/+1
* [cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov2015-12-162-3/+21
* [cfi] Fix GCC build.Evgeniy Stepanov2015-12-161-2/+2
* [cfi] Fix shadow sanity check.Evgeniy Stepanov2015-12-161-4/+5
* Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov2015-12-152-0/+288
* CFI: Make the cfi target a dependency of compiler-rt.Peter Collingbourne2015-09-021-0/+1
* CFI: Add blacklist entries for various standard library functions.Peter Collingbourne2015-09-011-0/+18
* CFI: Add a default blacklist.Peter Collingbourne2015-07-152-0/+11