platform/upstream/v8.git
2009-07-09 kasperl@chromium.orgRe-add v8_shell target to v8.gyp. Patch by Joel Stanley.
2009-07-09 ager@chromium.orgAddress review comments.
2009-07-08 iposva@chromium.org- Update comments and fix a small glitch in the ARM...
2009-07-08 ager@chromium.orgFix crash bug in ARM codegenerator by adding another...
2009-07-08 ager@chromium.orgFix crash in arm conditional expression code generation.
2009-07-08 erik.corry... * Move almost all roots into an array ready for use...
2009-07-08 whesse@chromium.orgFix an X64 problem with builtin fixups. Remove an...
2009-07-08 lrn@chromium.orgX64: Fix bug in for-in iteration.
2009-07-08 deanm@chromium.orgFix missing include directories in v8.gyp.
2009-07-08 deanm@chromium.orgCorrect the location of libraries-empty.cc in v8.gyp.
2009-07-08 deanm@chromium.orgCorrect the location of snapshot.cc in v8.gyp.
2009-07-08 deanm@chromium.orgCleanup v8.gyp. This also drops a bunch of unused...
2009-07-08 bak@chromium.orgFixed and exposure to the_hole from Runtime_KeyedGetPro...
2009-07-08 kasperl@chromium.orgFix crash that occurs when we're forced to delete a...
2009-07-08 lrn@chromium.orgX64: Decrease limit in big-object-literal test. Hits...
2009-07-08 whesse@chromium.orgX64: Turn of gcc strict-aliasing optimization for X64...
2009-07-08 lrn@chromium.orgX64: Added unimplemented method in codegen-x64.cc.
2009-07-08 kasperl@chromium.orgChange the name of the Object.prototype.inherits functi...
2009-07-08 kasperl@chromium.orgFix issue with skipping global object during lookup...
2009-07-08 ager@chromium.orgFix unsafe use of DescriptorWriter across allocation.
2009-07-07 ager@chromium.orgAnother attempt at correctly marking a debug test that...
2009-07-07 ager@chromium.orgRemove passing test from expected failures.
2009-07-07 ager@chromium.orgPort IsConstructCall optimization to x64 and ARM.
2009-07-07 yurys@chromium.orgDisable test-clearbreakpointgroup on ARM
2009-07-07 whesse@chromium.orgFix issue number 398: replacing a constant function...
2009-07-07 kmillikin@chromium.orgRemove the support for jump-table switches from the...
2009-07-07 kasperl@chromium.orgRevert r2372 to get the tree green again.
2009-07-07 yurys@chromium.orgIn Chrome several tabs may share the same v8 instance...
2009-07-07 lrn@chromium.orgX64: Disassembler updated to using REX, extended regist...
2009-07-07 whesse@chromium.orgX64: Use CmpObjectType macro everywhere, fix problem...
2009-07-07 mikhail.naganov... Add automatic tests for Tick Processor.
2009-07-07 kasperl@chromium.orgFix issue 397 and issue 399.
2009-07-07 kmillikin@chromium.orgChange a few sites where the Handle<T>(NULL) constructo...
2009-07-07 kasperl@chromium.orgFix lint issue.
2009-07-07 kmillikin@chromium.orgAllow variable proxies for the same global variable...
2009-07-07 lrn@chromium.orgChanged ?: into if/else to placate compiler.
2009-07-07 erik.corry... Fix the order in which ToNumber is called for some...
2009-07-07 lrn@chromium.orgSeparate native and interpreted regexp by compile time...
2009-07-07 whesse@chromium.orgX64: Implement sin and cos.
2009-07-06 whesse@chromium.orgX64: Make comparisons work on zero-extended smis.
2009-07-06 antonm@chromium.orgUse attributes to communicate failed lookup instead...
2009-07-06 deanm@chromium.orgRemove some unused messages.
2009-07-06 kasperl@chromium.orgPrepare to push version 1.2.12 to trunk.
2009-07-06 kasperl@chromium.orgFix win32 build by moving template function definition.
2009-07-05 whesse@chromium.orgLint error fix
2009-07-05 whesse@chromium.orgX64: Fix LoadFloatOperands.
2009-07-03 whesse@chromium.orgX64: Use low bits of registers in emit_sse_operand...
2009-07-03 erik.corry... ARM improvements to constant div, mod and mul.
2009-07-03 erik.corry... Fix thinko in IC code.
2009-07-03 kasperl@chromium.orgRemove unneeded ToString calls. We call ToString if...
2009-07-03 lrn@chromium.orgReverted RegExp parser error message change that broke...
2009-07-03 whesse@chromium.orgX64: Exit frame should use x64 ABI callee-save registers.
2009-07-03 kasperl@chromium.orgOptimize Date construction and string concatenation...
2009-07-03 yurys@chromium.orgWe've got complains that sending afterCompile events...
2009-07-03 whesse@chromium.orgX64: Remove optimistic smi operations on non-smis....
2009-07-03 whesse@chromium.orgX64: Ignore extra bits in Smi::value()
2009-07-03 whesse@chromium.orgX64: Fix floating point and integer instructions in...
2009-07-03 lrn@chromium.orgChanged RegExp parser to use a recursive data structure...
2009-07-03 bak@chromium.orgM ic-arm.cc
2009-07-03 bak@chromium.orgMissing file from last change
2009-07-03 bak@chromium.orgImproved code for megamorphic stub on ia32.
2009-07-02 iposva@chromium.org- Cache on backtracking stack in the irregexp interpret...
2009-07-02 christian.plesner... Fixed test failures caused by enabling stack traces...
2009-07-02 ager@chromium.orgPort %ClassOf() optimization to X64 and ARM.
2009-07-02 christian.plesner... Enable capture of the top of the stack on error instant...
2009-07-02 whesse@chromium.orgX64: Align start of remembered set to a 4-byte boundary
2009-07-02 bak@chromium.orgTemplate instantiations for Windows build.
2009-07-02 kasperl@chromium.orgFix crash when calling non-function globals.
2009-07-02 kasperl@chromium.orgAdd regression test case for issue 396.
2009-07-02 bak@chromium.orgReverted change to ASSERT is void Dictionary<Shape...
2009-07-02 whesse@chromium.orgX64: Move remembered set to a safe location on x64...
2009-07-02 whesse@chromium.orgX64: Implement InstanceofStub. Prohibit zero-size...
2009-07-02 bak@chromium.orgFixed arm/mac errors and presubmitting 2324.
2009-07-02 kasperl@chromium.orgPrepare to push version 1.2.11 to trunk.
2009-07-02 ager@chromium.orgMake global variable initialization consistent with...
2009-07-01 ager@chromium.orgRevert r2324 until we can fix build and test errors.
2009-07-01 bak@chromium.orgRemoved virtual behavior from Dictionaries.
2009-07-01 feng@chromium.orgFix the snapshotter when ENABLE_DEBUGGER_SUPPORT is...
2009-07-01 antonm@chromium.orgIgnore interceptors with no getters when doing any...
2009-07-01 kasperl@chromium.orgAlways scavenge when doing GCs.
2009-07-01 whesse@chromium.orgX64: Add Math.random, fix UnarySubStub
2009-07-01 kasperl@chromium.orgTreat the builtins object like other global objects...
2009-07-01 erik.corry... ARM: Don't always go into the runtime system just...
2009-07-01 sgjesse@chromium.orgHandle JavaScript accessors on the global object.
2009-07-01 mikhail.naganov... Fix presubmit error.
2009-07-01 mikhail.naganov... Reimplement profiler sampler on Mac OS X to get it...
2009-06-30 iposva@chromium.org- Avoid allocating an overly large stack frame in the...
2009-06-30 erik.corry... Add missing cases. Thanks to polarjs for bug 393.
2009-06-30 feng@chromium.orgFix the redness on Flexo.
2009-06-30 erik.corry... Young space should be same size on snapshot builder...
2009-06-30 erik.corry... We have to be sure to generate a relocatable instructio...
2009-06-30 sgjesse@chromium.orgFixed X64 compilation.
2009-06-30 sgjesse@chromium.orgTweaks to global object inline cache code.
2009-06-30 erik.corry... More changes to make the simulator run code that is...
2009-06-30 antonm@chromium.orgDon't do a second lookup as we have it already.
2009-06-30 whesse@chromium.orgX64: Make lazy arguments objects work
2009-06-30 whesse@chromium.orgX64: Implement unary subtraction, ObjectPair. 350 tests...
2009-06-30 lrn@chromium.orgX64: Fix bad value in stack layout constants.
2009-06-30 christian.plesner... When Error.collectStackTraces is set to true all new...
2009-06-30 sgjesse@chromium.orgChanged the global object representation.The global...
next