platform/upstream/v8.git
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.
2009-10-08 sgjesse@chromium.orgOptimize calls to GenericBinaryStub.
2009-10-08 sgjesse@chromium.orgAdd support for comisd and cmov in IA-32 disassembler.
2009-10-08 lrn@chromium.orgX64: Fix incompatability with previous revision.
2009-10-08 antonm@chromium.orgIntroduce v8::Integer::NewFromUnsigned method.
2009-10-08 lrn@chromium.orgX64: Convert smis to holding 32 bits of payload.
2009-10-08 kmillikin@chromium.orgGuard the debug check at the start of every JS function...
2009-10-08 sgjesse@chromium.orgGet rid of unused label varaible.
2009-10-08 sgjesse@chromium.orgFix a file name in the Visual Studio project files.
2009-10-08 sgjesse@chromium.orgChange clamping 0..255 instruction sequence for pixel...
2009-10-07 fschneider... Added command line flag --sync_with_push (default:...
2009-10-07 sgjesse@chromium.orgPrepare push to trunk. Now working on version 1.3.16.
2009-10-07 whesse@chromium.orgDouble the CodeRange on X64 to 512 MB.
2009-10-07 mikhail.naganov... Fix a crash in Logger::LogCompiledFunctions due to...
2009-10-07 sgjesse@chromium.orgAdd missing newline to ChangeLog.
2009-10-07 sgjesse@chromium.orgPrepare push to trunk. Now working on version 1.3.15.
2009-10-06 whesse@chromium.orgClean up fixups of calls to builtins. Fix lint error.
2009-10-06 whesse@chromium.orgAdd near calls (32-bit displacement) to Code objects...
2009-10-06 mike@belshe.comFix test error for IdleNotification() return code check.
2009-10-06 mike@belshe.comRemove the high-priority flag from IdleNotification...
2009-10-05 whesse@chromium.orgRecommit coderanges putting code objects within a 2...
2009-10-05 whesse@chromium.orgRevert revisions 3013, 3014, and 3016. We need a bette...
2009-10-03 whesse@chromium.orgAdd CHECK_INT64_EQ function to avoid operand size ambig...
2009-10-02 antonm@chromium.orgFast fix to make tree green.
2009-10-02 mike@belshe.comThe error cases were returning false instead of true.
2009-10-02 antonm@chromium.orgAdd a method to convert unsigned C integer into V8...
2009-10-02 christian.plesner... Changed Object.keys to return strings for element indices.
2009-10-02 erik.corry... Align the stack correctly on ARM on calls to fp operati...
2009-10-02 erik.corry... When allocation is forced because we already did two...
2009-10-02 ager@chromium.orgFollow the spec in disallowing function declarations...
2009-10-02 whesse@chromium.orgEnsure V8 is initialized before locking and unlocking...
2009-10-02 kmillikin@chromium.orgRemove unused flag --print-cfg.
2009-10-01 whesse@chromium.orgRevert change r3004, issue codereview.chromium.org...
2009-10-01 erik.corry... Fix the stack limits setting API so it is usable.
2009-10-01 whesse@chromium.orgAllocate all executable code within a 2 GB code range.
2009-10-01 sgjesse@chromium.orgFix style violation.
2009-10-01 sgjesse@chromium.orgFix lint errors.
2009-09-30 iposva@chromium.orgBased on a patch submitted by Jens Alfke:
2009-09-30 sgjesse@chromium.orgAdd pixel array handling in keyed IC's for x64 version.
2009-09-30 antonm@chromium.orgDo not flatten the string, but just write it out.
2009-09-30 kmillikin@chromium.orgRemove obsolete support for an experimental multipass...
2009-09-30 christian.plesner... Changed structure of accessor arguments passing to...
2009-09-30 kmillikin@chromium.orgTwo changes, one a refactoring and one that affects...
2009-09-30 sgjesse@chromium.orgChange the functions named AllocateObjectInNewSpace...
2009-09-30 vitalyr@chromium.orgAPI: added warning about FunctionTemplate::GetFunction...
2009-09-29 sgjesse@chromium.orgReturn the original value when assigning to a pixel...
2009-09-29 kmillikin@chromium.orgRemove CallEval as a subclass of the Call AST node...
2009-09-29 sgjesse@chromium.orgCompile without debugger support in debug mode
2009-09-29 antonm@chromium.orgFix a lint error.
2009-09-28 antonm@chromium.orgPut method declations under #ifdef DEBUG in header...
2009-09-28 vitalyr@chromium.orgAPI: added a few missing HandleScope-s.
2009-09-28 whesse@chromium.orgRename JumpToBuiltin to JumpToRuntime. Add comment...
2009-09-28 erik.corry... Fix the last memory leak demonstrated by the test progr...
2009-09-28 erik.corry... * Fix memory leaks caused by thread local data being...
2009-09-28 kmillikin@chromium.orgMove the per-ast-node statement position to only statem...
2009-09-28 whesse@chromium.orgFix unused variable warning in serialize.cc
2009-09-28 ager@chromium.orgLand change by Alexander Botero-Lowry to fix profiler...
2009-09-28 ager@chromium.orgAdd missing null check to Context::GetCalling().
2009-09-28 mikhail.naganov... Heap profiler: correctly determine equivalence of objec...
2009-09-28 mikhail.naganov... Heap profiler: aggregate retainers count of equivalent...
2009-09-27 kasperl@chromium.orgGet rid of duplicate LICENSE entry for the Valgrind
2009-09-25 antonm@chromium.orgAdd another method that allows to lookup for a real...
2009-09-25 christian.plesner... Fixed some cctest flakiness on mac.
2009-09-23 ager@chromium.orgLand gyp file change for gcc 4.4.
2009-09-23 sgjesse@chromium.orgFix lint error.
2009-09-23 ager@chromium.orgReverting 2950.
2009-09-23 sgjesse@chromium.orgHandle array construction in native code (x64 version).
2009-09-23 erik.corry... * Remove non-Open Source code from Douglas Crockford.
2009-09-23 sgjesse@chromium.orgHandle array construction in native code (ARM version).
2009-09-23 ager@chromium.orgPrepare push to trunk containing fix for uninitialized...
2009-09-23 ager@chromium.orgInitialize the can_continue_ field in the TryCatch...
2009-09-22 mikhail.naganov... Heap profiler: consider Function instances separately...
2009-09-22 christian.plesner... Added change to ChangeLog that had been left out.
2009-09-22 christian.plesner... Prepare to push to trunk. Now working on 1.3.13.
2009-09-21 whesse@chromium.orgStop "cooking" targets of jumps and calls in code objec...
2009-09-21 sgjesse@chromium.orgMinor changes to the native array construct code
2009-09-21 mikhail.naganov... Eliminate recursion in ZoneSplayTree traversal.
2009-09-18 mikhail.naganov... Fix Windows build. My mistake for not trying it our...
2009-09-18 antonm@chromium.orgFix documentation of security callbacks.
2009-09-18 mikhail.naganov... Heap profiler: count the number of back references...
2009-09-18 whesse@chromium.orgFix --heap-stats option on X64
2009-09-18 whesse@chromium.orgDon't convert jump and call targets to code object...
2009-09-17 christian.plesner... Changed valgrind script to match changed output format
2009-09-17 ager@chromium.orgRemove failure expectation for mozilla test that now...
next