summaryrefslogtreecommitdiffstats
path: root/courgette/disassembler_elf_32_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-141-103/+141
* Revert of [Courgette] Clean up Disassembler; fix ELF Memory leaks. (patchset ...scottmg2016-03-121-141/+103
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-121-103/+141
* Switch to standard integer types in courgette/.avi2015-12-211-61/+67
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-4/+4
* Fixes for re-enabling more MSVC level 4 warnings: courgette/ editionpkasting@chromium.org2014-07-081-1/+1
* Port to x64 Android.anton@chromium.org2014-04-031-1/+1
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-2/+0
* Add PE64 support to courgettewfh@chromium.org2013-09-251-3/+3
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-3/+3
* Add PE64 support to courgettewfh@chromium.org2013-09-231-3/+3
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-20/+345
* Added a TypedRVA to track what kind of branch instruction is used forpaulgazz@chromium.org2013-07-231-0/+39
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-181-23/+38
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-0/+111