summaryrefslogtreecommitdiff
path: root/include/llvm/Support/LEB128.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Formatting.Eric Christopher2013-08-01
* Make these just inline, not static inline.Eric Christopher2013-07-30
* Fix typo.Eric Christopher2013-07-22
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-15
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-14
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08