[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / include / llvm / Support / LEB128.h
2014-09-17 Alexey SamsonovFixup for r217830. Don't do left shifts on negative...
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
2014-08-22 Alex Lorenz[Support] Fix the overflow bug in ULEB128 decoding.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2013-08-01 Eric ChristopherFormatting.
2013-07-30 Eric ChristopherMake these just inline, not static inline.
2013-07-22 Eric ChristopherFix typo.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-15 Craig TopperFix a couple include directives that used angle bracket...
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.