platform/upstream/v8.git
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...
2009-06-29 feng@chromium.orgWorkaround a gcc 4.4 bug.
2009-06-29 iposva@chromium.org- Add a "#error Unsupported target architecture." where...
2009-06-29 whesse@chromium.orgX64: Remove temporary compiler and assembler tests...
2009-06-29 erik.corry... Fix build on x64 after compare stub change.
2009-06-29 erik.corry... Add a compare stub on ARM.
2009-06-29 bak@chromium.orgReplaced DateFromTime and isNaN with macro calls in...
2009-06-29 kasperl@chromium.orgOptimize %ClassOf() on IA-32 and use it instead of the
2009-06-29 erik.corry... * Add missing imul instruction on Intel.
2009-06-29 kasperl@chromium.orgOptimize %IsConstructCall() on IA-32.
2009-06-29 ager@chromium.orgPrepare push of version 1.2.10 to trunk.
2009-06-29 whesse@chromium.orgX64: Fix error in running handlers, disable TakeValue...
2009-06-29 whesse@chromium.orgX64 Implementation: Implement Generate_Function(Call...
2009-06-29 bak@chromium.orgChanged HashTable::EnsureCapacity to gurantee at least...
2009-06-29 kasperl@chromium.orgFix issue 392 by disabling the TakeValue optimization for
2009-06-26 whesse@chromium.orgX64 implementation: Store to lookup slots
2009-06-26 bak@chromium.org- Inlined the code for make simple cons strings.
2009-06-26 whesse@chromium.orgX64 Implementation: Correct type, add VisitCallEval
2009-06-26 whesse@chromium.orgX64 Implementation: Implement floating-point compare
2009-06-26 lrn@chromium.orgX64: Break and continue.
2009-06-26 whesse@chromium.orgX64 implementation: Add arguments object to context...
2009-06-26 lrn@chromium.orgX64: Added support for "with" and "switch".
2009-06-26 lrn@chromium.orgX64: Added for-in
2009-06-26 whesse@chromium.orgX64 Implementation: Correct error with initializer...
2009-06-25 ager@chromium.orgReintroduce recording of source position that was lost...
2009-06-25 whesse@chromium.orgX64 implementation: Add some inline runtime functions.
2009-06-25 lrn@chromium.orgX64: Count operations (increment, decrement)
2009-06-25 ager@chromium.orgFix instance type check in apply optimization.
2009-06-25 erik.corry... * Fix compile errors on Android.
2009-06-25 whesse@chromium.orgX64 implementation: VisitLoop and StackCheck
2009-06-25 ager@chromium.orgMake sure that message reporting works when the builtin...
2009-06-25 whesse@chromium.orgX64 implementation: VisitUnaryOperation, configure...
2009-06-24 antonm@chromium.orgDo not use common INFINITY name as it might be override...
2009-06-24 whesse@chromium.orgX64 implementation: GenerateAdaptor builtin.
2009-06-24 whesse@chromium.orgX64 implementation: Start compiling native functions.
2009-06-24 whesse@chromium.orgX64 implementation: comparison operations.
2009-06-24 antonm@chromium.orgAttempt to reduce performance penalty for logging and...
2009-06-24 lrn@chromium.orgRemoved static type inference and add a dynamic test...
2009-06-24 lrn@chromium.orgX64: Implemented LikelySmiBinaryOperation
2009-06-24 antonm@chromium.orgA helper function to speed up creation of V8 wrappers...
2009-06-24 lrn@chromium.orgChanged benchmark html and css files to be almost valid...
2009-06-24 ager@chromium.orgRevert attempt to optimize away the allocation of a...
2009-06-24 ager@chromium.orgx64 code generation for construct calls, declaring...
2009-06-24 kasperl@chromium.orgAllocate arguments object on-demand instead of at funct...
2009-06-23 lrn@chromium.orgX64: Addition binary operation.
2009-06-23 whesse@chromium.orgX64 implementation: Read compiler tests from test.js.
2009-06-23 yurys@chromium.orgIntroduce an argument that allows to include some data...
2009-06-23 whesse@chromium.orgX64 implementation: Change argument to relocator to...
2009-06-23 christian.plesner... fixrev
2009-06-23 christian.plesner... fixlink
2009-06-23 ager@chromium.orgPrepare to push V8 version 1.2.9 to trunk.
2009-06-23 ager@chromium.orgRemove unused variable from keyed stores to fix 64...
2009-06-23 ager@chromium.orgx64: Generate code for loading from, storing to and...
2009-06-22 ager@chromium.orgImplement code generation for conditional expressions...
2009-06-22 erik.corry... Fix non-Intel regexp that needed the number of register...
2009-06-22 ager@chromium.orgFix lint issue.
2009-06-22 ager@chromium.orgEnable code generation for array literals.
2009-06-22 whesse@chromium.orgX64 implementation: Correct kTargetAddrToReturnAddrDist...
2009-06-22 bak@chromium.orgAdded descriptor lookup cache to eliminate some search...
2009-06-22 whesse@chromium.orgX64 implementation: Emit correct merge code for virtual...
2009-06-22 yurys@chromium.orgSending scope types and object refs costs nothing but...
2009-06-22 lrn@chromium.orgFix bug in static type inference for loops.
2009-06-22 erik.corry... Fix regexp bug reported on iit.edu.
next