platform/upstream/v8.git
2009-07-24 yurys@chromium.orgRemove trailing whitespace in test-debug.cc
2009-07-24 yurys@chromium.orgDebugger should not stop in its own code and in code...
2009-07-23 antonm@chromium.orgForce inlining of some handle methods.
2009-07-23 whesse@chromium.orgFix typo in last change
2009-07-23 whesse@chromium.orgFix an error in a keyed lookup stub - HeapNumbers treat...
2009-07-23 kmillikin@chromium.orgCall the (fatal) V8 out of memory handler if we cannot...
2009-07-23 kmillikin@chromium.orgChange a few style issues (dead code, unitialized membe...
2009-07-23 kmillikin@chromium.orgFix ARM compiler crash in short-circuited boolean expre...
2009-07-22 whesse@chromium.orgCorrect sense of test for generic keyed load with a...
2009-07-22 kmillikin@chromium.orgRemove a few occurrences of the CHECK_FAILED macro...
2009-07-22 kmillikin@chromium.orgFix some defects identifies by Coverity Prevent. All...
2009-07-22 kmillikin@chromium.orgFix two deallocation bugs identified by Coverity Prevent.
2009-07-22 ager@chromium.orgIntroduce a external allocation limit.
2009-07-22 whesse@chromium.orgX64: Add StoreField inline cache stub.
2009-07-21 iposva@chromium.org- Remove unneeded include of ucontext.h as it is deprec...
2009-07-21 whesse@chromium.orgMake stub cache hash work on X64 platform. Stub cache...
2009-07-21 whesse@chromium.orgX64: Implement inline caches for loads
2009-07-20 whesse@chromium.orgX64: Fix compiler complaint
2009-07-20 whesse@chromium.orgX64: Add instructions to disassembler. Skip hanging...
2009-07-20 whesse@chromium.orgX64: Enable more of LoadIC, disable individual stub...
2009-07-20 kmillikin@chromium.orgFix another site where a stack-allocated character...
2009-07-20 kmillikin@chromium.orgChange RegExpMacroAssemblerIA32::CaseInsensitiveCompare...
2009-07-20 mikhail.naganov... Heap profiling: add logging of heap memory stats (capac...
2009-07-17 ager@chromium.orgI will lint my code before submitting...
2009-07-17 ager@chromium.orgAdd missing handle scope in internal field code.
2009-07-17 whesse@chromium.orgX64: Add inline caching to calls of global functions
2009-07-17 whesse@chromium.orgMake Array::kHeaderSize protected, and only use kHeader...
2009-07-17 kasperl@chromium.orgMake sure we don't crash if NewProxy returns an empty...
2009-07-17 antonm@chromium.orgIntroduce faster utilty methods for storing and retriev...
2009-07-17 kasperl@chromium.orgPatch by Vitaly Repeshko. Improve performance of intern...
2009-07-17 whesse@chromium.orgAdded inline caching for calls to a field to X64. ...
2009-07-17 kasperl@chromium.orgAvoid more static variables in inline functions.
2009-07-17 iposva@chromium.org- Add frame-element.cc to the Xcode project.
2009-07-17 kasperl@chromium.orgPatch by Mark Mentovai. Don't put static variables...
2009-07-17 kasperl@chromium.orgRevert r2478. Avoiding dead code stripping for mksnapshot
2009-07-17 kasperl@chromium.orgRevert r2486, r2487, and r2488 until I get the chance...
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.
next