2013-07-25 |
m.m.capewell... | ARM: Make double registers low/high safe |
commit | commitdiff | tree | snapshot |
2013-07-25 |
jkummerow@chromium.org | Fix JSArray-specific length lookup in polymorphic array... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
yangguo@chromium.org | Reland "Flush parallel recompilation queues on context... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
mstarzinger... | Make standalone D8 trace to single hydrogen.cfg file. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
verwaest@chromium.org | Remove support for smi-based keyed accesses on 64bit. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
hpayer@chromium.org | Ignore external strings in old pointer space migration... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
verwaest@chromium.org | Adding Smi support to Add, Sub, Mul, and Bitwise |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Don't duplicate OS::ActivationFrameAlignment() for... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
titzer@chromium.org | Move representation into HObjectAccess and remove from... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Drop redundant GetRandomMmapAddr() in platform-openbsd.cc. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Don't duplicate OS::CpuFeaturesImpliedByPlatform for... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Don't duplicate ceiling() for every POSIX platform. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
hpayer@chromium.org | Removed pointer space to pointer space compaction check... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
yangguo@chromium.org | move 32 bit heap hint on sunos |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Drop leftover unused kNoThread in platform-openbsd.cc. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
bmeurer@chromium.org | Setting the thread name may fail, so don't assert that... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
mmassi@chromium.org | Added missing header. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
mmassi@chromium.org | New array bounds check elimination pass (focused on... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
dslomov@chromium.org | Make DataView setters throw when only offset is provided. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
palfia@homejinni.com | MIPS: Convert CONSTANT_FUNCTION to CONSTANT |
commit | commitdiff | tree | snapshot |
2013-07-24 |
jochen@chromium.org | Update ICU to r213354 |
commit | commitdiff | tree | snapshot |
2013-07-24 |
yangguo@chromium.org | Allow handle dereference for --print-code. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
haitao.feng... | Add the emitp function for X64 assembler |
commit | commitdiff | tree | snapshot |
2013-07-24 |
dcarney@chromium.org | wrap gc callbacks in handlescopes |
commit | commitdiff | tree | snapshot |
2013-07-24 |
titzer@chromium.org | Add --trace-hydrogen-stubs flag (default = false). |
commit | commitdiff | tree | snapshot |
2013-07-24 |
verwaest@chromium.org | Convert CONSTANT_FUNCTION to CONSTANT |
commit | commitdiff | tree | snapshot |
2013-07-24 |
svenpanne@chromium.org | More Math.abs tweaks for Intel platforms. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
yangguo@chromium.org | Restore test and behavior prior to deferred stack trace... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
machenbach... | Add deopt fuzzer tool. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
titzer@chromium.org | Factor out common code from platform-specific deoptimiz... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
titzer@chromium.org | Remove HCompareConstantEqAndBranch (never used), and... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
machenbach... | Extend existing blink test expectations for slow tests. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
hpayer@chromium.org | Added check to debug object migration crashes. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
hpayer@chromium.org | Objects can no longer be migrated or evacuated into... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
svenpanne@chromium.org | Removed usesless test instruction. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
yangguo@chromium.org | Prepare push to trunk. Now working on version 3.20.9. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
mstarzinger... | Avoid adding HWrapReceiver during graph building. |
commit | commitdiff | tree | snapshot |
2013-07-24 |
jkummerow@chromium.org | Fix assert/crash in HandlePolymorphicCallNamed |
commit | commitdiff | tree | snapshot |
2013-07-24 |
yangguo@chromium.org | Revert "Flush parallel recompilation queues on context... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
hpayer@chromium.org | Simplified large object allocation strategy. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
hpayer@chromium.org | Support double allocations when folding allocation. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
hpayer@chromium.org | Fix TargetSpace() method for box type. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
yangguo@chromium.org | Flush parallel recompilation queues on context dispose... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
yurys@chromium.org | Fix call stack sampling for the case when native callba... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
palfia@homejinni.com | MIPS: Eliminate map checks of constant values. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
bmeurer@chromium.org | Avoid duplication of OS::Thread methods for every POSIX... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
haitao.feng... | Introduce kRegisterSize, kPCOnStackSize and kFPOnStackS... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
yurys@chromium.org | Deprecate v8::V8::Pause/ResumeProfiler |
commit | commitdiff | tree | snapshot |
2013-07-23 |
danno@chromium.org | Unify SoftDeoptimize and Deoptimize hydrogen instructions |
commit | commitdiff | tree | snapshot |
2013-07-23 |
haitao.feng... | Revert "Addressed danno's comments" and "Introduce... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
haitao.feng... | Addressed danno's comments |
commit | commitdiff | tree | snapshot |
2013-07-23 |
haitao.feng... | Introduce kRegisterSize, kPCOnStackSize and kFPOnStackS... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
verwaest@chromium.org | Also eliminate map checks with transitions. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
bmeurer@chromium.org | Fix duplicated methods for POSIX platforms. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
verwaest@chromium.org | Eliminate map checks of constant values. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
olivf@chromium.org | Avoid tagged values for Instructions that truncate... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
loislo@chromium.org | Move CpuProfiler code create events behind Logger code... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
yangguo@chromium.org | Rip out infrastructure for deferred stack trace formatting. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
yangguo@chromium.org | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2013-07-23 |
bmeurer@chromium.org | Turn ToNumberStub into a hydrogen code stub. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
palfia@homejinni.com | MIPS: Ensure space for lazy deoptimization before calli... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
mstarzinger... | Add test case for issue 2793 about experimental natives. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
palfia@homejinni.com | MIPS: Prefill pre-allocated memory of folded allocation... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
ulan@chromium.org | ARM: Ensure space for lazy deoptimization before callin... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
verwaest@chromium.org | Add fixed array to Type::LubBitset |
commit | commitdiff | tree | snapshot |
2013-07-22 |
verwaest@chromium.org | Avoid repeated rewrites of global store to constant... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
verwaest@chromium.org | Exclude const-strings from global constant tracking. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
hpayer@chromium.org | Limit the amount of memory that can be folded together. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
verwaest@chromium.org | Track all non-hole global constants. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
hpayer@chromium.org | Prefill pre-allocated memory of folded allocation with... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
mvstanton@chromium.org | In MacroAssembler::JumpIfNotBothSequentialAsciiStrings... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
jkummerow@chromium.org | Prepare push to trunk. Now working on version 3.20.8. |
commit | commitdiff | tree | snapshot |
2013-07-22 |
yangguo@chromium.org | Turn on parallel recompilation for tests that assert... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
mstarzinger... | ES6: Implement WeakSet |
commit | commitdiff | tree | snapshot |
2013-07-22 |
bmeurer@chromium.org | Replace BuildExternalArrayElementAccess() with AddExter... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
bmeurer@chromium.org | Add AssertSmi() in x64 MacroAssembler::SmiTest(). |
commit | commitdiff | tree | snapshot |
2013-07-22 |
bmeurer@chromium.org | Replace BuildFastElementAccess() with AddFastElementAcc... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
bmeurer@chromium.org | Fix invalid SMI test in x64 ToNumberStub::Generate(). |
commit | commitdiff | tree | snapshot |
2013-07-22 |
bmeurer@chromium.org | Unify SMI case inlining for ToNumberStub. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
jkummerow@chromium.org | Revert "Implement simple effect typing for variables... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
loislo@chromium.org | Logger: reorder methods in log.cc |
commit | commitdiff | tree | snapshot |
2013-07-19 |
loislo@chromium.org | Logger: extract CodeEventLogger classes. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
palfia@homejinni.com | MIPS: With >= 64 non-string instance types, I removed... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
palfia@homejinni.com | Fix unaligned accesses in back_edge tables. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
rossberg@chromium.org | Proxies: Make 'with' work, plus minor other fixes |
commit | commitdiff | tree | snapshot |
2013-07-19 |
ulan@chromium.org | Fix deopt in store with effect context. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
jochen@chromium.org | Add gitignore entries for MSVS files |
commit | commitdiff | tree | snapshot |
2013-07-19 |
mvstanton@chromium.org | Rename AllocationSiteInfo to AllocationMemento |
commit | commitdiff | tree | snapshot |
2013-07-19 |
rossberg@chromium.org | Handle switch effects |
commit | commitdiff | tree | snapshot |
2013-07-19 |
rossberg@chromium.org | Implement simple effect typing for variables |
commit | commitdiff | tree | snapshot |
2013-07-19 |
bmeurer@chromium.org | Cleanup StringAddFlags. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
bmeurer@chromium.org | Cleanup useless parameter object_is_smi for NumberToStr... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
mvstanton@chromium.org | With >= 64 non-string instance types, I removed an... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
rossberg@chromium.org | Add support for explicit octal and binary integer literals |
commit | commitdiff | tree | snapshot |
2013-07-19 |
bmeurer@chromium.org | Consistently use HStringAdd instead of HCallStub with... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
svenpanne@chromium.org | Move FindCodeObject from Heap to Isolate. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
yurys@chromium.org | Deprecate some debugger methods |
commit | commitdiff | tree | snapshot |
2013-07-19 |
haitao.feng... | Use kPointerSize to compute the call instruction offset... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
verwaest@chromium.org | Fix wrong bailout id in polymorphic stores. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
mstarzinger... | Fix %NeverOptimizeFunction runtime call. |
commit | commitdiff | tree | snapshot |
next |