summaryrefslogtreecommitdiffstats
path: root/courgette
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Store delta encoding as signed int32.huangs2015-09-094-55/+152
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of [Courgette] Adding CourgetteConfig singleton and --experimental fla...huangs2015-09-087-93/+4
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* [Courgette] Adding CourgetteConfig singleton and --experimental flag.huangs2015-09-017-4/+93
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+2
* Hand over courgette ownership.dgarrett2015-08-201-2/+1
* [Courgette] Optimize QSufSort to speed up courgette-gen.huangs2015-08-193-78/+94
* [Courgette] Unnest maximize loop in adjustment_method_2.cc to speed up courge...huangs2015-08-181-12/+12
* [Courgette] Extract qsufsort module and add tests.huangs2015-08-116-163/+338
* Courgette: Remove 2 duplicates calls to std::sort.sebmarchand2015-08-114-4/+4
* Courgette: Skip the relocs that live outside of the image.sebmarchand2015-08-072-0/+10
* [Courgette] Fix NoThrowBuffer::end() off-by-1; add unittests.huangs2015-07-204-4/+87
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-1/+1
* Update {virtual,override} to follow C++11 style in courgette.nick2015-04-241-4/+4
* Robust ELF header parsing.halyavin2015-03-244-30/+36
* Remove misleading comment.halyavin2015-03-241-2/+0
* Update out-of-date comments and error messages.halyavin2015-03-202-9/+6
* Add support for RIP relative addresses on x86_64.wfh2015-03-202-5/+24
* Fix undefined behavior in DifferenceEstimator.halyavin2015-03-131-9/+13
* Add 64-bit absolute address support to courgette.wfh2015-03-138-26/+86
* Fix NULL pointer access in AssemblyProgram::FindLabel.halyavin2015-03-121-0/+2
* Fix memory leak in AssemblyProgram::TrimLabels.halyavin2015-03-121-0/+1
* Make ParseNonSectionFileRegion a bit simplier and faster.halyavin2015-03-122-16/+8
* Restore stress_test_common script.halyavin2015-03-122-1/+17
* Fix memory leak in DisassemblerElf32X86::ParseRel32RelocsFromSection.halyavin2015-03-111-0/+1
* Fix courgette ELF x86 dissemblerWill Harris2015-03-024-2/+11
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-13/+13
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-1/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+2
* Remove courgette version tests. Add bsdiff version tests.wfh2015-02-195-16/+16
* Isolate courgette_unittestsscottmg2015-01-222-0/+35
* Revert of Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 o...kochi2015-01-222-31/+0
* Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 of https://...kochi2015-01-222-0/+31
* Revert of Isolate courgette_unittests (patchset #1 id:1 of https://codereview...kochi2015-01-222-31/+0
* Isolate courgette_unittestsscottmg2015-01-222-0/+31
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Using "static_assert" in lieu of "COMPILE_ASSERT" in courgete moduleanujk.sharma2015-01-205-9/+10
* Disable two PagedArrayTests that fail under AddressSanitizer on Windowstimurrrr2015-01-141-0/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-3/+4
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-10/+7
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+1
* Add wfh@chromium.org to courgette OWNERS file.dgarrett2014-10-141-0/+1
* replace OVERRIDE with override in courgette/mostynb2014-10-141-3/+3
* Re-enable ensemble tests on Windows Release builds.wfh2014-10-141-6/+15
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-23/+23
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-039-62/+42
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-135-7/+7
* Make Courgette as much as 5x faster.asvitkine2014-09-121-0/+6