summaryrefslogtreecommitdiffstats
path: root/courgette/encoded_program.h
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Simplify EncodedProgram Label addition code; removed "1.01 x" mem...huangs2016-01-191-6/+5
* Switch to standard integer types in courgette/.avi2015-12-211-8/+11
* [Courgette] Store delta encoding as signed int32.huangs2015-09-091-0/+13
* Add 64-bit absolute address support to courgette.wfh2015-03-131-0/+3
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-2/+3
* Add PE64 support to courgettewfh@chromium.org2013-09-251-2/+4
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-4/+2
* Add PE64 support to courgettewfh@chromium.org2013-09-231-2/+4
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-0/+13
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-181-2/+6
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-11/+15
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-15/+11
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-11/+15
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-1/+1
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-16/+18
* Identifying call sites that need to handle out of memory situations in Courge...tommi@chromium.org2011-03-221-12/+12
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-011-12/+18
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-2/+13
* Move Courgettesra@chromium.org2009-05-081-0/+83