platform/upstream/v8.git
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...
2009-10-26 fschneider... Support for object literals in fast compiler.
2009-10-26 antonm@chromium.orgAllocate global handles in chunks.
2009-10-26 sgjesse@chromium.orgHandle the list of code-stub types using macro expansion.
2009-10-26 mikhail.naganov... Fix retainer profile test regression
2009-10-26 antonm@chromium.orgMake V8::LowMemoryNotification GC for all platforms.
2009-10-26 mikhail.naganov... Heap profiler improvements.
2009-10-23 sgjesse@chromium.orgRemove a check which was not needed
2009-10-23 sgjesse@chromium.orgUse RtlCaptureContext instead of inline assembly to...
2009-10-23 sgjesse@chromium.orgFix issue with running some constructors having only...
2009-10-23 lrn@chromium.orgX64/Win64: Fix bug in returning ObjectPair.
2009-10-23 kmillikin@chromium.orgSimple toplevel code generator support for short-circui...
2009-10-23 kbr@chromium.orgStop throwing exceptions for out-of-range accesses...
2009-10-23 lrn@chromium.orgX64/Win64: Alternative implementation of fmod in general.
2009-10-22 erik.corry... Fix bug that meant that dependent tests were never...
2009-10-22 kbr@chromium.orgFix lint errors.
2009-10-22 kbr@chromium.orgAdd optimized ICs for new CanvasArray types introduced...
2009-10-22 kmillikin@chromium.orgThe runtime function DeclareGlobals is not called from...
2009-10-22 whesse@chromium.orgAdd --trace flag to fast compiler.
2009-10-22 kmillikin@chromium.orgAdded support for array literals to the toplevel compil...
2009-10-22 fschneider... Fast compiler support for regexp literals.
2009-10-21 peter.rybin... Add "Version" command
2009-10-21 kmillikin@chromium.orgFix lint error.
2009-10-21 ager@chromium.orgAllow resource constraints to specify the max committed...
2009-10-21 mikhail.naganov... Heap profiler: guard calls to Producer profile.
2009-10-21 mikhail.naganov... Heap profiler: use Heap::CommittedMemory to report...
2009-10-21 antonm@chromium.orgUse WriteToFlat instead of to C strings methods as...
2009-10-21 fschneider... Support empty statements in the fast compiler.
2009-10-21 kmillikin@chromium.orgAdd support for global variable references in toplevel...
2009-10-21 whesse@chromium.orgCommit fucomip change 197037 codereview.chromium.org...
2009-10-21 fschneider... Adding declaration of global variables and functions...
2009-10-20 mikhail.naganov... applied patch
2009-10-20 kbr@chromium.orgFix buildbot breakage. Neglected to run tests with...
2009-10-20 kbr@chromium.orgAdded infrastructure for optimizing new CanvasArray...
2009-10-20 kmillikin@chromium.orgAdded support for assignments to global variables in...
2009-10-20 sgjesse@chromium.orgFix issue 475
2009-10-20 kmillikin@chromium.orgA simple change to enable empty top-level function...
2009-10-20 antonm@chromium.orgVerify correctness of external string only if slow...
2009-10-20 ager@chromium.orgAdd an API to V8 to get simple heap statistics.
2009-10-19 kmillikin@chromium.orgRecognize in the fast-mode code generator when a subexp...
2009-10-19 kmillikin@chromium.orgRemove unused 'unsafe smi' code on x64.
2009-10-16 antonm@chromium.orgFix mac x64 build.
2009-10-16 antonm@chromium.orgMove implementation of Integer::NewFromUnsigned into...
2009-10-16 antonm@chromium.orgDo not do post GC processing for scavenges.
2009-10-16 christian.plesner... Preparing to push to trunk. Now working on 1.3.17.
2009-10-16 lrn@chromium.orgRemove dependency on V8_TARGET_ARCH in v8.h
2009-10-16 kmillikin@chromium.orgDo not visit slots in the top-level code generator...
2009-10-16 whesse@chromium.orgRemove stray debugging code with no effect or explanati...
2009-10-15 peter.rybin... Redo "running" field in debug-delay.js and support...
2009-10-15 kmillikin@chromium.orgAdded first support for tracking locations of expressio...
2009-10-15 fschneider... Record statement positions for the debugger in the...
2009-10-15 kmillikin@chromium.orgUntangle some #include dependencies.
2009-10-15 kmillikin@chromium.orgInitial port of top-level code generator to ARM. For...
2009-10-15 whesse@chromium.orgFix X64 build in the case that debugger support is...
2009-10-15 kmillikin@chromium.orgPort the initial fast code generator to x64. For the...
2009-10-15 kmillikin@chromium.orgFormat the long lists of sources in the SConscript...
2009-10-15 mikhail.naganov... Add initial semi-working producers profile.
2009-10-14 kmillikin@chromium.orgFix GYP-based builds of V8.
2009-10-14 kmillikin@chromium.orgInitial infrastructure for fast compilation of top...
2009-10-14 iposva@chromium.org- Add String::Concat(Handle<String> left, Handle<String...
2009-10-14 whesse@chromium.orgAdd comment to compilation-cache.cc explaining choice...
2009-10-14 antonm@chromium.orgPartially revert r2761.
2009-10-14 fschneider... Fixed use of 'overwrite' flag for unary minus expressions.
2009-10-14 vitalyr@chromium.orgSkip access checks for hidden properties.
2009-10-14 fschneider... New mjsunit tests for the new compiler infrastructure...
2009-10-14 christian.plesner... Implement ES5 Array.isArray
2009-10-14 lrn@chromium.orgFix overflow in failure "requested size" field.
2009-10-13 mikhail.naganov... A follow-up to r3009: add parentheses around one more...
2009-10-13 yurys@chromium.orgCheck that constructor is a FunctionMirror before calli...
2009-10-13 lrn@chromium.orgX64: Fix bugs affecting Win64.
2009-10-13 kmillikin@chromium.orgRemove a redundant field in the FunctionLiteral class...
2009-10-13 erik.corry... Use the USE_ARM_EABI macro consistently rather than...
2009-10-13 christian.plesner... Fixed trim test failure.
2009-10-13 christian.plesner... Add trim, trimLeft and trimRight methods to String
2009-10-12 kmillikin@chromium.orgInitial implementation of printing the AST as a JSON...
2009-10-12 kmillikin@chromium.orgAdd a pair of missing breaks to a switch statement.
2009-10-12 whesse@chromium.orgChange sscanf to atoi in test-debug.cc to make lint...
2009-10-12 kmillikin@chromium.orgSplit the AST LoopStatement type into separate types...
2009-10-12 whesse@chromium.orgChanges to comments only, fixing errors and grammar.
2009-10-12 lrn@chromium.orgRemoved 31-bit smis.
2009-10-10 iposva@chromium.org- Update Xcode project.
2009-10-09 peter.rybin... Make cctest test-debug.cc more accurate
2009-10-09 ager@chromium.orgAdd missing null check in Context::GetCurrent.
2009-10-08 sgjesse@chromium.orgGet rid of JSExitStub which is no longer used anywhere.
next