platform/upstream/v8.git
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...
2009-09-01 ager@chromium.orgChange cache test to only test for correct behavior...
2009-09-01 ager@chromium.orgChange a cast to make MacOS compiler happy.
2009-09-01 sgjesse@chromium.orgReverting 2797.
2009-09-01 whesse@chromium.orgAdd a integer static type cast to make MacOS compiler...
2009-09-01 sgjesse@chromium.orgFirst step in allocating objects in generated code...
2009-09-01 ager@chromium.orgFix the handling of termination exceptions thrown when...
2009-09-01 whesse@chromium.orgAdd explicit integer type-casts to make WIN64 build...
2009-09-01 erik.corry... Use more sane inputs to get more consistent answers...
2009-09-01 whesse@chromium.orgX64: Use sahf instruction only on processors that suppo...
2009-09-01 sgjesse@chromium.orghange bad choice for scratch register for native code...
2009-09-01 whesse@chromium.orgX64: Obey WIN64 ABI more exactly, in WIN64 build.
2009-09-01 erik.corry... Cache the results of slow math operations on machines...
2009-09-01 sgjesse@chromium.orgMove object allocation in new space to macro assembler
2009-08-31 ager@chromium.orgMark native regexp macro assembler tests as flaky on...
2009-08-31 whesse@chromium.orgX64: Fix bug introduced in revision 2779
2009-08-31 ager@chromium.orgRemove asserts that do not hold when lazily compiling...
2009-08-31 lrn@chromium.orgARM native regexps.
2009-08-31 erik.corry... Move stack check into AllocateStackSlots so the load...
2009-08-31 erik.corry... Use a root array register for constant loads and stack...
2009-08-28 sgjesse@chromium.orgDon't use the same descriptor array in several maps.
2009-08-28 whesse@chromium.orgX64: Add inline cache load of normal field (slow case...
2009-08-28 sgjesse@chromium.orgAdd allocation support to x64 macro assembler.
2009-08-27 whesse@chromium.orgX64: Activate Probes for Megamorphic StoreIC on 64...
2009-08-27 ager@chromium.orgPort apply with arguments optimization to x64.
2009-08-27 whesse@chromium.orgX64: Activate the IC stub for prototype lookups.
2009-08-27 sgjesse@chromium.orgAdded 64-bit Windows build through SCons.
2009-08-27 whesse@chromium.orgFix lint error.
2009-08-27 whesse@chromium.orgUse Arguments object in C builtins, instead of __argc__...
2009-08-27 sgjesse@chromium.orgAdd allocation support to ia32 macro assembler.
2009-08-27 whesse@chromium.orgUse stack frame marker constants to mark arguments...
2009-08-27 sgjesse@chromium.orgReverting 2768.
2009-08-27 sgjesse@chromium.orgAdd allocation support to ia32 macro assembler.
2009-08-26 erik.corry... 2nd try at fixing invalid Smi issue on 64 bits.
2009-08-26 ager@chromium.orgRemove shrinking of new space on compaction and only...
2009-08-26 sgjesse@chromium.orgGenerate specialized constructor code for constructing...
2009-08-26 erik.corry... Avoid triggering assert on 64 bit version.
2009-08-26 sgjesse@chromium.orgHandle pre-allocated properties when copying map.
2009-08-26 christian.plesner... Api inlining. Made some core functionality available...
2009-08-26 erik.corry... * Make stack/preemption guard faster on ARM by putting...
next