platform/upstream/v8.git
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...
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...
next