platform/upstream/v8.git
2009-07-16 iposva@chromium.org- Simplify the architecture setup. In particular the...
2009-07-16 bak@chromium.orgChanged the dictionary code to use original hash value...
2009-07-16 bak@chromium.orgAdded two spaces to make presubmit.py happy.
2009-07-16 bak@chromium.orgChanged hash table to use more of the hash value when...
2009-07-16 whesse@chromium.orgX64: Implement inline cache of monomorphic constant...
2009-07-16 whesse@chromium.orgAllow a slow test, array-splice, to timeout on ARM.
2009-07-16 antonm@chromium.orgSome more test for load and call stubs.
2009-07-16 whesse@chromium.orgX64: Enable inline caching for calls, with some stubs...
2009-07-16 yurys@chromium.orgReapply codereview.chromium.org/149542 now that issue...
2009-07-16 kasperl@chromium.orgPatch by Mark Mentovai: Disable dead code stripping...
2009-07-15 whesse@chromium.orgDisable inline caching on X64 separately for loads...
2009-07-15 kasperl@chromium.orgRemove svn:executable flag from run.html and style...
2009-07-15 yurys@chromium.orgReverting 2458 to see if it makes Builder Webkit Mac...
2009-07-15 sandholm@chromium.orgAdding a missing 'the' in the warning message on bleedi...
2009-07-15 kmillikin@chromium.orgFix issue 345 by avoiding duplicates in the list of...
2009-07-15 sandholm@chromium.orgThird and hopefully last of thrre CLs to issue a warnin...
2009-07-15 antonm@chromium.orgImproved version of LookupForRead (tnx to Kasper) ...
2009-07-15 mikhail.naganov... Add heap log processing script originally written by...
2009-07-14 feng@chromium.orgAdjust kPagesPerChunk to 16 instead of 64 on Android.
2009-07-14 yurys@chromium.orgSupport stepping into getters and setters.
2009-07-14 whesse@chromium.orgChange tests status for x64, make test runner pass...
2009-07-14 mikhail.naganov... TickProcessor: more accurate mapping of statically...
2009-07-14 kasperl@chromium.orgAdd regression test case for crbug.com/16276. Crashes
2009-07-14 kasperl@chromium.orgUpdate test expectations because we've decided to allow...
2009-07-14 mikhail.naganov... Implement shared libraries logging on Mac OS X, added...
2009-07-13 ager@chromium.orgFirefox and Safari both allow calling regular expressio...
2009-07-13 ager@chromium.orgPut the work-around for crbug.com/16276 into the ARM...
2009-07-13 feng@chromium.orgAdd a trace_gc_verbose flag.
2009-07-13 feng@chromium.orgAdd ENABLE_DEBUGGER_SUPPPORT around 4 functions, set...
2009-07-13 feng@chromium.orgHook up the log facility of Android platform.
2009-07-13 kasperl@chromium.orgYet another svn:ignore update.
2009-07-13 iposva@chromium.org- Added missing braces in an if statement as a drive...
2009-07-13 kasperl@chromium.orgUpdate svn:ignore for tools/ and tools/gyp/ directories.
2009-07-13 kasperl@chromium.orgPrepare to push version 1.2.14 to trunk.
2009-07-13 kasperl@chromium.orgRevert r2431. I don't think this is it.
2009-07-13 kasperl@chromium.orgAttempt at work-around for crbug.com/16276 by explicitl...
2009-07-13 deanm@chromium.orgSmall cleanup to Utf8::CalculateValue:
2009-07-13 antonm@chromium.orgConvert object to fast mode after creation. That enabl...
2009-07-13 kasperl@chromium.orgAdd support for tracking down leak of the hole value.
2009-07-13 kasperl@chromium.orgTry to work around crbug.com/16276 until we can
2009-07-10 ager@chromium.orgPort the function prototype load stub to ARM.
2009-07-10 ager@chromium.orgRemove the descriptor stream abstractions.
2009-07-10 yurys@chromium.orgDisable debug-stepin-function-call.js test on ARM.
2009-07-10 yurys@chromium.orgFix an issue with debugger 'step in' when calling funct...
2009-07-10 kasperl@chromium.orgRe-enable ICs for loads and calls that skips a global...
2009-07-10 mikhail.naganov... Fixed issue 401: os.system() hangs on Mac OS X.
2009-07-09 kmillikin@chromium.orgSkip the write barrier for global property cell writes...
2009-07-09 lrn@chromium.orgX64: Added failure entries in test expectations.
2009-07-09 whesse@chromium.orgX64: Let debugger patch JSReturn with a debug break.
2009-07-09 kmillikin@chromium.orgDuring a scavenge, instead of sweeping remembered-set...
2009-07-09 kasperl@chromium.orgDon't have too many holders. Reviewed offline by Kevin...
2009-07-09 kmillikin@chromium.orgFix free list construction for global property cells...
2009-07-09 kmillikin@chromium.orgFix too-long line.
2009-07-09 erik.corry... Get peep-hole optimizer working on ARM by not emitting
2009-07-09 lrn@chromium.orgX64: Fixed more bad smi operations.
2009-07-09 kmillikin@chromium.orgFix x64 build.
2009-07-09 kasperl@chromium.orgAllow access through the global proxy to use ICs.
2009-07-09 kmillikin@chromium.orgCreate a new paged heap space for global property cells...
2009-07-09 deanm@chromium.orgFix problems with including parser.h from the Windows...
2009-07-09 lrn@chromium.orgX64: Fix bug in left-shift.
2009-07-09 mikhail.naganov... Add automatic tests for Tick Processor, take two.
2009-07-09 kasperl@chromium.orgPrepare to push version 1.2.13 to trunk.
2009-07-09 lrn@chromium.orgX64: Fix recently introduced bug in movq with 64-bit...
2009-07-09 kasperl@chromium.orgRe-add v8_shell target to v8.gyp. Patch by Joel Stanley.
2009-07-09 ager@chromium.orgAddress review comments.
2009-07-08 iposva@chromium.org- Update comments and fix a small glitch in the ARM...
2009-07-08 ager@chromium.orgFix crash bug in ARM codegenerator by adding another...
2009-07-08 ager@chromium.orgFix crash in arm conditional expression code generation.
2009-07-08 erik.corry... * Move almost all roots into an array ready for use...
2009-07-08 whesse@chromium.orgFix an X64 problem with builtin fixups. Remove an...
2009-07-08 lrn@chromium.orgX64: Fix bug in for-in iteration.
2009-07-08 deanm@chromium.orgFix missing include directories in v8.gyp.
2009-07-08 deanm@chromium.orgCorrect the location of libraries-empty.cc in v8.gyp.
2009-07-08 deanm@chromium.orgCorrect the location of snapshot.cc in v8.gyp.
2009-07-08 deanm@chromium.orgCleanup v8.gyp. This also drops a bunch of unused...
2009-07-08 bak@chromium.orgFixed and exposure to the_hole from Runtime_KeyedGetPro...
2009-07-08 kasperl@chromium.orgFix crash that occurs when we're forced to delete a...
2009-07-08 lrn@chromium.orgX64: Decrease limit in big-object-literal test. Hits...
2009-07-08 whesse@chromium.orgX64: Turn of gcc strict-aliasing optimization for X64...
2009-07-08 lrn@chromium.orgX64: Added unimplemented method in codegen-x64.cc.
2009-07-08 kasperl@chromium.orgChange the name of the Object.prototype.inherits functi...
2009-07-08 kasperl@chromium.orgFix issue with skipping global object during lookup...
2009-07-08 ager@chromium.orgFix unsafe use of DescriptorWriter across allocation.
2009-07-07 ager@chromium.orgAnother attempt at correctly marking a debug test that...
2009-07-07 ager@chromium.orgRemove passing test from expected failures.
2009-07-07 ager@chromium.orgPort IsConstructCall optimization to x64 and ARM.
2009-07-07 yurys@chromium.orgDisable test-clearbreakpointgroup on ARM
2009-07-07 whesse@chromium.orgFix issue number 398: replacing a constant function...
2009-07-07 kmillikin@chromium.orgRemove the support for jump-table switches from the...
2009-07-07 kasperl@chromium.orgRevert r2372 to get the tree green again.
2009-07-07 yurys@chromium.orgIn Chrome several tabs may share the same v8 instance...
2009-07-07 lrn@chromium.orgX64: Disassembler updated to using REX, extended regist...
2009-07-07 whesse@chromium.orgX64: Use CmpObjectType macro everywhere, fix problem...
2009-07-07 mikhail.naganov... Add automatic tests for Tick Processor.
2009-07-07 kasperl@chromium.orgFix issue 397 and issue 399.
2009-07-07 kmillikin@chromium.orgChange a few sites where the Handle<T>(NULL) constructo...
2009-07-07 kasperl@chromium.orgFix lint issue.
2009-07-07 kmillikin@chromium.orgAllow variable proxies for the same global variable...
2009-07-07 lrn@chromium.orgChanged ?: into if/else to placate compiler.
2009-07-07 erik.corry... Fix the order in which ToNumber is called for some...
next