Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Add a function to MD5 a file's contents. | Zachary Turner | 2017-03-20 | 1 | -1/+3 |
* | Add convenient functions to compute hashes of byte vectors. | Rui Ueyama | 2016-11-23 | 1 | -0/+10 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -8/+8 |
* | Add support for adding the contents of a StringRef to the MD5 hash. | Eric Christopher | 2013-05-31 | 1 | -6/+15 |
* | Convert more unsigned char -> uint8_t. | Eric Christopher | 2013-05-31 | 1 | -9/+9 |
* | Add a comment and some tests including the NULL byte. | Eric Christopher | 2013-05-30 | 1 | -0/+9 |
* | ArrayRef-ize MD5 and clean up a few variable names. | Eric Christopher | 2013-05-24 | 1 | -0/+42 |