summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/LEB128Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-16/+17
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* [Support] Extend SLEB128 encoding support.Dan Gohman2017-02-101-14/+33
* [Support] add decodeSLEB128()Nick Kledzik2014-09-151-0/+36
* [Support] Fix the overflow bug in ULEB128 decoding.Alex Lorenz2014-08-221-0/+1
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-0/+311
OpenPOWER on IntegriCloud