[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / frames-inl.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-01 mstarzinger[turbofan] Remove obsolete unique.h includes in TurboFan.
2015-07-13 mstarzingerOur JavaScriptFrame::function_slot_object is arch indep...
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-18 mstarzingerRemove kind field from StackHandler.
2015-03-16 mstarzingerRevert of Remove kind field from StackHandler. (patchse...
2015-03-16 mstarzingerRemove kind field from StackHandler.
2015-03-10 mstarzingerRemove frame pointer from StackHandler.
2015-03-10 mstarzingerRemove code object from StackHandler.
2015-03-03 mstarzingerMove stack unwinding logic into the runtime.
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-10-01 svenpanne@chromium.orgEndian changes, support 64bit big endian
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 danno@chromium.orgIntroduce x87 port
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-03-14 rmcilroy@chromium.orgFix deoptimization for out-of-line constant pool.
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2013-07-23 yurys@chromium.orgFix call stack sampling for the case when native callba...
2013-07-11 titzer@chromium.orgRefactor JavaScriptFrame::function() to return a JSFunc...
2013-06-28 danno@chromium.orgImproved function entry hook coverage
2013-06-27 ulan@chromium.orgRevert r15361 "Improved function entry hook coverage...
2013-06-27 danno@chromium.orgImproved function entry hook coverage
2013-06-27 yurys@chromium.orgExtract StackFrameIteratorBase
2013-06-25 yurys@chromium.orgMerge SafeStackTraceFrameIterator into SafeStackFrameIt...
2013-06-24 yurys@chromium.orgSimplify stack iterators implementation
2013-05-08 wingo@igalia.comGenerators save and restore stack handlers
2013-04-26 mstarzinger@chromi... Fix build failure on Win64 since r14458.
2013-04-26 mstarzinger@chromi... Add support for yield expressions
2013-02-05 danno@chromium.orgSupport pass-through of stub caller arguments
2013-01-29 danno@chromium.orgAdd StubFailureTrampolineFrames
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-02-28 mstarzinger@chromi... Implement inlining of constructor calls.
2012-02-09 kmillikin@chromium.orgSimplify handler pushing.
2011-11-11 kmillikin@chromium.orgReapply "Add a level of indirection to exception handle...
2011-11-11 kmillikin@chromium.orgRevert "Add a level of indirection to exception handler...
2011-11-11 kmillikin@chromium.orgAdd a level of indirection to exception handler addresses.
2011-10-12 vegorov@chromium.orgRuntime_NotifyDeoptimized should search for function...
2011-10-03 kmillikin@chromium.orgRemove #include "isolate-inl.h" from v8.h.
2011-09-20 erik.corry@gmail.comFix pc to code cache so it can cope with a pointer...
2011-08-12 kmillikin@chromium.orgSimplify handling of exits from with and catch.
2011-04-06 vegorov@chromium.orgAlways iterate outgoing arguments as a part of caller...
2011-04-05 vegorov@chromium.orgRevert r7504.
2011-04-05 vegorov@chromium.orgAlways iterate outgoing arguments as a part of caller...
2011-04-05 mikhail.naganov... Simplify isolates access during stack iteration (WAS...
2011-03-22 sgjesse@chromium.orgRename memory.h to v8memory.h
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2010-08-30 ricow@chromium.orgAdd functionality for finding code objects from a pc...
2010-02-04 sgjesse@chromium.orgMIPS port initial commit
2009-08-27 whesse@chromium.orgUse stack frame marker constants to mark arguments...
2009-06-29 iposva@chromium.org- Add a "#error Unsupported target architecture." where...
2009-06-10 kmillikin@chromium.orgGet rid of the notion of "parameter pointer" that no...
2009-06-10 kmillikin@chromium.orgCleanup of ARM exception handlers. Remove the unused...
2009-06-08 kmillikin@chromium.orgSimplify the IA32 exception handler block by removing...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-05 deanm@chromium.orgIntroduce two separate classes of processor detection:
2009-04-29 lrn@chromium.orgCreate build structure for X64.
2009-04-23 lrn@chromium.orgMove backend specific files to separate directories.
2009-04-13 mikhail.naganov... Implemented "no heap access" mode for JSFrame which...
2009-03-25 mikhail.naganov... Add another check in profiler's stack iterator to ensur...
2009-03-20 mikhail.naganov... Support profiler stack sampling in any situation. After...
2009-03-03 mikhail.naganov... Dump more stack frames to perf log when executing a...
2008-11-26 lrn@chromium.orgMade ARM/IA32 handling in Regexp symmetric (although...
2008-10-10 kasperl@chromium.orgIntroduce a special kind of frames for construct frames...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-30 kasper.lundChanged all text files to have native svn:eol-style.
2008-07-03 christian.plesner... Initial export.