platform/upstream/v8.git
2009-05-13 whesse@chromium.orgFix bug 344: always keep attributes of existing properties.
2009-05-13 kmillikin@chromium.orgRefactor JumpTarget::Combine.
2009-05-13 sgjesse@chromium.orgAdded support to backtrace from botton of stack to...
2009-05-13 kmillikin@chromium.orgStreamline JumpTarget::ComputeEntryFrame by removing...
2009-05-13 iposva@chromium.orgSplit the RUNTIME_FUNCTION_LIST_ALWAYS macro into two...
2009-05-13 iposva@chromium.orgTiny change to make code match the comment.
2009-05-12 iposva@chromium.orgFix for issue 339:
2009-05-12 erik.corry... Fix incorrect assert on ARM that assumed that coprocess...
2009-05-12 erik.corry... Fix fp problems in runtime code on ARM EABI by 8-byte...
2009-05-12 iposva@chromium.org- Fix build break due to warning about control reaching...
2009-05-12 kasperl@chromium.orgValgrind outputs large numbers like 4,096 (with the...
2009-05-12 lrn@chromium.orgX64: Added stubs for unimplemented disassembler functions.
2009-05-12 ager@chromium.orgRevert r1900, r1897 and r1895 which are all gc changes...
2009-05-12 kmillikin@chromium.orgFix for issue 341. In the stub for instanceof, we...
2009-05-12 lrn@chromium.orgX64: General fixes - added inline definitions and chang...
2009-05-12 erik.corry... Don't go into runtime system for the allocation of...
2009-05-12 yurys@chromium.orgScript context information is included in before/afterC...
2009-05-12 kasperl@chromium.orgAdd new Splay benchmark to the V8 benchmark suite and...
2009-05-11 ager@chromium.orgPrepare to push version 1.2.3 to trunk.
2009-05-11 kmillikin@chromium.orgModify JumpTarget::ComputeEntryFrame to mark copied...
2009-05-11 kmillikin@chromium.orgSimplify JumpTarget::ComputeEntryFrame. Eliminate...
2009-05-08 kmillikin@chromium.orgA register allocation bugfix.
2009-05-08 erik.corry... Fix intermittent crashes caused by unexpected GCs in
2009-05-08 mikhail.naganov... Don't keep data about JS code that is never executed.
2009-05-08 mikhail.naganov... Return immediately from GetLogLines if logging to memor...
2009-05-07 kmillikin@chromium.orgChange the structure of the scavenge collector's loop...
2009-05-07 kasperl@chromium.orgAllocate proxy before the script to allow heap verification
2009-05-07 lrn@chromium.orgX64: Serialization fixed to use intptr_t/Address where...
2009-05-07 kmillikin@chromium.orgBefore a scavenge collection in debug builds with ENABL...
2009-05-07 whesse@chromium.orgFix lint
2009-05-07 kmillikin@chromium.orgChanged the PageIterator class so that it only returns...
2009-05-07 lrn@chromium.orgX64: Changed TickSample to hold pointer-sized values...
2009-05-07 lrn@chromium.orgX64: Changed 0x%x formats in log.cc to 0x%p and omitted...
2009-05-07 mikhail.naganov... Restore stack backtrace tests removed in revision 1785.
2009-05-07 lrn@chromium.orgChanged size of pointers stored as numbers to intptr_t...
2009-05-07 ager@chromium.orgPort change (r1837) that allows call-as-function handle...
2009-05-07 erik.corry... The ARM assembler tests don't install the standard...
2009-05-06 davemoore@chromium.orgMake check in GetExternalString a runtime check instead...
2009-05-06 erik.corry... Fix debug mode :-/
2009-05-06 whesse@chromium.orgAdd x64 header files to make the build compile
2009-05-06 erik.corry... Missing file from last change. TBR=kasperl
2009-05-06 lrn@chromium.orgX64: Fixed conversion between tread_id (int) and void*.
2009-05-06 erik.corry... Fix Chromium bug 1717 by emulating JSCs somewhat strang...
2009-05-06 whesse@chromium.orgMake assembler-x64.h and assembler-x64-inl.h compile
2009-05-06 deanm@chromium.orgUse the correct V8_HOST_ARCH macro, it is IA32 and...
2009-05-06 deanm@chromium.orgHave the profiler load the correct registers on x64.
2009-05-06 sgjesse@chromium.orgAdded context information to scripts.
2009-05-06 lrn@chromium.orgX64: Changed hash computations to only use lower 32...
2009-05-06 lrn@chromium.orgX64: Made hash computation in serializer accept 64...
2009-05-06 lrn@chromium.orgX64 adaption: Changed a constant from kBitsPerPointer...
2009-05-06 kasperl@chromium.orgExtend the regression test case for crbug.com/9746 to
2009-05-05 yurys@chromium.orgAdd function inferred name to FunctionMirror and its...
2009-05-05 mikhail.naganov... Introduce internal Log class that handles writing log...
2009-05-05 deanm@chromium.orgStub out a small portion of the x64 assembler.
2009-05-05 kasperl@chromium.orgMake sure to report out-of-memory situations when the
2009-05-05 deanm@chromium.orgAdd a temporary hack to FmtElm to truncate 64-bit point...
2009-05-05 deanm@chromium.orgChange some pointer alignment checks in irregexp to...
2009-05-05 deanm@chromium.orgAdd a x64 stub of frames-x64.h so we have StackHandlerC...
2009-05-05 deanm@chromium.orgIntroduce two separate classes of processor detection:
2009-05-05 lrn@chromium.orgAdded test for issue 334.
2009-05-05 kmillikin@chromium.orgFix lint failure.
2009-05-05 deanm@chromium.orgUse our own macros for 64-bit constants.
2009-05-05 ager@chromium.orgRevert workaround for http://crbug.com/9746.
2009-05-05 lrn@chromium.orgChanged definition of INT64_C and UINT64_C to use the...
2009-05-05 sgjesse@chromium.orgAdd the ability to set embedder data on created context...
2009-05-05 kmillikin@chromium.orgSome cleanup of the mark-sweep/compact collector follow...
2009-05-05 ager@chromium.orgPrepare to push version 1.2.2 to trunk.
2009-05-05 kasperl@chromium.orgAdd regression test case for crbug.com/9746.
2009-05-05 kmillikin@chromium.orgClean up comment.
2009-05-05 kmillikin@chromium.orgImproved, safer handling of the symbol table. The...
2009-05-04 erik.corry... Reverty 1842 (see code.google.com/p/chromium/issues...
2009-05-04 deanm@chromium.orgFix a guard style inconsistency in regexp-stack.h.
2009-05-04 kmillikin@chromium.orgMore special handling of the symbol table during garbag...
2009-05-04 deanm@chromium.orgCleanup include guards:
2009-05-04 whesse@chromium.orgInclude 64-bit pointer and constant types in include...
2009-05-04 lrn@chromium.orgChanged some int casts to intptr_t.
2009-05-04 erik.corry... Fix code.google.com/p/chromium/issues/detail?id=1717
2009-05-04 lrn@chromium.orgRemoved long-running array sort test.
2009-05-04 lrn@chromium.orgAdded empty files in the x64 directory.
2009-05-04 ager@chromium.orgsvn:ignore another gyp generated file
2009-05-01 feng@chromium.orgA simple fix of issue code.google.com/p/chromium/issues...
2009-05-01 asargent@chromium.orgAdd to documentation for GetIdentityHash
2009-05-01 whesse@chromium.orgStop inlining of list reallocation in virtual frames.
2009-05-01 erik.corry... Add change accidentally omitted from last changelist.
2009-05-01 erik.corry... When strings can change from an ASCII representation...
2009-05-01 lrn@chromium.orgMade sort on non-arrays also affect elements on the...
2009-04-30 iposva@chromium.orgAdd version.cc and version.h to Xcode project.
2009-04-30 sgjesse@chromium.orgFixed SCons build when not running from the V8 root...
2009-04-30 sgjesse@chromium.orgAdded better version information
2009-04-30 whesse@chromium.orgImprove register allocation of left shift operation...
2009-04-30 ager@chromium.orgsvn ignore gyp generated files
2009-04-30 mikhail.naganov... Enhancing profiling data processing code with functiona...
2009-04-30 lrn@chromium.orgAdded architecture properties to Windows Scons build.
2009-04-29 asargent@chromium.orgMake Object::GetIdentityHash() never return 0.
2009-04-29 lrn@chromium.orgFix .gyp file and avoid adding -m32 on 32 bit systems.
2009-04-29 ager@chromium.orgFix the xcode project to define the correct V8_ARCH_*.
2009-04-29 whesse@chromium.orgAdd a mjsunit test to cover more paths in the ia32...
2009-04-29 lrn@chromium.orgCreate build structure for X64.
2009-04-29 sgjesse@chromium.orgCreate a transition API for the debug message handler.
2009-04-29 sgjesse@chromium.orgRemove tab to satisfy lint
next