platform/upstream/v8.git
2010-09-27 vitalyr@chromium.orgCustom call IC for Math.abs.
2010-09-27 podivilov@chromium.orgAdd Debug::CancelDebugBreak method to api
2010-09-27 whesse@chromium.orgPrepare push of version 2.4.6 to trunk. Now working...
2010-09-27 vegorov@chromium.orgFix more GC unsafe places
2010-09-27 whesse@chromium.orgFix error in x64 inlined optimized shift operators.
2010-09-27 mikhail.naganov... fixed
2010-09-24 dimich@chromium.orgAdd CODE_POINTER_ALIGN, use it in Page to align generat...
2010-09-24 kaznacheev... Implemented missing instructions in ia32 and x64 disass...
2010-09-24 mikhail.naganov... Fix presubmit error.
2010-09-24 mikhail.naganov... Provide more functions to CPU profiler (fix issue 858).
2010-09-24 erik.corry... Revert 5520 due to compilation failure.
2010-09-24 erik.corry... Small tweaks to make the x64 full code generator generate
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2010-09-24 kaznacheev... Prevent modification of cached normalized maps.
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-09-23 kaznacheev... Support dec_b instruction in ia32 and x64 disassembler.
2010-09-23 vitalyr@chromium.orgAdd an assert to ensure we never allocate second empty...
2010-09-23 vitalyr@chromium.orgFix copy-on-write assert by setting the new array map...
2010-09-23 vegorov@chromium.orgFix getOwnPropertyDescriptor() support for index proper...
2010-09-23 erik.corry... Cleanup of contexts in the full code generator.
2010-09-23 kaznacheev... Dynamically determine optimal instance size.
2010-09-23 vegorov@chromium.orgFix possible evaluation order problems.
2010-09-23 kaznacheev... Unuse labels when bailing out of StubCompiler methods.
2010-09-22 antonm@chromium.orgFix a build for Win64 with VS2008.
2010-09-22 antonm@chromium.orgFix Win64 build with VS2008.
2010-09-22 lrn@chromium.orgRegExp: Fix caching to correctly set lastIndex.
2010-09-22 fschneider... Prepare push to trunk. Now working on version 2.4.6.
2010-09-21 vitalyr@chromium.orgTry fix win64 build.
2010-09-21 vitalyr@chromium.orgCustom call IC for Math.floor.
2010-09-20 yurys@chromium.orgUse //@ sourceURL when formatting stack trace
2010-09-20 vitalyr@chromium.orgGenerate inline code for contextual loads.
2010-09-20 mikhail.naganov... Fix ProfileNodeFindOrAddChildForSameFunction test on...
2010-09-20 floitschV8... Fix build-breakage on Mac. Initial variable eventhough...
2010-09-20 sandholm@chromium.orgChanged the RegExp benchmark to exercise the regexp...
2010-09-20 mikhail.naganov... Show RegExp calls in the profile.
2010-09-20 floitschV8... Added precision mode to fast-dtoa.
2010-09-20 lrn@chromium.orgRemove unused variable from Scanner class.
2010-09-17 lrn@chromium.orgMake preparsing data reusable.
2010-09-17 fschneider... Add missing x87 instructions fisttp and fst to the...
2010-09-17 vitalyr@chromium.orgFix direct loading of global function prototypes:
2010-09-17 lrn@chromium.orgMake some runtime arguments checks be RUNTIME_ASSERT...
2010-09-16 peter.rybin... Add breakOnCaughtException and breakOnUncaughtException...
2010-09-16 kaznacheev... Prevent inline constructor generation when duplicate...
2010-09-16 fschneider... Fix a regression in character-at stub when doing a...
2010-09-16 kasperl@chromium.orgClean up the insertion of nops (signalling non-inlined...
2010-09-16 mikhail.naganov... Really fix Mac build, and lint.
2010-09-16 mikhail.naganov... Fix compilation issue on Mac
2010-09-16 mikhail.naganov... Enhance SafeStackFrameIterator to avoid triggering...
2010-09-16 mikhail.naganov... Fix x64 compilation error. Patch from tfarina@chromium.org
2010-09-16 lrn@chromium.orgX64: Templating Smi-macros to use both Label and NearLabel.
2010-09-15 erik.corry... Made the use of past tense more consistent in change...
2010-09-15 ricow@chromium.orgAdd support for near labels.
2010-09-15 erik.corry... Prepare push to trunk. We are now working on version...
2010-09-15 lrn@chromium.orgMade predata smaller by storing symbol data in variable...
2010-09-15 erik.corry... Replace 2 ARM ldr instructions with one ldrd in the...
2010-09-15 fschneider... Make the CompareStub and the UnaryOpStub accept smi...
2010-09-14 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2010-09-14 vitalyr@chromium.orgAdd a few missing nops to signal no inlined code was...
2010-09-14 whesse@chromium.orgAllow List::sort, with an integer comparison function...
2010-09-14 mikhail.naganov... Add support for abortion in v8::OutputStream.
2010-09-14 whesse@chromium.orgMove inlined function declarations and support from...
2010-09-14 mikhail.naganov... Implement heap snapshots serialization into JSON. API...
2010-09-13 sandholm@chromium.orgRecalibrate benchmarks.
2010-09-13 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2010-09-13 kasperl@chromium.orgImplement for-in cache validity checking in the full...
2010-09-10 ager@chromium.orgHandle both global and local variables potentially...
2010-09-10 lrn@chromium.orgMove string-search functions to separate file.
2010-09-10 lrn@chromium.orgFix bug in Array.prototype.indexOf/lastIndexOf when...
2010-09-10 ricow@chromium.orgCosmetic change, list author names in AUTHORS alphabeti...
2010-09-10 lrn@chromium.orgAdded Michael Smith to Authors file (author of revision...
2010-09-10 lrn@chromium.orgmake Date.parse properly handle TZ offsets
2010-09-09 peter.rybin... Landing 3338012: Move a function below to private section.
2010-09-09 vitalyr@chromium.orgCustom call IC for String.fromCharCode.
2010-09-09 lrn@chromium.orgAdd sparse array handling to Array.protoype.indexOf...
2010-09-09 lrn@chromium.orgAvoid collecting symbol info for one-off preparsing.
2010-09-09 ager@chromium.orgHandle global variables potentially shadowed by eval...
2010-09-08 sandholm@chromium.orgChange threshold for using ComplexIndexOf (using Boyer...
2010-09-08 sandholm@chromium.orgStore pattern.length() in a local.
2010-09-08 lrn@chromium.orgDon't generate preparse data if lazy-flag is false.
2010-09-08 ager@chromium.orgPrepare push of version 2.4.2 to trunk.
2010-09-07 podivilov@chromium.orgMove stack check below while statement.
2010-09-07 kaznacheev... Avoid pushing arguments twice in GenericBinaryOpStub.
2010-09-07 lrn@chromium.orgAvoid (some) symbol lookups at parse time if preparse...
2010-09-07 serya@chromium.orgRemoving a wrong check.
2010-09-07 whesse@chromium.orgFix the ambigous Operand(0) for newer C++ compilers.
2010-09-07 vegorov@chromium.orgEnsure that empty descriptor array is marked before...
2010-09-06 whesse@chromium.orgAdd test for calls to native runtime functions in exten...
2010-09-06 vitalyr@chromium.orgTurn visitor_id into a byte field and free back one...
2010-09-06 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.4.2.
2010-09-06 sgjesse@chromium.orgImprove performance of Error.stack when stack contains...
2010-09-03 erik.corry... Add and use AsciiAlphaToLower. Move RemoveLast test...
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows (a third try)
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows (a second try)
2010-09-03 vitalyr@chromium.orgHandle argument conversion in StringAddStub.
2010-09-03 sgjesse@chromium.orgFix compilation on 64-bit Windows
2010-09-03 sgjesse@chromium.orgAdd API callback for tracking allocated memory
2010-09-02 erik.corry... Clang compatibility changes. This is a commit of coder...
2010-09-02 erik.corry... ARM: Handle bitwise operations with literal Smi for...
2010-09-02 lrn@chromium.orgFix parsing of /**/--> on first line of input.
2010-09-02 lrn@chromium.orgFix bug in JSON character quote table.
next