platform/upstream/v8.git
2014-09-24 titzer@chromium.orgFix bug in representation-change.h.
2014-09-24 machenbach... Whitespace change to test new chromium deps.
2014-09-24 machenbach... Whitespace change to test new chromium deps.
2014-09-24 machenbach... Whitespace change to test new chromium deps.
2014-09-24 titzer@chromium.orgFix windows build.
2014-09-24 titzer@chromium.orgAdd support for Float32 representation changes.
2014-09-24 bmeurer@chromium.org[turbofan] Add backend support for float32.
2014-09-24 svenpanne@chromium.orgMake the detailed reason for deopts mandatory on all...
2014-09-24 mstarzinger... Extend JSBuiltinReducer to cover Math.sqrt as well.
2014-09-24 Jacob.Bramley... [arm64] cleanup heap numbers detection
2014-09-24 balazs.kilvady... MIPS: Refactor bailout reasons and disable optimization...
2014-09-24 mvstanton@chromium.orgFix IC cache confusion on String.prototype.length
2014-09-24 bmeurer@chromium.orgFix windows build.
2014-09-24 bmeurer@chromium.org[turbofan] Add length operand to LoadElement and StoreE...
2014-09-24 titzer@chromium.orgTranslate NumberDivide/NumberModulus operators to Int32...
2014-09-24 yangguo@chromium.orgSimplify stack trace getter wrt prototype chain walk.
2014-09-24 weiliang.lin... X87: Made the detailed reason for deopts mandatory...
2014-09-24 dslomov@chromium.orgChange all V8 internal private symbols to be private...
2014-09-24 neis@chromium.orgRedesign of the internal type system.
2014-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...
2014-09-24 weiliang.lin... X87: Removed superfluous deopt for ROR on ia32.
2014-09-23 v8-autoroll... [Auto-roll] Bump up version to 3.29.86.0
2014-09-23 machenbach... Refactoring: Remove global configs in release scripts.
2014-09-23 v8-autoroll... [Auto-roll] Bump up version to 3.29.85.0
2014-09-23 yangguo@chromium.orgPreserve message when rethrowing exception
2014-09-23 svenpanne@chromium.orgFixed branch distances.
2014-09-23 mstarzinger... Fix Makefile regeneration for compiler-unittests.
2014-09-23 mstarzinger... Move test for reduction of Math.max to unittest.
2014-09-23 svenpanne@chromium.orgMade the detailed reason for deopts mandatory on ia32...
2014-09-23 jochen@chromium.orgRemove temporary work-around for PDFium
2014-09-23 mstarzinger... Move test for reduction of Math.imul to unittest.
2014-09-23 machenbach... Refactoring: Remove more legacy from release scripts.
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-23 jarin@chromium.org[Turbofan] Insert nops for lazy bailout patching, fix...
2014-09-23 mstarzinger... Extend JSBuiltinReducer to cover Math.max as well.
2014-09-23 jochen@chromium.orgAdd a PRESUBMIT check that production code does not...
2014-09-23 svenpanne@chromium.orgRemoved superfluous deopt for ROR on ia32.
2014-09-23 bmeurer@chromium.orgForcibly inline bit_cast when building with GCC.
2014-09-23 weiliang.lin... X87: Further improve deopt reason output
2014-09-23 weiliang.lin... X87: Make KeyedLoads from a sloppy arguments array...
2014-09-22 vogelheim@chromium.orgAdd histogram timers for (de-)serialization during...
2014-09-22 balazs.kilvady... MIPS: Make KeyedLoads from a sloppy arguments array...
2014-09-22 verwaest@chromium.orgFix escaped index JSON parsing
2014-09-22 yurys@chromium.orgSimplify synthetic roots creation in heap snapshot
2014-09-22 svenpanne@chromium.orgFurther improve deopt reason output.
2014-09-22 dcarney@chromium.org[turbofan] don't call out to c
2014-09-22 dcarney@chromium.orgfix compile for arm64 on mavericks
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-22 aandrey@chromium.orgFix DebugEvaluate on properties defined on Object.prototype
2014-09-22 verwaest@chromium.orgRemove switch-clause limit
2014-09-22 verwaest@chromium.orgPass the ast_id to HandleKeyed to make sure it's the...
2014-09-22 ulan@chromium.orgAdjust small heap threshold for idle time handler.
2014-09-22 mstarzinger... Fix profiler for TurboFan by reducing duplication.
2014-09-22 baptiste.afsa... [turbofan] Allow encodable 64-bit constants as immediat...
2014-09-22 bmeurer@chromium.orgFix windows build.
2014-09-22 bmeurer@chromium.org[turbofan] Add operators for float32 support.
2014-09-22 svenpanne@chromium.orgMerge RecordComment invocations into DeoptimizeIf calls.
2014-09-22 bmeurer@chromium.org[turbofan] Remove extra attributes from MachineOperator...
2014-09-22 svenpanne@chromium.orgEmit source positions in deopt comments, too.
2014-09-22 bmeurer@chromium.org[turbofan] Bounds check when lowering JSStoreProperty.
2014-09-22 bmeurer@chromium.org[turbofan] Disable value numbering for now.
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
2014-09-20 weiliang.lin... X87: enable the crankshaft compiler for X87 port.
2014-09-19 balazs.kilvady... MIPS: Implement loads and calls from 'super’.
2014-09-19 jkummerow@chromium.orgFix TRACE_GENERIC_IC coverage
2014-09-19 mstarzinger... Fix JSBuiltinReducer to deal with non-JSFunction callees.
2014-09-19 verwaest@chromium.orgInternalize if not yet internalized
2014-09-19 mstarzinger... Add JSBuiltinReducer for inlining well-known builtins.
2014-09-19 verwaest@chromium.orgMake Map::Create always use the Object function, and...
2014-09-19 titzer@chromium.orgFix build.
2014-09-19 titzer@chromium.org[turbofan] IA: Float64ToUint32 supports mem operand
2014-09-19 verwaest@chromium.orgFix test: manually call GC since 0 allocations will...
2014-09-19 verwaest@chromium.orgFix visitor for generators
2014-09-19 weiliang.lin... X87: Implement loads and calls from 'super'.
2014-09-19 verwaest@chromium.orgUse the initial map of the Object function for empty...
2014-09-19 verwaest@chromium.orgAdd fast path in MigrateFastToFast for following transi...
2014-09-19 machenbach... Refactoring: Use fake cwd in release script tests.
2014-09-19 v8-autoroll... [Auto-roll] Bump up version to 3.29.80.0
2014-09-19 titzer@chromium.orgWiden the intake valve for TurboFan.
2014-09-19 jochen@chromium.orgTemporary hack to avoid PDFium crashing
2014-09-19 ulan@chromium.orgAnnotate Heap::FindAllocationMemento for MemorySanitizer.
2014-09-19 jochen@chromium.orgRemove a couple of deprecated APIs that moved to Isolate
2014-09-19 ulan@chromium.orgARM: Make stack limit stricter to account for large...
2014-09-19 dslomov@chromium.orgImplement loads and calls from 'super'
2014-09-19 svenpanne@chromium.orgRemoved confusing defensive programming in GenerateJump...
2014-09-19 titzer@chromium.orgFix windows warning.
2014-09-19 titzer@chromium.orgFix float truncations in typed array tests.
2014-09-19 titzer@chromium.orgHack representation inference to assume current behavio...
2014-09-19 jochen@chromium.orgFix type in idle time undershot histogram name
2014-09-19 weiliang.lin... X87: When serializer is enalbed, we disable the X87...
2014-09-19 erik.corry... The --optimize-for-size flag should imply a small semi...
2014-09-19 jochen@chromium.orgFix leak in cctest/test-heap/ReleaseStackTraceData
2014-09-19 jochen@chromium.orgReland 24052 - Require V8 to be explicitly initialized...
2014-09-19 hpayer@chromium.orgPerform scavenges only for small idle times.
2014-09-19 erik.corry... Reland sticky regexps https://codereview.chromium.org...
2014-09-19 svenpanne@chromium.orgRemoved a few dead template functions.
2014-09-19 weiliang.lin... X87: Convert KeyedLoad indexed interceptor case to...
2014-09-19 weiliang.lin... X87: Move state sentinels into TypeFeedbackVector.
2014-09-19 svenpanne@chromium.orgEmit comment with instruction+reason before deopt calls.
2014-09-19 v8-autoroll... [Auto-roll] Bump up version to 3.29.79.0
next