platform/upstream/v8.git
2014-11-18 Benedikt Meurer[turbofan] Avoid useless sign extension after sign...
2014-11-18 Michael StantonHydrogen should recognize literal smi arrays as fast...
2014-11-18 Benedikt Meurer[x64] Recognize MOVSXBL.
2014-11-18 Benedikt Meurer[x64] Recognize MOVSXWL.
2014-11-17 Adam KleinAdd a cctest for using a C++ FunctionCallback as an...
2014-11-17 dslomovharmony-scoping: Implement debugger support for script...
2014-11-17 Dan Carney[turbofan] add ForTesting to pipeline entry points...
2014-11-17 jarin[turbofan] More useful typing for And, Or and Shr.
2014-11-17 Andrey AdaikinExpose internal properties of map/set iterators via...
2014-11-17 Dan Carney[turbofan] move register allocation phases to pipeline
2014-11-17 yangguoReland "Soft fail for invalid cache data."
2014-11-17 Benedikt Meurer[turbofan] Smartify the GraphReducer.
2014-11-17 Benedikt Meurer[turbofan] Fix pushing of JSToBooleans into Phis.
2014-11-17 Ben L. Titzer[turbofan] Factor out common code between ReduceSelect...
2014-11-17 Daniel CliffordFix Windows build after 25373
2014-11-17 Daniel CliffordGeneralize ScaledWithOffsetMatcher to support 64 bits
2014-11-17 Michael StarzingerRemove left-over generated runtime test from mjsunit.
2014-11-17 Jakob KummerowFix one more missing c0_ < 0 check in scanner
2014-11-17 Hannes PayerFix concurrent sweeping in predictable mode and bring...
2014-11-17 Hannes PayerAdded --trace_idle_notification_verbose which prints...
2014-11-17 Jaroslav Sevcik[turbofan] Remove int32 narrowing during typed lowering.
2014-11-17 yangguoReland "Optimize function across closures." (again).
2014-11-15 arvClasses: Add support for stepping through default const...
2014-11-15 machenbachLet git ignore the third_party dir to avoid unnecessary...
2014-11-14 adamkThrow as per spec when modifying an Array with builtin...
2014-11-14 adamkFix desugaring of let bindings in for loops to handle...
2014-11-14 caitpotter88Implement ES6 Template Literals
2014-11-14 dcarney[turbofan] refactor pipeline to use hydrogen like Run...
2014-11-14 arvClasses: Implement correct name binding
2014-11-14 Michael StarzingerExtend typed lowering to cover JSStrictEqual on differi...
2014-11-14 Dmitry LomovImplement 'setVariableValue' for debugger block scopes.
2014-11-14 Andy WingoRemove AstConstructionVisitor/AstNullVisitor
2014-11-14 Benedikt MeurerRevert "[turbofan] Smartify the GraphReducer."
2014-11-14 Ben L. TitzerDo not do field type tracking with GC stress.
2014-11-14 Michael StarzingerMake TurboFan inlining work without deoptimization.
2014-11-14 Ben L. TitzerRemove arguments arity check in mjsunit because it...
2014-11-14 machenbachRevert of Whitespace change to test CQ. (patchset ...
2014-11-14 machenbachWhitespace change to test CQ.
2014-11-14 Dan Carney[turbofan] small cleanups to aid register allocator...
2014-11-14 Michael AchenbachFix releases script after git migration.
2014-11-14 Andy WingoMove feedback slot allocation to post-pass
2014-11-14 Benedikt Meurer[turbofan] Optimize remainder of integer division by...
2014-11-14 Hannes PayerAllow idle notification when incremental marking is...
2014-11-14 Benedikt Meurer[turbofan] Smartify the GraphReducer.
2014-11-14 Benedikt Meurer[arm] Fix UBFX detection.
2014-11-13 Michael AchenbachWhitespace change to trigger bots (3)
2014-11-13 Michael AchenbachWhitespace change to trigger bots (2)
2014-11-13 Michael AchenbachWhitespace change to trigger bots (1)
2014-11-13 André BaixoFix size_t to int conversion.
2014-11-13 Daniel VogelheimAdd a version tag for cached data.
2014-11-13 ishell@chromium.orgRevert "TransitionArray::Search() now returns insertion...
2014-11-13 Erik ArvidssonClasses: Cleanup default constructor flag
2014-11-13 Daniel VogelheimRevert "Soft fail for invalid cache data."
2014-11-13 Yang GuoSoft fail for invalid cache data.
2014-11-13 Michael StarzingerFix dumping of counters in d8.
2014-11-13 Yang GuoPropertyAccessCompiler should always emit reloc info...
2014-11-13 ishell@chromium.orgRevert "TransitionArray now uses <is_data_property...
2014-11-13 machenbachRevert of Whitespace change to test the CQ. (patchset...
2014-11-13 ulanReland r24737 "Read object pointer atomically while...
2014-11-13 machenbachWhitespace change to test the CQ.
2014-11-13 Toon VerwaestInstall the constructor property on custom prototype...
2014-11-13 Michael StarzingerRevert "[turbofan] Smartify the GraphReducer."
2014-11-13 Benedikt Meurer[turbofan] Smartify the GraphReducer.
2014-11-13 Adrian PerezImplement .of() on typed arrays
2014-11-13 ishell@chromium.orgAvoid fast short-cut in Map::GeneralizeRepresentation...
2014-11-13 Michael StarzingerEnable breakpoint tests that now pass in TurboFan.
2014-11-13 Michael StarzingerPerform receiver patching for sloppy mode in high-level IR.
2014-11-13 Andy WingoMove BailoutReason and flags computation to post-pass
2014-11-13 Michael StarzingerEnable harmony tests for TurboFan that now pass.
2014-11-13 Dan Carney[turbofan] add some registerallocator unittests
2014-11-13 Michael AchenbachFix landing candidate pushes.
2014-11-13 Jaroslav SevcikReland "[turbofan] Weakening of types must weaken range...
2014-11-13 Chunyang DaiX87: Leaving a generator via an exception causes it...
2014-11-13 Yang GuoMove public symbols to the root set.
2014-11-13 Jochen EisingerRevert "Increase the target new space size to the max...
2014-11-13 Benedikt Meurer[turbofan] Avoid useless bit masking in typed lowering.
2014-11-13 Jaroslav SevcikRevert "[turbofan] Weakening of types must weaken range...
2014-11-13 Jaroslav Sevcik[turbofan] Weakening of types must weaken ranges inside...
2014-11-12 Adam KleinRemove dead AST code in For and While statements
2014-11-12 Adam KleinRe-add dot_result_string to heap.h after 5f7b24f7b42
2014-11-12 Adam KleinRemove unused dot_for and dot_result strings from heap.h
2014-11-12 Michael AchenbachSwitch release scripts to pure git.
2014-11-12 Michael AchenbachWhitespace change for the v8 git migration.
2014-11-12 Michael AchenbachMake codereview.settings ready for git.
2014-11-12 balazs.kilvady... MIPS: Leaving a generator via an exception causes it...
2014-11-12 dslomov@chromium.orgFix Context::declaration_context to account for script...
2014-11-12 jkummerow@chromium.orgSkip regress-crbug-137689.js when running with GC stress
2014-11-12 balazs.kilvady... MIPS: ES6: Add support for super in object literals.
2014-11-12 dcarney@chromium.org[turbofan] add gap move verifier
2014-11-12 jochen@chromium.orgLink against librt on solaris for semaphore and schedul...
2014-11-12 jochen@chromium.orgIncrease the target new space size to the max new space...
2014-11-12 wingo@igalia.comLeaving a generator via an exception causes it to close
2014-11-12 yangguo@chromium.orgTemporarily disable test due to not being compatible...
2014-11-12 bmeurer@chromium.orgFix copyright headers.
2014-11-12 dslomov@chromium.orgRe-enable serialization under harmony-scoping.
2014-11-12 dslomov@chromium.orgDisable top level serialization under harmony_scoping...
2014-11-12 bmeurer@chromium.org[arm] Remove code duplication in instruction selector...
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-12 mstarzinger... Switch 'make builddeps' to use HTTPS everywhere.
2014-11-12 yangguo@chromium.orgCorrectly compute line numbers in functions from the...
next