platform/upstream/v8.git
2014-10-31 bmeurer@chromium.org[turbofan] Lower NumberModulus to Uint32Mod if both...
2014-10-31 bmeurer@chromium.org[turbofan] First step towards correctified 64-bit addre...
2014-10-30 titzer@chromium.orgFix bug in optimization of Uint32LessThan.
2014-10-30 machenbach... Make releases script more git friendly.
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-30 yangguo@chromium.orgDo not compile with Turbofan if we cannot deopt for...
2014-10-30 yangguo@chromium.orgDo not embed array objects in unoptimized code.
2014-10-30 sigurds@chromium.orgAdd floor, ceil, round (truncate) instructions for...
2014-10-30 machenbach... Reverting r25015 and r25016 for broken build.
2014-10-30 aandrey@chromium.orgBuild fix after r25015
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-30 machenbach... Skip tests with TF.
2014-10-30 sigurds@chromium.orgAdd vrint{a,n,p,m,z} instructions to arm assembler...
2014-10-30 dcarney@chromium.orgremove a bunch of isolate::current in api.cc
2014-10-30 dcarney@chromium.org[turbofan] move Node to vreg mapping to InstructionSelector
2014-10-30 machenbach... Skipt tests with TF on windows.
2014-10-30 dcarney@chromium.org[turbofan] add configuration parameters for register...
2014-10-30 machenbach... Skip test on win debug.
2014-10-30 yangguo@chromium.orgChanged free(buffer) to delete [] buffer.
2014-10-30 yangguo@chromium.orgAdd test case for replacing turbofan code for debugging.
2014-10-30 yangguo@chromium.orgFix assertion scope in Runtime_GetScript.
2014-10-30 weiliang.lin... X87: EmitCreateIteratorResult loads map from function...
2014-10-30 weiliang.lin... X87: Classes: Add super support in methods and accessors
2014-10-29 rmcilroy@chromium.orgFix lo_space initialization for external snapshot
2014-10-29 jarin@chromium.org[turbofan] Fix input count in Uint32Mod/Div reduction.
2014-10-29 mstarzinger... Minor cleanup using BooleanConstant in graph builder.
2014-10-29 titzer@chromium.orgInline trivial OperatorProperties methods.
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-29 balazs.kilvady... MIPS: EmitCreateIteratorResult loads map from function...
2014-10-29 jarin@chromium.org[turbofan] Add deopt for %StringMatch
2014-10-29 mstarzinger... Cleanup unscheduled use count for controls of coupled...
2014-10-29 adamk@chromium.orgVarious cleanup/simplification in object-observe.js
2014-10-29 baptiste.afsa... [turbofan] Bug fix in arm64 ubfx selection.
2014-10-29 dusan.milosavljevic... MIPS: Remove madd.d usage for r6.
2014-10-29 wingo@igalia.comEmitCreateIteratorResult loads map from function's...
2014-10-29 titzer@chromium.orgRun ControlReducer early after graph building, then...
2014-10-29 machenbach... Skip some tests with TF on gc stress.
2014-10-29 machenbach... Fix presubmit.
2014-10-29 titzer@chromium.orgMove input/output counts directly into Operators, simpl...
2014-10-29 machenbach... Switch push-to-trunk to git mode.
2014-10-29 bmeurer@chromium.org[turbofan] Introduce new Select operator to improve...
2014-10-29 balazs.kilvady... MIPS: Classes: Add super support in methods and accessors.
2014-10-29 dcarney@chromium.org[turbofan] cleanup register allocator interface a little
2014-10-29 adamk@chromium.orgRevert "Various cleanup/simplification in object-observ...
2014-10-29 arv@chromium.orgClasses: Add super support in methods and accessors
2014-10-29 dslomov@chromium.orgharmony-scoping: Correct dynamic lookups on a top level.
2014-10-29 baptiste.afsa... [arm64] Turn Word64And into tst instruction when possible.
2014-10-29 dcarney@chromium.orgallow disabling of ArrayBuffer neutering
2014-10-29 adamk@chromium.orgVarious cleanup/simplification in object-observe.js
2014-10-29 yangguo@chromium.orgEager compile for debugging when debug is active.
2014-10-29 yangguo@chromium.orgReland "In PrepareForBreakPoints, also purge shared...
2014-10-29 adamk@chromium.orgAdd performance tests for Map/Set with String and Objec...
2014-10-29 mstarzinger... Switch scheduler to iterative floating control placement.
2014-10-29 yangguo@chromium.orgReland "X87: Classes: Add basic support for properties."
2014-10-29 yangguo@chromium.orgRevert "In PrepareForBreakPoints, also purge shared...
2014-10-29 yangguo@chromium.orgRevert "X87: Classes: Add basic support for properties."
2014-10-29 yangguo@chromium.orgIn PrepareForBreakPoints, also purge shared function...
2014-10-29 weiliang.lin... X87: Classes: Add basic support for properties.
2014-10-29 machenbach... Fix gn.
2014-10-29 weiliang.lin... X87: Use shared function info for eval cache key.
2014-10-28 vegorov@chromium.orgRevoke my own OWNERS bit.
2014-10-28 dslomov@chromium.orgChange cast to String to cast to Symbol in heap-snapsho...
2014-10-28 titzer@chromium.orgFix windows build.
2014-10-28 titzer@chromium.orgImplement loop variable assignment analysis.
2014-10-28 balazs.kilvady... MIPS: [turbofan] Complete support for integer division...
2014-10-28 ulan@chromium.orgRevert r24737 "Read object pointer atomically while...
2014-10-28 yurys@chromium.orgHeap profiler clean-up: remove dead code
2014-10-28 rmcilroy@chromium.orgDisable OOL constant pool for Arm.
2014-10-28 mvstanton@chromium.orgIntroduce FeedbackNexus for vector-based ics.
2014-10-28 balazs.kilvady... MIPS: Classes: Add basic support for properties
2014-10-28 balazs.kilvady... MIPS: Use shared function info for eval cache key.
2014-10-28 sigurds@chromium.orgAdd ARMv8 detection in CpuFeatures.
2014-10-28 yurys@chromium.orgRevert "Heap profiler clean-up: remove unused methods"
2014-10-28 mvstanton@chromium.orgRevert "Introduce FeedbackNexus for vector-based ics."
2014-10-28 yurys@chromium.orgHeap profiler clean-up: remove unused methods
2014-10-28 mvstanton@chromium.orgIntroduce FeedbackNexus for vector-based ics.
2014-10-28 machenbach... [Sheriff] Skip tests that fail with TF on arm64.
2014-10-28 arv@chromium.orgClasses: Add more tests for prototype edge cases
2014-10-28 bmeurer@chromium.org[turbofan] Complete support for integer division/modulu...
2014-10-28 jkummerow@chromium.orgUse a simpler KeyedStoreGeneric stub
2014-10-28 machenbach... Improve branch creation in release scripts.
2014-10-28 arv@chromium.orgClasses: Add test for method prototype
2014-10-28 aandrey@chromium.orgGet stack trace for uncaught exceptions/promise rejecti...
2014-10-28 wingo@igalia.comMove AST node counting to post-pass
2014-10-28 mstarzinger... Silence control reducer tracing a bit.
2014-10-28 bmeurer@chromium.org[turbofan] LoadElement should not have a control input.
2014-10-28 arv@chromium.orgClasses: Add basic support for properties
2014-10-28 arv@chromium.orgAllow duplicate property names in classes
2014-10-28 mvstanton@chromium.orgRemoved non-existent files from gyp and GN builds.
2014-10-28 bmeurer@chromium.org[turbofan] Reduce (x & K) & K to x & K.
2014-10-28 mstarzinger... Make floating merges respected minimum RPO of coupled...
2014-10-28 yangguo@chromium.orgUse shared function info for eval cache key.
2014-10-28 bmeurer@chromium.org[turbofan] Work-around stack overflow in zlib.
2014-10-28 yangguo@chromium.orgPrevent recursion in the debug event listener.
2014-10-28 mstarzinger... Switch schedule early phase to use forward propagation.
2014-10-28 ulan@chromium.orgWindows: use SystemTimeToTzSpecificLocalTime instead...
2014-10-28 dcarney@chromium.orgmove functions in v8::V8 that should be on v8::Isolate
2014-10-28 mvstanton@chromium.orgFix ASAN warning.
2014-10-28 bmeurer@chromium.org[turbofan] Improve typed lowering for JSToBoolean.
2014-10-28 bmeurer@chromium.org[turbofan] Turn slow case for stack check into deferred...
next