2014-10-31 |
yangguo@chromium.org | Break allocations in the code serializer into correct... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
mstarzinger... | Properly handle stack overflows in the AST graph builder. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
rossberg@chromium.org | Upgrade test262-es6 |
commit | commitdiff | tree | snapshot |
2014-10-31 |
machenbach... | Skip tests for mips. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
machenbach... | Switch auto push script to git. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
ulan@chromium.org | Clear old backing store of WeakCollection on updates. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
marja@chromium.org | Scanner: remove PushBack calls when we're going to... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
dcarney@chromium.org | convert BitVector to use pointer size blocks |
commit | commitdiff | tree | snapshot |
2014-10-31 |
yangguo@chromium.org | Assert that unoptimized code does not embed context... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
verwaest@chromium.org | Ensure we don't try to inline raw access to indexed... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
bmeurer@chromium.org | X64: replace explicit zero-extend with runtime assert |
commit | commitdiff | tree | snapshot |
2014-10-31 |
bmeurer@chromium.org | Add turbocheck Makefile target. |
commit | commitdiff | tree | snapshot |
2014-10-31 |
bmeurer@chromium.org | [turbofan] Lower NumberModulus to Uint32Mod if both... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
bmeurer@chromium.org | [turbofan] First step towards correctified 64-bit addre... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
titzer@chromium.org | Fix bug in optimization of Uint32LessThan. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
machenbach... | Make releases script more git friendly. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
aandrey@chromium.org | Introduce v8::Exception::GetMessage to find location... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
yangguo@chromium.org | Do not compile with Turbofan if we cannot deopt for... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
yangguo@chromium.org | Do not embed array objects in unoptimized code. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
sigurds@chromium.org | Add floor, ceil, round (truncate) instructions for... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
machenbach... | Reverting r25015 and r25016 for broken build. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
aandrey@chromium.org | Build fix after r25015 |
commit | commitdiff | tree | snapshot |
2014-10-30 |
aandrey@chromium.org | Introduce v8::Exception::GetMessage to find location... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
machenbach... | Skip tests with TF. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
sigurds@chromium.org | Add vrint{a,n,p,m,z} instructions to arm assembler... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
dcarney@chromium.org | remove a bunch of isolate::current in api.cc |
commit | commitdiff | tree | snapshot |
2014-10-30 |
dcarney@chromium.org | [turbofan] move Node to vreg mapping to InstructionSelector |
commit | commitdiff | tree | snapshot |
2014-10-30 |
machenbach... | Skipt tests with TF on windows. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
dcarney@chromium.org | [turbofan] add configuration parameters for register... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
machenbach... | Skip test on win debug. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
yangguo@chromium.org | Changed free(buffer) to delete [] buffer. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
yangguo@chromium.org | Add test case for replacing turbofan code for debugging. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
yangguo@chromium.org | Fix assertion scope in Runtime_GetScript. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
weiliang.lin... | X87: EmitCreateIteratorResult loads map from function... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
weiliang.lin... | X87: Classes: Add super support in methods and accessors |
commit | commitdiff | tree | snapshot |
2014-10-29 |
rmcilroy@chromium.org | Fix lo_space initialization for external snapshot |
commit | commitdiff | tree | snapshot |
2014-10-29 |
jarin@chromium.org | [turbofan] Fix input count in Uint32Mod/Div reduction. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
mstarzinger... | Minor cleanup using BooleanConstant in graph builder. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
titzer@chromium.org | Inline trivial OperatorProperties methods. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
jkummerow@chromium.org | Add a few missing overrides found by a new clang warning. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
balazs.kilvady... | MIPS: EmitCreateIteratorResult loads map from function... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
jarin@chromium.org | [turbofan] Add deopt for %StringMatch |
commit | commitdiff | tree | snapshot |
2014-10-29 |
mstarzinger... | Cleanup unscheduled use count for controls of coupled... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
adamk@chromium.org | Various cleanup/simplification in object-observe.js |
commit | commitdiff | tree | snapshot |
2014-10-29 |
baptiste.afsa... | [turbofan] Bug fix in arm64 ubfx selection. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
dusan.milosavljevic... | MIPS: Remove madd.d usage for r6. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
wingo@igalia.com | EmitCreateIteratorResult loads map from function's... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
titzer@chromium.org | Run ControlReducer early after graph building, then... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
machenbach... | Skip some tests with TF on gc stress. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
machenbach... | Fix presubmit. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
titzer@chromium.org | Move input/output counts directly into Operators, simpl... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
machenbach... | Switch push-to-trunk to git mode. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
bmeurer@chromium.org | [turbofan] Introduce new Select operator to improve... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
balazs.kilvady... | MIPS: Classes: Add super support in methods and accessors. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
dcarney@chromium.org | [turbofan] cleanup register allocator interface a little |
commit | commitdiff | tree | snapshot |
2014-10-29 |
adamk@chromium.org | Revert "Various cleanup/simplification in object-observ... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
arv@chromium.org | Classes: Add super support in methods and accessors |
commit | commitdiff | tree | snapshot |
2014-10-29 |
dslomov@chromium.org | harmony-scoping: Correct dynamic lookups on a top level. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
baptiste.afsa... | [arm64] Turn Word64And into tst instruction when possible. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
dcarney@chromium.org | allow disabling of ArrayBuffer neutering |
commit | commitdiff | tree | snapshot |
2014-10-29 |
adamk@chromium.org | Various cleanup/simplification in object-observe.js |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | Eager compile for debugging when debug is active. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | Reland "In PrepareForBreakPoints, also purge shared... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
adamk@chromium.org | Add performance tests for Map/Set with String and Objec... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
mstarzinger... | Switch scheduler to iterative floating control placement. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | Reland "X87: Classes: Add basic support for properties." |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | Revert "In PrepareForBreakPoints, also purge shared... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | Revert "X87: Classes: Add basic support for properties." |
commit | commitdiff | tree | snapshot |
2014-10-29 |
yangguo@chromium.org | In PrepareForBreakPoints, also purge shared function... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
weiliang.lin... | X87: Classes: Add basic support for properties. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
machenbach... | Fix gn. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
weiliang.lin... | X87: Use shared function info for eval cache key. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
vegorov@chromium.org | Revoke my own OWNERS bit. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
dslomov@chromium.org | Change cast to String to cast to Symbol in heap-snapsho... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
titzer@chromium.org | Fix windows build. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
titzer@chromium.org | Implement loop variable assignment analysis. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
balazs.kilvady... | MIPS: [turbofan] Complete support for integer division... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
ulan@chromium.org | Revert r24737 "Read object pointer atomically while... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
yurys@chromium.org | Heap profiler clean-up: remove dead code |
commit | commitdiff | tree | snapshot |
2014-10-28 |
rmcilroy@chromium.org | Disable OOL constant pool for Arm. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
mvstanton@chromium.org | Introduce FeedbackNexus for vector-based ics. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
balazs.kilvady... | MIPS: Classes: Add basic support for properties |
commit | commitdiff | tree | snapshot |
2014-10-28 |
balazs.kilvady... | MIPS: Use shared function info for eval cache key. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
sigurds@chromium.org | Add ARMv8 detection in CpuFeatures. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
yurys@chromium.org | Revert "Heap profiler clean-up: remove unused methods" |
commit | commitdiff | tree | snapshot |
2014-10-28 |
mvstanton@chromium.org | Revert "Introduce FeedbackNexus for vector-based ics." |
commit | commitdiff | tree | snapshot |
2014-10-28 |
yurys@chromium.org | Heap profiler clean-up: remove unused methods |
commit | commitdiff | tree | snapshot |
2014-10-28 |
mvstanton@chromium.org | Introduce FeedbackNexus for vector-based ics. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
machenbach... | [Sheriff] Skip tests that fail with TF on arm64. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
arv@chromium.org | Classes: Add more tests for prototype edge cases |
commit | commitdiff | tree | snapshot |
2014-10-28 |
bmeurer@chromium.org | [turbofan] Complete support for integer division/modulu... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
jkummerow@chromium.org | Use a simpler KeyedStoreGeneric stub |
commit | commitdiff | tree | snapshot |
2014-10-28 |
machenbach... | Improve branch creation in release scripts. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
arv@chromium.org | Classes: Add test for method prototype |
commit | commitdiff | tree | snapshot |
2014-10-28 |
aandrey@chromium.org | Get stack trace for uncaught exceptions/promise rejecti... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
wingo@igalia.com | Move AST node counting to post-pass |
commit | commitdiff | tree | snapshot |
2014-10-28 |
mstarzinger... | Silence control reducer tracing a bit. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
bmeurer@chromium.org | [turbofan] LoadElement should not have a control input. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
arv@chromium.org | Classes: Add basic support for properties |
commit | commitdiff | tree | snapshot |
2014-10-28 |
arv@chromium.org | Allow duplicate property names in classes |
commit | commitdiff | tree | snapshot |
next |