| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libFuzzer] Use long long to ensure 64 bits. | Marcos Pividori | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | We should always use unsigned long long to ensure 64 bits. On Windows, unsigned long is 4 bytes. This was the reason why value-profile-cmp4.test was failing on Windows. Differential Revision: https://reviews.llvm.org/D29617 llvm-svn: 294390 | ||||
| * | [libFuzzer] use sizeof() in tests instead of 4 and 8 | Kostya Serebryany | 2016-09-09 | 1 | -4/+4 |
| | | | | | llvm-svn: 281111 | ||||
| * | [libFuzzer] one more puzzle for value profile | Kostya Serebryany | 2016-09-09 | 1 | -0/+23 |
| llvm-svn: 281106 | |||||

