[stubs] Unify (and optimize) implementation of ToObject.
[platform/upstream/v8.git] / src / deoptimizer.h
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-02 ishellRemove deprecated v8::Object::TurnOnAccessCheck() from...
2015-06-30 jarinFix Android ARM build error.
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-17 svenpanneReplace OFFSET_OF with offsetof as far as possible.
2015-06-15 jarinFix debug printing of inputs in the deoptimizer, pull...
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-09 bmeurer[deoptimizer] Remove uses of TranslationIterator outsid...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-28 scottmgUpdate _MSC_FULL_VER for 'final' RC bug workaround
2015-04-23 jarinMaterialize booleans in the turbofan deoptimizer.
2015-04-16 verwaestReland "Add basic crankshaft support for slow-mode...
2015-04-15 scottmgRemove operator delete on VS2015 to avoid compiler bug
2015-03-18 loisloCodeCleanup: eliminate unnecessary base class and make...
2015-03-17 loisloCpuProfiler: extract DeoptInfo fill in code into a...
2015-03-10 loisloCpuProfiler: fix for CollectDeoptEvents test on arm64
2015-03-09 loisloCpuProfiler: fix for GetDeoptReason code.
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-17 jarinDuring arguments materialization, do not store material...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-12 loisloRevert of CPUProfiler: Push deopt reason further to...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-10 loisloPropagate DeoptInfo to cpu-profiler
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 Benedikt MeurerMake GCC happy again.
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-29 bmeurerMinor refactoring for Zone class and friends.
2014-09-22 svenpanne@chromium.orgFurther improve deopt reason output.
2014-09-22 svenpanne@chromium.orgEmit source positions in deopt comments, too.
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
2014-09-19 svenpanne@chromium.orgEmit comment with instruction+reason before deopt calls.
2014-09-15 yangguo@chromium.orgUse memcpy to read double value in the deoptimizer.
2014-09-15 yangguo@chromium.orgReland "Remove V8_HOST_CAN_READ_UNALIGNED and its uses."
2014-09-15 jarin@chromium.orgRemove deoptimization by patching the call stack.
2014-09-12 yangguo@chromium.orgRevert "Remove V8_HOST_CAN_READ_UNALIGNED and its uses."
2014-09-12 yangguo@chromium.orgRemove V8_HOST_CAN_READ_UNALIGNED and its uses.
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
2014-09-01 jarin@chromium.orgContext deoptimization and removal of the deoptimizatio...
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jarin@chromium.orgFix materialization of accessor frames with captured...
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-03-14 alexandre.rames... A64: Fixes for the veneers emission.
2014-03-14 rmcilroy@chromium.orgFix deoptimization for out-of-line constant pool.
2014-02-27 jarin@chromium.orgHandle arguments objects in frame when materializing...
2014-01-30 jarin@chromium.orgThe current
2014-01-29 jarin@chromium.orgRevert "Captured arguments object materialization"
2014-01-29 jarin@chromium.orgThis is a preview of the captured arguments object...
2013-12-30 rmcilroy@chromium.orgOut-of-line constant pool on Arm: Stage 3 - Set Constan...
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-13 mvstanton@chromium.orgSimplify behavior of code stubs that accept a variable...
2013-11-07 vegorov@chromium.orgAllow redirecting disassembly and deoptimization traces...
2013-10-25 danno@chromium.orgDefine DEBUG for v8_optimized_debug=2
2013-10-16 haitao.feng@intel.comRefactor deferred_objects_double_values_ a little in...
2013-10-01 haitao.feng@intel.comRefactor translation opcode a little in the deoptimization
2013-09-19 yangguo@chromium.orgRefactor back edge table related code into a new class.
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-09-04 titzer@chromium.orgAdd OptimizedCodeList and DeoptimizedCodeList to native...
2013-09-04 yangguo@chromium.orgIntroduce concurrent on-stack replacement.
2013-08-29 yangguo@chromium.orgRefactor interrupt check patching for OSR.
2013-08-22 titzer@chromium.orgFix deoptimization bug, where recursive call can fright...
2013-08-07 mstarzinger@chromi... First implementation of allocation elimination in Hydrogen.
2013-07-24 titzer@chromium.orgFactor out common code from platform-specific deoptimiz...
2013-07-23 haitao.feng@intel.comIntroduce kRegisterSize, kPCOnStackSize and kFPOnStackS...
2013-07-23 haitao.feng@intel.comRevert "Addressed danno's comments" and "Introduce...
2013-07-23 haitao.feng@intel.comAddressed danno's comments
2013-07-23 haitao.feng@intel.comIntroduce kRegisterSize, kPCOnStackSize and kFPOnStackS...
2013-06-26 titzer@chromium.orgChange PC for OSR entries to point to something more...
2013-06-12 mstarzinger@chromi... Allow the deoptimizer translation to track de-materiali...
2013-06-03 yangguo@chromium.orgMake assertion scopes thread safe.
2013-06-03 dcarney@chromium.orgremove old MakeWeak
2013-05-27 palfia@homejinni.comMIPS: Fix unaligned address of double.
2013-05-17 mstarzinger@chromi... Unify deoptimizer for JavaScript frames.
2013-05-16 svenpanne@chromium.orgCleaned up deopt output a bit.
2013-05-14 danno@chromium.orgEnsure that soft-deopts don't count against opt_count
2013-04-24 yangguo@chromium.orgRefactor ExternalReference::isolate_address() to not...
2013-04-10 yangguo@chromium.orgFix OSR for nested loops.
2013-04-02 mvstanton@chromium.orgDeoptimizer support for hydrogen stubs that accept...
2013-03-18 svenpanne@chromium.orgPass Isolates explicitly in Deoptimizer-related code.
2013-03-08 mstarzinger@chromi... Unify deoptimizer for stub failure trampoline frames.
2013-02-27 svenpanne@chromium.orgMiscellaneous profile-driven Isolate plumbing.
2013-02-27 mstarzinger@chromi... Fix materialization of arguments objects with unknown...
2013-02-26 mstarzinger@chromi... Compile FastCloneShallowObjectStub using Crankshaft.
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-02-05 danno@chromium.orgAdd separate flag for --trace-stub-failures
2013-02-04 danno@chromium.orgGenerate the TransitionElementsStub using Crankshaft
2013-01-29 danno@chromium.orgUse MemoryChunk-based allocation for deoptimization...
2013-01-25 svenpanne@chromium.orgAdd Isolate parameter to Persistent class.
next