platform/upstream/v8.git
2010-04-08 antonm@chromium.orgLanding codereview.chromium.org/1594017 for Ryan.
2010-04-08 antonm@chromium.orgRevert r4358.
2010-04-08 kaznacheev... Re-submitting binary op ICs for ARM. Does not break...
2010-04-08 sandholm@chromium.orgAdding boolean saveAnswer property of RegExpCache to...
2010-04-08 mikhail.naganov... Fix debug builds.
2010-04-08 kaznacheev... Removing BinaryOpIC::Clear. This method relied on some...
2010-04-08 mikhail.naganov... Make VM state tracking to be independent of logging...
2010-04-08 sgjesse@chromium.orgAdd support for bkpt instruction
2010-04-08 peter.rybin... LiveEdit: update breakpoint positions for non-changed...
2010-04-07 peter.rybin... Small improvements with code patching
2010-04-07 mikhail.naganov... C++ profiles processor: align browser mode with the...
2010-04-07 antonm@chromium.orgEarly specialize sorting functions depending if there...
2010-04-07 sgjesse@chromium.orgAdd number string cache lookup for heap numbers to...
2010-04-07 whesse@chromium.orgChange Math.random() to return 32 bits of random goodne...
2010-04-06 antonm@chromium.orgUpdate doc as well.
2010-04-06 antonm@chromium.orgLanding codereview.chromium.org/1539013 for ry@tinyclou...
2010-04-06 peter.rybin... LiveEdit: implement frame dropping
2010-04-06 mikhail.naganov... Add include/v8-profiler.h into manually maintained...
2010-04-06 mikhail.naganov... C++ profiler: publish the new API, make compatible...
2010-04-06 vitalyr@chromium.orgLand patch by Pavel Podivilov (podivilov@chromium.org).
2010-04-06 lrn@chromium.orgPrepare push to trunk. Now working on version 2.2.2.
2010-04-06 serya@chromium.orgJS implementation of isFinite.
2010-04-06 mikhail.naganov... C++ profiles processor: wire up to VM.
2010-04-06 whesse@chromium.orgModify date printing to fetch time zone name before...
2010-04-06 erik.corry... Committing codereview.chromium.org/1543003 for pvalchev...
2010-04-05 serya@chromium.orgUpdating a comment in InternalStringToInt.
2010-04-05 serya@chromium.orgParsing some kinds of integers and junk values in Runti...
2010-04-02 peter.rybin... Let LiveEdit accept a full new script source (rather...
2010-04-01 mikhail.naganov... Support setting brekpoint by script name set in //...
2010-04-01 kmillikin@chromium.orgMake check for writes without remembered set updates...
2010-03-31 serya@chromium.orgStringToInt rewritten. This version doesn't allocate...
2010-03-31 whesse@chromium.orgUpdate the time zone offset and dst offset when time...
2010-03-31 serya@chromium.orgParsing some kinds of integers and junk values in Runti...
2010-03-31 serya@chromium.orgReverting r4329 due to failure in webkit tests.
2010-03-31 serya@chromium.orgStringToInt rewritten. This version doesn't allocate...
2010-03-30 whesse@chromium.orgFix time zone cache so it is not initialized when the...
2010-03-30 vitalyr@chromium.orgMake link happy.
2010-03-30 vitalyr@chromium.orgInline %_ArgumentsLength.
2010-03-30 lrn@chromium.orgFix bug in string replace with nonparticipating captures.
2010-03-30 antonm@chromium.orgTrim in some cases of Array.splice.
2010-03-30 kmillikin@chromium.orgMove the AstVisitor stack check from Accept to Visit.
2010-03-30 kmillikin@chromium.orgSimplify IA32 code generator API.
2010-03-30 vegorov@chromium.orgMerging scavenge into sweeping phase of mark-sweep...
2010-03-30 mikhail.naganov... C++ profiles processor: put under #ifdef and fix issues.
2010-03-30 kmillikin@chromium.orgRemove trailing regexp from .js files.
2010-03-29 antonm@chromium.orgFix the case of no words to copy.
2010-03-29 lrn@chromium.orgFix bug in string replace regexp with function when...
2010-03-29 serya@chromium.orgFixing Windows build.
2010-03-29 antonm@chromium.orgRefactor word copying logic.
2010-03-29 serya@chromium.orgPercise rounding parsing octal and hexadecimal strings.
2010-03-29 kmillikin@chromium.orgFix presubmit failure.
2010-03-29 kmillikin@chromium.orgRework flow graph construction.
2010-03-29 vitalyr@chromium.orgCall binary op stub instead of runtime in count operations.
2010-03-29 vitalyr@chromium.orgStart using String type info:
2010-03-29 serya@chromium.orgOptimization for parsing integers of limited length...
2010-03-29 ricow@chromium.orgPrepare push of version 2.2.0 to trunk. Now working...
2010-03-26 vitalyr@chromium.orgSome string optimizations:
2010-03-26 antonm@chromium.orgOmit write barrier when setting trimmed elements.
2010-03-26 lrn@chromium.orgPre-create properties on JSRegExp objects
2010-03-26 whesse@chromium.orgChange a TypeInfo function from inline to non-inline...
2010-03-26 ager@chromium.orgPrepare push of version 2.1.10 to trunk. Now working...
2010-03-26 ager@chromium.orgPort number dictionary probing in generated code to...
2010-03-26 sgjesse@chromium.orgProper constraints for inline implementation in assembly.
2010-03-26 ricow@chromium.orgLand codereview.chromium.org/1311003/diff/8001/9001...
2010-03-26 kasperl@chromium.orgAvoid having a LIBS setting when compiling the V8 library
2010-03-25 vitalyr@chromium.orgSimplify passing of AccessorInfo to interceptors:
2010-03-25 kmillikin@chromium.orgMove flow graph and helper classes to their own file.
2010-03-25 antonm@chromium.orgAdd a test to verify correctness of remembered set...
2010-03-25 mikhail.naganov... Align OProfile agent invocations style with logging.
2010-03-25 serya@chromium.orgStringToDouble rewritten not using String::Get and...
2010-03-25 antonm@chromium.orgSlightly faster variant of Array.push.
2010-03-25 antonm@chromium.orgAllow empty handles to escape handle scopes.
2010-03-25 erik.corry... Fix my fast-codegen.cc gyp file stupidity.
2010-03-25 sgjesse@chromium.orgPrepare push to trunk, we are now working on 2.1.10
2010-03-25 fschneider... Fix build again after renaming.
2010-03-25 erik.corry... Gyp causing me gyp.
2010-03-25 whesse@chromium.orgSpeed up conversion of untagged int32 result if we...
2010-03-25 erik.corry... Split the virtual frame into heavy and light versions.
2010-03-25 fschneider... Fix build.
2010-03-25 antonm@chromium.orgFix LargeObjectSpace::Contains to check if addr is...
2010-03-25 lrn@chromium.orgRun string replace regexp with function in C++ code...
2010-03-25 fschneider... Rename NumberInfo to TypeInfo.
2010-03-25 lrn@chromium.orgFix bug in RegExp first-character-lookahead.
2010-03-25 pfeldman@chromium.orgMake following ES5 functions work with undetectable...
2010-03-25 pfeldman@chromium.orgFail with out-of-bounds exception upon illegal access...
2010-03-25 sgjesse@chromium.orgRe-apply "Inline floating point compare"
2010-03-25 whesse@chromium.orgAvoid calling ToRegister(register) when result is in...
2010-03-25 lrn@chromium.orgChange StringSearch to not call exec and build unnecess...
2010-03-24 fschneider... Check for negative 0 when deciding whether a constant...
2010-03-24 fschneider... Fix Win32 build.
2010-03-24 fschneider... Store type information with constants.
2010-03-24 kmillikin@chromium.orgRevert "Inline floating point compare"
2010-03-24 ager@chromium.orgImplement support for reattaching a global object to...
2010-03-24 erik.corry... Fix Android scons build by putting -lv8 before -lgcc.
2010-03-24 pfeldman@chromium.orgExpose debug context into the native code. This change...
2010-03-24 fschneider... Add primitive type and string type to the number info.
2010-03-24 ager@chromium.orgRevert revisions 4241, 4243 and 4247 because of Windows...
2010-03-24 kmillikin@chromium.orgFix presubmit error (multiple statements on the same...
2010-03-24 serya@chromium.orgFix conform test.
2010-03-24 kmillikin@chromium.orgInitial support for marking live code.
next