platform/upstream/v8.git
2010-04-15 sgjesse@chromium.orgEnsure stack alignment in ARM port
2010-04-15 sgjesse@chromium.orgAvoid warning on ARM reported by newer GCC versions
2010-04-14 vitalyr@chromium.orgOne less dependent load in InvokeBuiltin.
2010-04-14 mikhail.naganov... merged
2010-04-14 antonm@chromium.orgUpdate document to descirbe semantics of hints.
2010-04-14 peter.rybin... Format
2010-04-14 peter.rybin... Make a namespace for LiveEdit
2010-04-14 antonm@chromium.orgIntroduce fast native caches and use it in String.search.
2010-04-14 whesse@chromium.orgRevert change 4401.
2010-04-14 ricow@chromium.orgChanging byte_size from size_t to int in heap-inl.h...
2010-04-14 ricow@chromium.orgMove const declarations out of if in assembler-x64...
2010-04-14 kasperl@chromium.orgFix typos in new interrupt postponing code.
2010-04-14 kasperl@chromium.orgPostpone interrupts while compiling regexp code. This...
2010-04-14 sgjesse@chromium.orgPort direct call to native RegExp from JavaScript to ARM
2010-04-14 ricow@chromium.orgCreate const ints for int8_t and int32_t in jmp assembl...
2010-04-14 whesse@chromium.orgPrepare push of version 2.2.3 to trunk.
2010-04-14 mikhail.naganov... Update MSVS and Xcode projects to make V8 compilable.
2010-04-14 erik.corry... Change default Android scons build to suit more modern...
2010-04-14 kasperl@chromium.orgAvoid messing with the stack overflow limits while...
2010-04-14 vegorov@chromium.orgReapplying changes from r4318
2010-04-14 ager@chromium.orgAdd inline caches for loading non-existing properties.
2010-04-13 antonm@chromium.orgExpose a hint which communicates that string might...
2010-04-13 whesse@chromium.orgPort optimized comparison of a string to a constant...
2010-04-13 lrn@chromium.orgFix build problems on Windows 64-bit by casting.
2010-04-13 lrn@chromium.orgX64: Add smi-type to loop variable of simple smi for...
2010-04-13 lrn@chromium.orgNative construction of RegExp result objects, with...
2010-04-13 erik.corry... Fix cross compilation of snapshot builds using scons.
2010-04-13 erik.corry... Add os.unsetenv to d8.
2010-04-12 antonm@chromium.orgReimplement InsertSort to use simple linear search.
2010-04-12 antonm@chromium.orgFaster comparison of identical objects.
2010-04-12 ager@chromium.orgRemove redundant null oddball initialization.
2010-04-12 sgjesse@chromium.orgFix presubmit error in previous commit.
2010-04-12 sgjesse@chromium.orgAdd commands stack and mem to ARM simulator debugger
2010-04-12 ager@chromium.orgPrepare push of version 2.2.2 to trunk.
2010-04-12 whesse@chromium.orgOptimize the assembly code generated for Math.random()
2010-04-12 mikhail.naganov... Try to fix WebKit bot: add 'circular-queue.h' and ...
2010-04-12 mikhail.naganov... Allow new CPU profiling subsystem to coexist nicely...
2010-04-12 antonm@chromium.orgFaster invocation of custom comparator function.
2010-04-09 erik.corry... Make binary op stubs in both r0-r1 and r1-r0 versions...
2010-04-09 antonm@chromium.orgRestore r4358 which was reverted by 4366.
2010-04-09 peter.rybin... Mark up debugger support in sample file
2010-04-09 sgjesse@chromium.orgCall to C function support in macro assembler
2010-04-09 sandholm@chromium.orgAdding Lasse's improvement to r4364
2010-04-09 vegorov@chromium.orgReverting r4318 (merge of scavenge into sweeping pass...
2010-04-09 ricow@chromium.orgFix the gyp file to include the ENABLE_VMSTATE_TRACKING
2010-04-08 erik.corry... Simple register allocation for ARM. Only top of expression
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:
next