platform/upstream/v8.git
2009-11-06 erik.corry... Keep natives source code in external strings instead...
2009-11-06 christian.plesner... Fixed problem where popping a handle scope after callin...
2009-11-06 erik.corry... Fix bug 486, Cyrillic character ranges in case independ...
2009-11-06 sgjesse@chromium.orgEnable mksnapshot on ARM when cross-compiling using gyp
2009-11-05 fschneider... Add support for all declarations in the top-level compiler:
2009-11-05 kmillikin@chromium.orgRemove an unused enumeration value.
2009-11-05 kmillikin@chromium.orgFix a bad commit due to an svn merge error.
2009-11-05 kmillikin@chromium.orgChange the special handling of typeof comparisons to...
2009-11-05 christian.plesner... Made iteration of global handles more efficient on...
2009-11-05 sgjesse@chromium.orgFix issue 493: Infinite loop when debug break is set...
2009-11-05 ager@chromium.orgRework the way we handle the fact that the ARM simulato...
2009-11-05 whesse@chromium.orgMake "typeof this" return object in fast compiler.
2009-11-05 ager@chromium.orgFix case where we treat an unaliased call to eval as...
2009-11-05 kmillikin@chromium.orgIn the toplevel code generator, support local context...
2009-11-05 lrn@chromium.orgRemoved (now) unused Token-lookup code.
2009-11-05 whesse@chromium.orgImplement typeof in fast compiler.
2009-11-05 lrn@chromium.orgChanged keyword token recognition to be done inline...
2009-11-04 fschneider... Add support for debugger statement to top-level compiler.
2009-11-04 kmillikin@chromium.orgFix a bug where if a non-lazily-compiled function is...
2009-11-04 kmillikin@chromium.orgObey the flag --lazy in the toplevel code generator.
2009-11-04 erik.corry... Sort tests to increase predictability of mozilla test...
2009-11-04 sgjesse@chromium.orgFix ARM debug build
2009-11-04 sgjesse@chromium.orgFix issue 491: constantpool dump violates ARM debugger...
2009-11-04 fschneider... Fix compilation error in debug build for IA-32 and...
2009-11-04 fschneider... Emitting the common return sequence in the top-level...
2009-11-04 kmillikin@chromium.orgRemove the typeof state threaded through the code gener...
2009-11-04 sgjesse@chromium.orgFix xssue 492: ARM debug crash: mozilla/ecma/FunctionOb...
2009-11-04 christian.plesner... Hate. Hate. Hate.
2009-11-04 christian.plesner... Reverting 3174. Aka reapplying 3150, 3151 and 3159...
2009-11-03 erik.corry... * Do a GC in mksnapshot to get rid of some extraneous...
2009-11-03 fschneider... Insert call to CodeForFunctionPosition in the ARM code...
2009-11-03 kmillikin@chromium.orgBegin using the top-level code generator for code that...
2009-11-03 christian.plesner... Marked mjsunit/apply as expected to fail on mac debug.
2009-11-03 kmillikin@chromium.orgFix a latent bug in the top-level compilation of functi...
2009-11-03 christian.plesner... Made rethrow test not depend on stack overflow behavior.
2009-11-03 christian.plesner... Added TryCatch::ReThrow method.
2009-11-02 whesse@chromium.orgCommiting changelist issue 348039 outside the coderevie...
2009-11-02 kmillikin@chromium.orgAdd support for for loops to the toplevel code generator.
2009-11-02 kmillikin@chromium.orgAdd support for initialization block assignments in...
2009-11-02 sgjesse@chromium.orgDon't use string slices when processing RexExp replace...
2009-11-02 fschneider... Support for function calls on an arbitrary expression...
2009-11-02 kmillikin@chromium.orgRefactor the somewhat complicated code generation for...
2009-11-02 fschneider... Support for post-fix count operations (x++, x--) where...
2009-11-02 whesse@chromium.orgAdd unary not operator to fast compiler.
2009-11-02 whesse@chromium.orgAdd conditional expressions (ternary choice operator...
2009-10-30 peter.rybin... Report function source position via JSON protocol
2009-10-30 kmillikin@chromium.orgImplement new support for if statements in top-level...
2009-10-30 kmillikin@chromium.orgInitial implementation of top-level compilation of...
2009-10-30 whesse@chromium.orgAdd void operator to fast compiler.
2009-10-30 erik.corry... Fix new snapshot compilation on ARM.
2009-10-30 erik.corry... Introduce a switch for the new snapshot code and switch
2009-10-30 fschneider... Support for calls on named and keyed properties in...
2009-10-30 kmillikin@chromium.orgFix thinko in assertion.
2009-10-30 kmillikin@chromium.orgMove the Location class into the AST Expression class...
2009-10-30 fschneider... Support for property assignment in the fast compiler.
2009-10-29 antonm@chromium.orgAdd a test which verifies that weak reference callbacks...
2009-10-29 sgjesse@chromium.orgPrepare to push to trunk. We are now working on 1.3.19
2009-10-29 kmillikin@chromium.orgRename the Location type tags to be consistent with...
2009-10-29 sgjesse@chromium.orgReverting 3159, 3151 and 3150
2009-10-29 kmillikin@chromium.orgFix x64 build.
2009-10-29 whesse@chromium.orgAdd binary operations to fast compiler.
2009-10-29 kmillikin@chromium.orgRename the kinds of locations to be consistent with...
2009-10-29 sgjesse@chromium.orgReverting 3153
2009-10-28 ager@chromium.orgPrepare push to trunk. Now working on version 1.3.18.
2009-10-28 erik.corry... ARM still not quite right with new serialization code.
2009-10-28 lrn@chromium.orgIssue 485: Fix leak of builtins object through call...
2009-10-28 kmillikin@chromium.orgIn the toplevel compiler, shift the responsibility...
2009-10-28 sgjesse@chromium.orgDerive string size constants
2009-10-28 erik.corry... * Fix new snapshot code on ARM.
2009-10-28 christian.plesner... Marking test as expected to flake.
2009-10-28 christian.plesner... Changed accessor ICs to using direct calls.
2009-10-28 ager@chromium.orgAdd fast check for NaN in NumberCompare slow case.
2009-10-28 fschneider... Fix missing recording of source position for property...
2009-10-28 whesse@chromium.orgFactor out a commonly used code sequence to DropAndMove...
2009-10-28 sgjesse@chromium.orgAdd snapshot option to test runner.
2009-10-28 mikhail.naganov... Fix crbug/24815. Changes affect profiler "lazy" mode...
2009-10-28 sgjesse@chromium.orgDon't use string slices when processing RexExp replace.
2009-10-27 fschneider... Support for property access (named, keyed) in the fast...
2009-10-27 christian.plesner... Fixed build error on x64.
2009-10-27 christian.plesner... Implemented specialized stubs for API getters. This...
2009-10-27 whesse@chromium.orgRemove --check-stack flag from V8.
2009-10-27 whesse@chromium.orgAdd VisitCallNew to fast compiler.
2009-10-27 sgjesse@chromium.orgLanding http://codereview.chromium.org/339026
2009-10-27 kmillikin@chromium.orgMake it more pleasant to work with expression locations...
2009-10-27 lrn@chromium.orgFix bug in test on Windows.
2009-10-27 erik.corry... Start using snapshot VM configuration in internal benchmark
2009-10-27 lrn@chromium.orgFixed problem with test on big-endian-float ARM.
2009-10-27 erik.corry... New snapshot framework. Doesn't work on ARM yet (code...
2009-10-27 whesse@chromium.orgAdd fucomip instruction to disassembler. Fix some...
2009-10-27 sgjesse@chromium.orgFix x64 breakage in r3136.
2009-10-27 kmillikin@chromium.orgFix x64 DEBUG build.
2009-10-27 lrn@chromium.orgWindows: Change test to not assume ebp is frame-pointer.
2009-10-27 kmillikin@chromium.orgEliminate the constant location used for literals in...
2009-10-27 sgjesse@chromium.orgPort optimization of calls to GenericBinaryStub to...
2009-10-27 lrn@chromium.orgChange NaN-test to only check for QNaNs, and API to...
2009-10-26 ager@chromium.orgApply patch by Timur Iskhodzhanov to add valgrind notif...
2009-10-26 christian.plesner... Reverted 3130-3131 since they don't work on mac.
2009-10-26 fschneider... Generate more compact XOR on 64-bit architecture when...
2009-10-26 christian.plesner... Fixed release test build breakage.
2009-10-26 christian.plesner... Implemented specialized stubs for API getters. This...
next