Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-14 | Update copyright year in include | H.J. Lu | 1 | -1/+1 | |
From-SVN: r225781 | |||||
2012-05-23 | leb128.h: #include stdint.h, inttypes.h. | Doug Evans | 1 | -10/+22 | |
* leb128.h: #include stdint.h, inttypes.h. (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull. Change to take a uint64_t * argument instead of unsigned long long. (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll. Change to take an int64_t * argument instead of long long. From-SVN: r187818 | |||||
2012-05-22 | * leb128.h: New file. | Doug Evans | 1 | -0/+124 | |
From-SVN: r187780 |