| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for intercepting functions from msvcr110.dll | Ehsan Akhgari | 2014-09-25 | 1 | -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 CRT | Timur Iskhodzhanov | 2014-08-25 | 1 | -0/+27 |
| | | | | | llvm-svn: 216382 | ||||
| * | [ASan/Win] Land the trivial bits of -MD RTL support (PR20214) | Timur Iskhodzhanov | 2014-08-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 216265 | ||||
| * | [ASan/Win] Remove old, unused and non-functional code that will be ↵ | Timur Iskhodzhanov | 2014-08-15 | 1 | -14/+0 |
| | | | | | | | re-written soon llvm-svn: 215707 | ||||
| * | Add support for intercepting thunks of the form | Ehsan Akhgari | 2014-07-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 212979 | ||||
| * | [Sanitizer/interception Win] Break into the debugger on unknown instructions | Timur Iskhodzhanov | 2014-06-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 210028 | ||||
| * | [ASan Win] Fix memset interception in DLLs | Timur Iskhodzhanov | 2014-06-02 | 1 | -0/+1 |
| | | | | | llvm-svn: 210027 | ||||
| * | [ASan/Win] Refactor __interception::OverrideFunction a bit, allow the ↵ | Timur Iskhodzhanov | 2014-05-16 | 1 | -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 Iskhodzhanov | 2014-01-29 | 1 | -0/+22 |
| | | | | | | | the VS2013 RTL llvm-svn: 200366 | ||||
| * | [Sanitizer] fix windows build | Alexey Samsonov | 2012-08-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 161170 | ||||
| * | Follow-up for r161168 for Windows | Alexey Samsonov | 2012-08-02 | 1 | -8/+10 |
| | | | | | llvm-svn: 161169 | ||||
| * | [asan] move lib/asan/interception to lib/interception so that other tools ↵ | Kostya Serebryany | 2012-05-15 | 1 | -0/+149 |
| (e.g. tsan) can use it llvm-svn: 156816 | |||||

