| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 201403
|
| |
|
|
| |
llvm-svn: 201399
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added the following custom wrappers:
strstr
strrchr
memchr
nanosleep
socketpair
Tweaked a couple of existing wrappers: if a wrapper returns a pointers derived
from an input pointer, then return the label of the input pointer
Sorted tests invocation
Differential Revision: D2354
llvm-svn: 197601
|
| |
|
|
|
|
|
|
|
| |
libc functions.
Differential Revision: http://llvm-reviews.chandlerc.com/D2252
llvm-svn: 196388
|
| |
|
|
| |
llvm-svn: 195749
|
| |
|
|
|
|
|
|
| |
tests."
It broke a buildbot.
llvm-svn: 195392
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce several new custom glibc wrappers
- Implement some of the not yet implemented wrappers
- Refactor and extend the tests
- Add script to make sure all declare custom glibc wrappers are implemented & tested.
Patch by Lorenzo Martignoni!
Differential Revision: http://llvm-reviews.chandlerc.com/D2234
llvm-svn: 195381
|
| |
|
|
| |
llvm-svn: 190379
|
| |
|
|
|
|
| |
Differential Revision: http://llvm-reviews.chandlerc.com/D1505
llvm-svn: 189503
|
| |
|
|
|
|
| |
Differential Revision: http://llvm-reviews.chandlerc.com/D1504
llvm-svn: 189502
|
| |
|
|
| |
llvm-svn: 189134
|
| |
|
|
|
|
| |
Differential Revision: http://llvm-reviews.chandlerc.com/D1397
llvm-svn: 188490
|
| |
|
|
|
|
|
|
| |
tests with args ABI.
Differential Revision: http://llvm-reviews.chandlerc.com/D1351
llvm-svn: 188401
|
| |
|
|
|
|
| |
Differential Revision: http://llvm-reviews.chandlerc.com/D1349
llvm-svn: 188319
|
| |
|
|
|
|
| |
Differential Revision: http://llvm-reviews.chandlerc.com/D1347
llvm-svn: 188229
|
| |
|
|
| |
llvm-svn: 188116
|
| |
|
|
| |
llvm-svn: 187968
|
|
|
DataFlowSanitizer is a generalised dynamic data flow analysis.
Unlike other Sanitizer tools, this tool is not designed to detect a
specific class of bugs on its own. Instead, it provides a generic
dynamic data flow analysis framework to be used by clients to help
detect application-specific issues within their own code.
Differential Revision: http://llvm-reviews.chandlerc.com/D967
llvm-svn: 187924
|