summaryrefslogtreecommitdiffstats
path: root/courgette/encode_decode_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Fix AssemblyProgram parsing for ELF-ARM.huangs2016-02-041-0/+5
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-11/+16
* Revert of [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram wit...dcheng2016-01-291-16/+11
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-11/+16
* Switch to standard integer types in courgette/.avi2015-12-211-0/+2
* [Courgette] Store delta encoding as signed int32.huangs2015-09-091-4/+4
* Add support for RIP relative addresses on x86_64.wfh2015-03-201-1/+1
* Add 64-bit absolute address support to courgette.wfh2015-03-131-4/+4
* Fix courgette ELF x86 dissemblerWill Harris2015-03-021-0/+5
* Add PE64 support to courgettewfh@chromium.org2013-09-251-0/+5
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-5/+0
* Add PE64 support to courgettewfh@chromium.org2013-09-231-0/+5
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-12/+17
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-17/+12
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-12/+17
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-1/+2
* Add a basic backwards compatibility unittest.dgarrett@chromium.org2011-10-181-34/+2
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-2/+1
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-1/+2
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-2/+2
* Replaces the uses of the deprecated AppendPath function in courgette cpu@chromium.org2009-09-221-5/+5
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-1/+1
* Move Courgettesra@chromium.org2009-05-081-0/+105