platform/upstream/v8.git
2014-07-25 akos.palfi... MIPS: Restructure the IC / Handler compilers
2014-07-25 machenbach... [Auto-roll] Bump up version to 3.28.41.0
2014-07-25 verwaest@chromium.orgChange Has* and Get*Attributes to return Maybe<*>,...
2014-07-25 verwaest@chromium.orgRestructure the IC / Handler compilers
2014-07-25 machenbach... [Auto-roll] Bump up version to 3.28.40.0
2014-07-25 ishell@chromium.orgKraken recover after r20312.
2014-07-25 machenbach... [Auto-roll] Bump up version to 3.28.39.0
2014-07-25 verwaest@chromium.orgSmi arrays are only guaranteed to be initialized in...
2014-07-25 verwaest@chromium.orgIn GrowMode, force the value to the right representatio...
2014-07-25 ernstm@chromium.orgAlways trace garbage collection events in GCTracer.
2014-07-24 machenbach... [Auto-roll] Bump up version to 3.28.37.0
2014-07-24 machenbach... Revert "Tests that the GC doesn't mistake non-pointer...
2014-07-24 rmcilroy@chromium.orgTests that the GC doesn't mistake non-pointer constant...
2014-07-24 verwaest@chromium.orgUse result of SetOwnPropertyIgnoreAttributes in accessors
2014-07-24 verwaest@chromium.orgFix issue with setters and their holders in accessors.cc
2014-07-24 ernstm@chromium.orgAdd event statistics to GCTracer.
2014-07-24 jochen@chromium.orgAdd a histogram timer around low memory notifications...
2014-07-24 yangguo@chromium.orgStage for-of
2014-07-24 yangguo@chromium.orgFor-of on null or undefined is an error
2014-07-24 danno@chromium.orgRevert 22595: "Keep new arrays allocated with 'new...
2014-07-24 ernstm@chromium.orgMove GCTracer to separate files.
2014-07-24 danno@chromium.orgSKIP migration tests to improve unit test time (2x)
2014-07-24 rmcilroy@chromium.orgRevert r22597 (which should have been called: "Tests...
2014-07-24 rmcilroy@chromium.orgUse heap iterator in store buffer when page was swept...
2014-07-24 yangguo@chromium.orgFlag for serialization when compiling code stubs if...
2014-07-24 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-07-24 verwaest@chromium.orgIntroduce NonJSProxyHolder returning Handle<JSObject...
2014-07-24 ernstm@chromium.orgre-land: Track history of events in GCTracer.
2014-07-24 hpayer@chromium.orgUse heap iterator in store buffer when page was swept...
2014-07-24 yangguo@chromium.orgIntroduce more debug events for promises.
2014-07-24 machenbach... Skip test on mips.
2014-07-24 verwaest@chromium.orgExtend the interceptor setter ASSERT to support the...
2014-07-24 machenbach... Partially revert "Unflake and speedup JsNative*Sample...
2014-07-24 verwaest@chromium.orgX87: Always use the LoadStubCompiler for Load handlers...
2014-07-24 verwaest@chromium.orgX87: Only to the relevant checks in LoadFunctionPrototype
2014-07-24 verwaest@chromium.orgX87: Move function prototype handling into a special...
2014-07-24 jochen@chromium.orgMove gc notifications from V8 to Isolate and make idle...
2014-07-24 yangguo@chromium.orgAdd and move DisallowHeapAllocation scope.
2014-07-24 machenbach... Ignore test on mips.
2014-07-24 machenbach... Fix automatic tagging.
2014-07-24 machenbach... [Auto-roll] Bump up version to 3.28.36.0
2014-07-23 verwaest@chromium.orgFix ArrayLengthSetter to not throw on non-extensible...
2014-07-23 verwaest@chromium.orgThe accessors should get the value from the holder...
2014-07-23 machenbach... Whitespace change to trigger bots.
2014-07-23 neis@chromium.orgMinor clarifications and simplifications as well as...
2014-07-23 machenbach... Revert "Track history of events in GCTracer."
2014-07-23 machenbach... [Auto-roll] Bump up version to 3.28.34.0
2014-07-23 balazs.kilvady... MIPS: Always use the LoadStubCompiler for Load handlers...
2014-07-23 neis@chromium.orgRevert "Minor clarifications and simplifications as...
2014-07-23 neis@chromium.orgMinor clarifications and simplifications as well as...
2014-07-23 ernstm@chromium.orgTrack history of events in GCTracer.
2014-07-23 balazs.kilvady... MIPS: Only to the relevant checks in LoadFunctionPrototype.
2014-07-23 paul.lind@imgtec.comFix cross-compilation in Makefile.
2014-07-23 neis@chromium.orgFix Handle-related bug in RangeType constructor.
2014-07-23 yangguo@chromium.orgMark mjsunit/deserialize-reference as PASS, FAIL on...
2014-07-23 svenpanne@chromium.orgFix checks to bit flags of PreParserExpression
2014-07-23 machenbach... Add tsan support to v8's gyp and test driver.
2014-07-23 machenbach... Test landmines.
2014-07-23 mvstanton@chromium.orgExpress LoadIC extra ic state with LoadIC::State
2014-07-23 jochen@chromium.orgRevert r22544: "Rebaseline/update the intl tests with...
2014-07-23 machenbach... Make landmines work on the first landmine.
2014-07-23 rmcilroy@chromium.orgAvoid redundent redefinition of __STDC_FORMAT_MACROS...
2014-07-23 dcarney@chromium.orgAdd bailout checks to Message::Get{Start,End}Column()
2014-07-23 neis@chromium.orgAdd debugging output to RangeType test.
2014-07-23 verwaest@chromium.orgAlways use the LoadStubCompiler for Load handlers,...
2014-07-23 verwaest@chromium.orgOnly to the relevant checks in LoadFunctionPrototype
2014-07-23 danno@chromium.orgtools: more post-mortem constants
2014-07-23 yangguo@chromium.orgDo not reverse lookup code stubs dictionary.
2014-07-23 yangguo@chromium.orgPropagate serialization flag to inner functions.
2014-07-23 machenbach... Fix version check in push-to-trunk.
2014-07-23 hpayer@chromium.orgWait for sweeper threads when a scan on scavenge page...
2014-07-23 jochen@chromium.orgRebaseline/update the intl tests with ICU 52
2014-07-23 yangguo@chromium.orgFix debugger-related issues in the code serializer.
2014-07-23 mvstanton@chromium.orgX87: Introduce FLAG_vector_ics.
2014-07-23 yangguo@chromium.orgExpose the content of Sets and WeakSets through SetMirror.
2014-07-23 yangguo@chromium.orgCorrectly hook up back references to internalized strin...
2014-07-23 machenbach... [Auto-roll] Bump up version to 3.28.33.0
2014-07-22 hpayer@chromium.orgDisable mjsunit/stack-traces-overflow test for gc stres...
2014-07-22 neis@chromium.orgAdd constructor for range types.
2014-07-22 balazs.kilvady... MIPS: Move function prototype handling into a special...
2014-07-22 hpayer@chromium.orgFix webkit test status file.
2014-07-22 hpayer@chromium.orgSet the state of a swept page after being done with...
2014-07-22 paul.lind@imgtec.comFix remaining CXX cross-compilation builds in Makefile.
2014-07-22 machenbach... Landmine after ICU52 roll.
2014-07-22 machenbach... Add landmines support.
2014-07-22 jochen@chromium.orgAvoid bash-ism in Makefile
2014-07-22 balazs.kilvady... MIPS: Never record safepoint with doubles.
2014-07-22 verwaest@chromium.orgMove function prototype handling into a special handler...
2014-07-22 jochen@chromium.orgSkip test262 tests failing on Mac
2014-07-22 jochen@chromium.orgUpdate ICU to 5.2 (matching chromium)
2014-07-22 jkummerow@chromium.orgSlotRef::GetValue INT32 case needs to be 64bit big...
2014-07-22 yangguo@chromium.orgAdd profiling to code serializer.
2014-07-22 verwaest@chromium.orgUpdate test and rebaseline
2014-07-22 machenbach... [Auto-roll] Bump up version to 3.28.32.0
2014-07-22 verwaest@chromium.orgSupport setting named properties on non-JSObjects.
2014-07-22 svenpanne@chromium.orgRevert "Set the state of a swept page after being done...
2014-07-21 hpayer@chromium.orgSet the state of a swept page after being done with...
2014-07-21 paul.lind@imgtec.comMIPS: Introduce FLAG_vector_ics.
2014-07-21 rmcilroy@chromium.org[Arm]: Assert that movw/movt is only emitted for Armv7...
2014-07-21 verwaest@chromium.orgReduce usage of StoreMode.
next