summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception_win.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for intercepting functions from msvcr110.dllEhsan Akhgari2014-09-251-1/+4
| | | | | | | | | | | | | | Summary: This finishes support for ASAN on MSVC2012. Test Plan: |ninja check-asan| passes locally with this on MSVC2012. Reviewers: timurrrr Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5494 llvm-svn: 218465
* [ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov2014-08-251-0/+27
| | | | llvm-svn: 216382
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-221-0/+1
| | | | llvm-svn: 216265
* [ASan/Win] Remove old, unused and non-functional code that will be ↵Timur Iskhodzhanov2014-08-151-14/+0
| | | | | | re-written soon llvm-svn: 215707
* Add support for intercepting thunks of the formEhsan Akhgari2014-07-141-0/+1
| | | | llvm-svn: 212979
* [Sanitizer/interception Win] Break into the debugger on unknown instructionsTimur Iskhodzhanov2014-06-021-1/+2
| | | | llvm-svn: 210028
* [ASan Win] Fix memset interception in DLLsTimur Iskhodzhanov2014-06-021-0/+1
| | | | llvm-svn: 210027
* [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the ↵Timur Iskhodzhanov2014-05-161-49/+72
| | | | | | | | orig_old_func parameter to be zero Reviewed at http://reviews.llvm.org/D3798 llvm-svn: 208989
* Add support for more instruction prefixes so we can intercept functions in ↵Timur Iskhodzhanov2014-01-291-0/+22
| | | | | | the VS2013 RTL llvm-svn: 200366
* [Sanitizer] fix windows buildAlexey Samsonov2012-08-021-1/+1
| | | | llvm-svn: 161170
* Follow-up for r161168 for WindowsAlexey Samsonov2012-08-021-8/+10
| | | | llvm-svn: 161169
* [asan] move lib/asan/interception to lib/interception so that other tools ↵Kostya Serebryany2012-05-151-0/+149
(e.g. tsan) can use it llvm-svn: 156816
OpenPOWER on IntegriCloud