platform/upstream/v8.git
2009-09-17 christian.plesner... Lint fix
2009-09-17 christian.plesner... Add Object::IsDirty function in the API.
2009-09-17 sgjesse@chromium.orgReverting 2909,2908
2009-09-17 sgjesse@chromium.orgFix compile error.
2009-09-17 sgjesse@chromium.orgMinor changes to the native array construct code.
2009-09-16 mikhail.naganov... Argh, one more place to fix.
2009-09-16 mikhail.naganov... Fix Windows build. I'm wondering, how does gcc accept...
2009-09-16 mikhail.naganov... Fix variables names.
2009-09-16 mikhail.naganov... Fix ARM build (gcc 3.3 failed to resolve types correctl...
2009-09-16 mikhail.naganov... Add initial version of retainers heap profile.
2009-09-16 sgjesse@chromium.orgFix GC bug and ARM simulator timeout.
2009-09-16 whesse@chromium.orgX64: Ensure that unary subtraction returns a zero-exten...
2009-09-16 sgjesse@chromium.orgHandle array construction on native code.
2009-09-16 erik.corry... Clean up the ifdefs on ARM.
2009-09-16 christian.plesner... [ES5] Made properties of the arguments array enumerable.
2009-09-15 mark@chromium.orgRemove explicit include of Chromium's common.gypi from...
2009-09-15 christian.plesner... Fixed typo in mozilla expectations file.
2009-09-15 christian.plesner... Fixed mozilla test expectations.
2009-09-15 christian.plesner... Added test suite adapter for es5conform.
2009-09-15 christian.plesner... Implemented Object.keys.
2009-09-15 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.12.
2009-09-15 whesse@chromium.orgUse GetCodeFromTargetAddress everywhere, uniformly.
2009-09-15 lrn@chromium.orgX64: Abstract indexing by a smi to the macro assembler.
2009-09-15 christian.plesner... Make 'hidden' the default visibility for gcc. Add...
2009-09-15 sgjesse@chromium.orgAdd definition of ENABLE_DEBUGGER_SUPPORT to v8 gyp...
2009-09-15 ager@chromium.orgIncorporate dtoa change from upstream to avoid potentia...
2009-09-14 lrn@chromium.orgFix bug that errnoeously sets FPU exception.
2009-09-14 sgjesse@chromium.orgFix lint error.
2009-09-14 sgjesse@chromium.orgImplemented missing pieces of the debugger for ARM.
2009-09-14 ager@chromium.orgFix cut and paste error in memory tracking. MapSpace...
2009-09-11 whesse@chromium.orgFix lint error
2009-09-11 whesse@chromium.orgRename a constant to kCallTargetAddressOffset
2009-09-11 sgjesse@chromium.orgControl profiling/debugger support from build script.
2009-09-11 sgjesse@chromium.orgUse local cpplint.py if it exists.
2009-09-10 ager@chromium.orgFix lint issue.
2009-09-10 ager@chromium.orgFix IA32 build.
2009-09-10 sgjesse@chromium.orgAdd option --build-only to the test runner.
2009-09-10 sgjesse@chromium.orgImplement code patcher for x64.
2009-09-10 lrn@chromium.orgX64: Extract all smi operations into MacroAssembler...
2009-09-10 whesse@chromium.orgUse SSE2 instructions when available on ia32 platform.
2009-09-10 christian.plesner... Fix crash during error reporting during bootstrapping.
2009-09-09 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.11.
2009-09-09 sgjesse@chromium.orgFix ARM compilation error.
2009-09-09 sgjesse@chromium.orgCleaned up some debugger stuff on ia32 and x64.
2009-09-09 sgjesse@chromium.orgFind the correct function for script break points
2009-09-09 ager@chromium.orgIncrease max semi-space size.
2009-09-09 kasperl@chromium.orgFix x64 port by using 32 pages per chunk.
2009-09-09 mikhail.naganov... Heap profiler: account primitive string objects as...
2009-09-09 ager@chromium.orgMinor change to idle notification handling: perform...
2009-09-09 ager@chromium.orgFix typo.
2009-09-09 ager@chromium.orgReduce the chunk size from 64 pages to 16 pages per...
2009-09-09 sgjesse@chromium.orgSet svn:eol-style native for all files in src and its...
2009-09-09 ager@chromium.orgFix presubmit.
2009-09-09 erik.corry... Compile fixes for ARM and miscellaneous spolling.
2009-09-09 christian.plesner... Made function prototype property DontEnum for compatibi...
2009-09-09 ager@chromium.orgDo not use left-over space after new space alignment...
2009-09-09 yurys@chromium.orgSupport stepping out for recursive functions.Simply...
2009-09-09 sgjesse@chromium.orgSet the svn:eol-style property on new file.
2009-09-09 ager@chromium.orgAdd MAP_FIXED to Uncommit calls to see if that has...
2009-09-09 sgjesse@chromium.orgRefactor the register to name mapping in the ARM simulator.
2009-09-08 whesse@chromium.orgFix lint error
2009-09-08 lrn@chromium.orgWin64 - Allow returning two values from a runtime function.
2009-09-08 yurys@chromium.orgAdded new scope type ScopeIterator::ScopeTypeCatch...
2009-09-08 whesse@chromium.orgRemove special CheckEquals function for intptr_t on...
2009-09-08 kasperl@chromium.orgChange to limit the amount of space we waste due to...
2009-09-08 kasperl@chromium.orgAdd regression test case for crbug.com/18639 which
2009-09-07 sgjesse@chromium.orgUse more socket ports in debugger agent test.
2009-09-07 christian.plesner... Modifies readline() to behave in the same way as it...
2009-09-07 sgjesse@chromium.orgAllign Intel macro assemblers with changes to ARM macro...
2009-09-07 sgjesse@chromium.orgMove common enums for macro assemblers.
2009-09-07 sgjesse@chromium.orgUse different output directories when building using...
2009-09-07 sgjesse@chromium.orgLast step in allocating objects in generated code on...
2009-09-07 sgjesse@chromium.orgFix lint error.
2009-09-07 sgjesse@chromium.orgSecond step in allocating objects in generated code...
2009-09-07 christian.plesner... Const Correctness for String::Value
2009-09-07 yurys@chromium.orgSupport stepping in functions called using CallFunction...
2009-09-07 sgjesse@chromium.orgFixed SCons build of Windows DLL.
2009-09-04 mikhail.naganov... Fixing presubmit error
2009-09-04 christian.plesner... Fixed error in d8's write() function
2009-09-04 mikhail.naganov... Linux profiler: check whether signal handler is called...
2009-09-04 christian.plesner... Fixed serializer issue.
2009-09-04 lrn@chromium.orgX64 RegExp - fix RegExp on WIN64.
2009-09-04 lrn@chromium.orgMarked Mozilla Date test as flaky.
2009-09-04 christian.plesner... Modifies write() so that NULs are allowed within a...
2009-09-04 christian.plesner... Changed saved context stack to using direct pointers...
2009-09-03 ager@chromium.orgFix lint issue.
2009-09-02 sgjesse@chromium.orgFix the debugger in the ARM simulator.
2009-09-02 ager@chromium.orgFix LargeObjectSpace::Verify to allow external strings...
2009-09-02 ager@chromium.orgAdd verification flags to debug mjsunit test runs.
2009-09-02 sgjesse@chromium.orgFirst step in allocating objects in generated code...
2009-09-02 lrn@chromium.orgARM RegExp fix bug 432.
2009-09-02 mikhail.naganov... Fixed cast in platform-macos.cc
2009-09-02 lrn@chromium.orgAdded possibility of miscompiled regexp to verfifier.
2009-09-02 mikhail.naganov... Fix issue 434: make OS::LogSharedLibraryAddresses work...
2009-09-02 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.10.
2009-09-02 lrn@chromium.orgX64: Added missing optimization of unary negate.
2009-09-02 lrn@chromium.orgRegExp: Remove unnecessary function from ARM specific...
2009-09-02 mikhail.naganov... Add code creation logging for construct stubs.
2009-09-02 sgjesse@chromium.orgPort specialized constructor code for constructing...
2009-09-01 ager@chromium.orgChange ASSERT to CHECK in test-heap. Use int instead...
next