[runtime] Remove obsolete Object::IsSpecFunction.
[platform/upstream/v8.git] / tools /
2015-09-23 julien.gilliAdd JSTypedArray's length in post-mortem metadata.
2015-09-22 mlippautz[tools] Add script to analyze GC tracing output
2015-09-22 Michael AchenbachWhitespace change to test infra changes.
2015-09-22 Michael AchenbachWhitespace change to test infra changes.
2015-09-21 Michael AchenbachWhitespace change to test infra changes.
2015-09-21 julien.gilliAdd ScopeInfo constants to post-mortem metadata
2015-09-18 julien.gilliUpdate BitField3 type in gen-postmortem-metadata.py
2015-09-18 adamkRemove on-by-default flag --harmony-object
2015-09-18 machenbach[test] Allow passing extra flags to perf tryjobs.
2015-09-17 tandriiWhitespace change.
2015-09-17 ishellFix for deopt fuzzer which was broken by https://codere...
2015-09-17 machenbach[test] Switch perf try wrapper to buildbucket.
2015-09-17 ishellDisable tests that are known to be non-deterministic...
2015-09-17 jkummerowReland "[test] Fix cctest path separators on Windows"
2015-09-17 jkummerowRevert of [test] Fix cctest path separators on Windows...
2015-09-17 jkummerow[test] Fix cctest path separators on Windows
2015-09-15 hpayer[heap] Move slots buffer into a separate file.
2015-09-15 machenbachPort cfi blacklist from chromium.
2015-09-15 machenbach[test] More robust perf runner with profiler option.
2015-09-14 gdeepti[test] Add an option to the perf runner to support...
2015-09-14 mstarzinger[heap] Separate scavenger functionality into own file.
2015-09-13 tandriiWhitespace change to test gnumbd for master branch.
2015-09-11 Michael AchenbachWhitespace change to smoke-test auto-bisect.
2015-09-11 mvstantonVector ICs: gyp flag to run with vector-stores on.
2015-09-10 oth[Interpreter] Skeleton bytecode graph builder
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-08 ulanUse idle task to perform incremental marking steps.
2015-09-08 vogelheimRemove all gyp BUILD rules with multiple outputs.
2015-09-07 fedor[heap] introduce ArrayBufferTracker
2015-09-07 mstarzinger[presubmit] Enable build/c++11 linter checking.
2015-09-07 cbruniAdding js2c.py "Too many arguments" for Macros Error
2015-09-07 machenbach[test] Return target name on failures.
2015-09-03 gdeepti[Tick processor] Add an option to the tick-processor...
2015-09-03 mlippautzAdds atomic utilities (based on raw atomic operations...
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-03 mstarzinger[presubmit] Fix whitespace/empty_loop_body linter viola...
2015-09-02 mstarzinger[heap] Separate ObjectStats out into its own class.
2015-09-02 ofrobotsfix gen-postmortem-metadata.py for kInObjectPropertiesO...
2015-09-01 hablich[Release] Stop prepending "r" to commit hashes
2015-09-01 bradnelsonAdd asm.js typer / validator.
2015-09-01 mstarzinger[presubmit] Fix runtime/indentation_namespace linter...
2015-09-01 mstarzingerMake presubmit.py rules differential.
2015-09-01 hablichRevert of Stop prepending "r" to commit hashes in merge...
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-31 adamkStop prepending "r" to commit hashes in merge_to_branch.py
2015-08-28 mstarzinger[heap] Move IdentityMap data structure out of heap.
2015-08-27 yangguoRemove builtin/runtime name clash presubmit check.
2015-08-26 bradnelsonSpliting out TyperCache into ZoneTypeCache to share...
2015-08-25 mtrofin[turbofan] Deferred blocks splintering.
2015-08-24 bradnelsonAdding visitors to regurgitate expression types or...
2015-08-21 mstarzingerRemove code.h header and move ParameterCount class.
2015-08-20 mstarzingerSeparate UnicodeCache out into an own file.
2015-08-20 domenicAdd experimental, non-snapshotted V8 extras
2015-08-18 mstarzingerRemove empty string-search.cc file.
2015-08-18 bradnelsonAllowing optional build of a WASM prototype behind...
2015-08-18 danno[turbofan] Unify referencing of stack slots
2015-08-18 mstarzingerRemove inline header includes from natives.h header.
2015-08-18 oth[Interpreter] Minimal bytecode generator.
2015-08-18 yangguoNative context: run prologue.js before runtime.js
2015-08-14 vogelheimRework startup-data-util.
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-12 yangguoDebugger: load debugger builtins as normal native JS.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 adamkrun-tests.py: warn when no tests were run
2015-08-10 machenbachRevert of Make run-tests.py warn when it's not testing...
2015-08-10 adamkMake run-tests.py warn when it's not testing anything
2015-08-10 adamkRemove spammy "Network distribution disabled" message...
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-08-07 machenbach[test] Return variant and random seed on failures.
2015-08-06 Michael AchenbachWhitespace change to test infra-runner change.
2015-08-06 mstarzingerHelpful checks.cc file is being helpful.
2015-08-06 machenbach[test] Make test filters platform-independent.
2015-08-05 yangguoIntroduce object visitor to estimate the size of a...
2015-08-04 adamkAdd a --harmony-object-observe runtime flag (on by...
2015-08-04 mtrofinSetting up the stage for heuristics that preprocess...
2015-08-04 yangguoDebugger: refactor ScopeIterator, FrameInspector and...
2015-08-03 oth[Intepreter] BytecodeArrayBuilder and accumulator based...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 titzer[turbofan] Factor C call descriptor building into compi...
2015-07-29 machenbach[test] Fix for keying variants.
2015-07-29 machenbach[test] Key variant flags by variant name everywhere.
2015-07-27 machenbach[test] Replace android_commands in v8 perf runner.
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-24 Michael AchenbachWhitespace change to check git quota issues.
2015-07-24 Michael AchenbachWhitespace change to check git quota issues.
2015-07-23 rmcilroy[interpreter] Add basic framework for bytecode handler...
2015-07-23 machenbach[test] Let test runner only use exact matches of tests...
2015-07-23 mstarzinger[turbofan] Remove bloated GraphBuilder base class.
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-21 aperezFix missing "re" module import in GDB support script
2015-07-20 danno[turbofan]: Add a context relaxation Reducer
2015-07-20 epertosoDon't run the second pass of the pending phantom callba...
2015-07-17 binjiAtomics Futex API
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 mvstantonSpecial printing for type feedback vectors.
2015-07-13 Michael AchenbachWhitespace change to test ninja switch on windows.
2015-07-13 mstarzingerRemove unused bailout reasons.
next