platform/upstream/v8.git
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.
2010-03-24 lrn@chromium.orgAdded flag for seeding the random generator determinist...
2010-03-24 serya@chromium.orgFixing build in debug mode.
2010-03-24 antonm@chromium.orgPass the proper number of fields to update remembered...
2010-03-24 serya@chromium.orgStringToDouble rewritten not using String::Get and...
2010-03-24 mikhail.naganov... Add comments to test-log-stack-tracer.
2010-03-24 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.1.9.
2010-03-23 oleg@chromium.orgMake the new Date test independent of the timezone...
2010-03-23 whesse@chromium.orgFix an error in optimized modulus operator, add unit...
2010-03-23 sgjesse@chromium.orgMIPS simple function calls
2010-03-23 sgjesse@chromium.orgFix GetName and Print for CompareStub
2010-03-23 oleg@chromium.orgFix bug code.google.com/p/v8/issues/detail?id=659....
2010-03-23 erik.corry... Fix pop push optimization to work with partial snapshot...
2010-03-23 whesse@chromium.orgAdd binary operations with constants to the safe-int32...
2010-03-23 antonm@chromium.orgTrim underlying fixed array by one element from the...
2010-03-23 vegorov@chromium.orgPort of optimized ICs for external and pixel arrays...
2010-03-23 kmillikin@chromium.orgMark all loop conditions.
2010-03-23 mikhail.naganov... New GCCallbacks with additional parameters.
2010-03-23 sgjesse@chromium.orgUpdate Visual Studio project files.
2010-03-23 fschneider... Add iterative primitive type analysis.
2010-03-23 oleg@chromium.orgModify FastD2I to use static_cast instead of lrint...
2010-03-23 mikhail.naganov... Fix issue 658: update test-log-stack-tracer after r4211.
2010-03-23 kasperl@chromium.orgRemove the last of the obsolete *-delay.js files. This one
2010-03-23 sgjesse@chromium.orgInline floating point compare
2010-03-23 kasperl@chromium.orgBring back source line accidentally removed in r4217.
2010-03-23 kasperl@chromium.orgFix issue 658 by adapting the d8.cc code to the new...
2010-03-23 kasperl@chromium.orgMerge the partial_snapshots branch back into bleeding_e...
2010-03-23 kasperl@chromium.orgFix issue 656 on ARM.
2010-03-23 kasperl@chromium.orgFix issue 656 on x64.
2010-03-23 kasperl@chromium.orgFix issue 656 on x86.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-22 sgjesse@chromium.orgUse bit fields to calculate compare stub minor key
2010-03-22 mikhail.naganov... Add multithreading test for SamplingCircularQueue,...
2010-03-22 kmillikin@chromium.orgInclude initial definitions in reaching definitions...
2010-03-22 fschneider... Loop peeling for inner loops.
2010-03-22 whesse@chromium.orgPrepare push to trunk. Now working on version 2.1.8.
2010-03-22 whesse@chromium.orgRevert change 4201.
2010-03-22 fschneider... Fix code generation for fast smi loops to support param...
2010-03-22 kaznacheev... Porting binary op ICs to arm
2010-03-21 peter.rybin... Fix broken build: disable stale assert
next