fixup! Changed the library type to the shared library from static library
[platform/upstream/v8.git] / testing /
2015-05-28 sergiybConverted V8 CQ config to proto-format
2015-05-22 sergiybUse OAuth for accessing Rietveld
2015-05-19 sergiybRemoved project_bases_legacy_from_git_repo_url from V8
2015-04-30 machenbach[test] Add avx2 bot to CQ.
2015-04-14 machenbach[cq] Add mips compile trybots.
2015-04-09 machenbach[cq] Add win nosnap shared trybot.
2015-04-02 sergiybAdded version tag to the CQ config
2015-03-30 Sergiy ByelozyorovMoved verifier specific properties into verifier configs
2015-03-26 sergiybRemoved default value for project_bases
2015-03-24 Michael AchenbachMove entire CQ config to the V8 repository
2015-02-24 machenbachAdd linux dbg coverage to CQ.
2015-02-20 Michael AchenbachFix CQ config.
2015-02-20 machenbachMigrate CQ trybot config to v8 repo.
2015-01-27 bmeurerDon't use internal gmock helper classes.
2015-01-16 bmeurerMigrate TRACED_FOREACH to C++11.
2015-01-07 bmeurer[turbofan] Generalize constant propagation.
2015-01-05 bmeurer[turbofan] Fix incorrect minus zero handling in the...
2014-10-21 svenpanne@chromium.orgRemove v8stdint.h, it doesn't serve a purpose anymore.
2014-10-06 bmeurer@chromium.orgAdd C++11 compatible base::hash function object.
2014-09-23 mstarzinger@chromi... Move test for reduction of Math.imul to unittest.
2014-09-04 bmeurer@chromium.orgRefactor common unit test code.
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-18 bmeurer@chromium.orgRefactor ChangeLowering class to avoid template special...
2014-08-14 bmeurer@chromium.org[turbofan] Refactor the InstructionSelector tests.
2014-08-12 jochen@chromium.orgRevert 23077 - "Use CommonNodeCache for heap constants...
2014-08-12 bmeurer@chromium.orgUse CommonNodeCache for heap constants in ChangeLowering.
2014-08-12 bmeurer@chromium.orgInitial import of ChangeLowering.
2014-08-11 bmeurer@chromium.orgAndroid fix for gtest.gyp.
2014-08-07 bmeurer@chromium.orgApply patch from https://codereview.chromium.org/425333...
2014-08-05 bmeurer@chromium.orgFix copy&paste bug in gtest.gyp.
2014-08-05 bmeurer@chromium.orgRevert "Initial import of unittests using GTest/GMock."
2014-08-05 bmeurer@chromium.orgInitial import of unittests using GTest/GMock.
2014-08-04 jochen@chromium.orgAdd dependencies on gtest and gmock