platform/upstream/v8.git
2009-05-22 ager@chromium.orgLand patch from Craig Schlenter to make V8 build and...
2009-05-21 yurys@chromium.orgFor ScriptCollected events current context may be null...
2009-05-20 sgjesse@chromium.orgDisable compilation cache when debugger is active.
2009-05-20 sgjesse@chromium.orgPropagate information on whether a non function was...
2009-05-20 mikhail.naganov... Fix test-log/EquivalenceOfLoggingAndTraversal for the...
2009-05-20 iposva@chromium.orgFix unmotivated change which causes mismatch between...
2009-05-20 whesse@chromium.orgAdd the REX prefix to 64-bit assembly operands. Move...
2009-05-20 lrn@chromium.orgX64: Move some methods in x64/ to their file and make...
2009-05-20 mikhail.naganov... Fix lint errors, fix Windows version.
2009-05-20 whesse@chromium.orgImplement constructor and destructor of 64-bit assembler
2009-05-20 kmillikin@chromium.orgFix x64 build.
2009-05-20 kmillikin@chromium.orgSize reduction of VirtualFrame objects. Remove the...
2009-05-20 mikhail.naganov... In linux-tick-processor only compile d8 if it doesn...
2009-05-20 mikhail.naganov... Introduce Logger::LogCompiledFunctions that logs curren...
2009-05-20 lrn@chromium.orgNow lints.
2009-05-20 lrn@chromium.orgX64: Disabled RSet in 64-bit mode.
2009-05-20 ager@chromium.orgExpose the calling context through the API.
2009-05-20 yurys@chromium.orgExposed method for finding global context by traversing...
2009-05-20 kasperl@chromium.orgFix compilation for gcc 4.3+. Patch by Lei Zhang.
2009-05-19 kmillikin@chromium.orgIncrease the size of VirtualFrame members to allow...
2009-05-19 erik.corry... From joel.stan:
2009-05-19 bak@chromium.orgIntroduced copy constructor for List<T, P> and changed...
2009-05-19 sgjesse@chromium.orgFix compilation on MinGW
2009-05-19 whesse@chromium.orgRemove code that adjusts synced and copied flags in...
2009-05-19 erik.corry... Add 2 asserts in search-replace implementation.
2009-05-19 lrn@chromium.orgFix for issue 349: Make initial boundary check for...
2009-05-19 lrn@chromium.orgX64: Fixups in heap-test.cc to make it compile in X64...
2009-05-18 kmillikin@chromium.orgInline some simple member functions of VirtualFrame.
2009-05-18 ager@chromium.orgFix ARM build.
2009-05-18 sgjesse@chromium.orgRemove unused parameter.
2009-05-18 kmillikin@chromium.orgFix a failure to correctly set the static type on a...
2009-05-18 sgjesse@chromium.orgAdd a script cache to the debugger
2009-05-18 ager@chromium.orgFirst round of size reduction for JumpTargets. Reduce...
2009-05-18 lrn@chromium.orgX64: Checked and slightly modified Object layouts to...
2009-05-18 bak@chromium.orgChanged FuncNameInferrer and ScopeInfo to support zone...
2009-05-18 kmillikin@chromium.orgAllow a few more (multiple-entry) deferred code snippet...
2009-05-18 kasperl@chromium.orgPrepare to push version 1.2.4 to trunk.
2009-05-15 iposva@chromium.orgRemove space at end of line.
2009-05-15 iposva@chromium.org- Fix numeric overflow handling when compiling count...
2009-05-15 yurys@chromium.orgIf 'compactFormat' argument is passed in the request...
2009-05-15 kmillikin@chromium.orgFix debug builds.
2009-05-15 bak@chromium.orgM src/jump-target.cc
2009-05-15 kmillikin@chromium.orgFix debug build with a cast.
2009-05-15 kasperl@chromium.orgRevert r1969 because of test failures.
2009-05-15 kasperl@chromium.orgRevert r1971. Doesn't compile.
2009-05-15 kmillikin@chromium.orgChange the scavenging collector so that promoted object...
2009-05-15 sgjesse@chromium.orgMake the hash map test run faster by doing less work.
2009-05-15 bak@chromium.orgReduced malloc/free operations in the parser.
2009-05-15 kmillikin@chromium.orgTry to preallocate the scratch registers used for inlin...
2009-05-15 ager@chromium.orgFix build on arm and x64.
2009-05-15 kmillikin@chromium.orgRemove the redundant flags is_bound_ and is_linked_...
2009-05-15 ager@chromium.orgClean up the Result class. Reduce the size of Result...
2009-05-15 mikhail.naganov... Fix accidental %% in log format strings that caused...
2009-05-15 whesse@chromium.orgPolish code of VirtualFrame::MoveMemoryToRegister
2009-05-15 sgjesse@chromium.orgFix spelling errors in comment and rephrased it somewhat.
2009-05-15 kasperl@chromium.orgFix lint errors in test-hashmap.cc
2009-05-15 kmillikin@chromium.orgBypass an expensive computation of a basic block's...
2009-05-15 sgjesse@chromium.orgFix compilation of test-hashmap.cc on Linux.
2009-05-15 erik.corry... Fix compilation on newer gcc by adding () instead of...
2009-05-15 yurys@chromium.orgMirrorSerializer now converts mirrors to plain JS objec...
2009-05-15 sgjesse@chromium.orgAdd a remove method to the hash map.
2009-05-15 kasperl@chromium.orgAdd multiple generations (5) to the script compilation...
2009-05-14 whesse@chromium.orgImprove algorithm for detaching and attaching a virtual...
2009-05-14 ager@chromium.orgConsistently use CompilationZoneScope instead of ZoneSc...
2009-05-14 ager@chromium.orgFix x64 build.
2009-05-14 ager@chromium.orgReapply revision 1949. Stupid error.
2009-05-14 ager@chromium.orgRevert revision 1949.
2009-05-14 ager@chromium.orgReduce the memory used by frame elements from two words...
2009-05-14 bak@chromium.orgRemoved the delete calls to ZoneObjects.
2009-05-14 bak@chromium.org- Make VirtualFrame and JumpTarget zone allocated.
2009-05-14 kmillikin@chromium.orgAdd more detailed timers of the various compilation...
2009-05-14 mikhail.naganov... Merge into tools/profile_view.js changes needed for...
2009-05-14 kmillikin@chromium.orgReapply r1900, r1897, r1895 with a fix.
2009-05-14 kmillikin@chromium.orgInitial bypass of JumpTarget::ComputeEntryFrame for...
2009-05-14 kasperl@chromium.orgOptimize the scope creation code by lazily allocating...
2009-05-14 yurys@chromium.orgAdd parameter that allows to request data for scripts...
2009-05-13 iposva@chromium.org- Update cctest.status to reflect that we cannot expect...
2009-05-13 iposva@chromium.orgPointer difference is int and not long on Mac OS X.
2009-05-13 iposva@chromium.org- Fix build break on Mac OS X by using the proper forma...
2009-05-13 kasperl@chromium.orgAvoid linear search for non-locals in the scope code
2009-05-13 deanm@chromium.orgx64: Stub out more unimplemented functions, we now...
2009-05-13 deanm@chromium.orgAdjust for differences in the arm signal structures...
2009-05-13 kasperl@chromium.orgOptimize the lexical scanner by selective inlining...
2009-05-13 lrn@chromium.orgX64: Added dummy definitions of needed functions.
2009-05-13 erik.corry... Fix asterisk spacing.
2009-05-13 whesse@chromium.orgFix bug 344: always keep attributes of existing properties.
2009-05-13 kmillikin@chromium.orgRefactor JumpTarget::Combine.
2009-05-13 sgjesse@chromium.orgAdded support to backtrace from botton of stack to...
2009-05-13 kmillikin@chromium.orgStreamline JumpTarget::ComputeEntryFrame by removing...
2009-05-13 iposva@chromium.orgSplit the RUNTIME_FUNCTION_LIST_ALWAYS macro into two...
2009-05-13 iposva@chromium.orgTiny change to make code match the comment.
2009-05-12 iposva@chromium.orgFix for issue 339:
2009-05-12 erik.corry... Fix incorrect assert on ARM that assumed that coprocess...
2009-05-12 erik.corry... Fix fp problems in runtime code on ARM EABI by 8-byte...
2009-05-12 iposva@chromium.org- Fix build break due to warning about control reaching...
2009-05-12 kasperl@chromium.orgValgrind outputs large numbers like 4,096 (with the...
2009-05-12 lrn@chromium.orgX64: Added stubs for unimplemented disassembler functions.
2009-05-12 ager@chromium.orgRevert r1900, r1897 and r1895 which are all gc changes...
2009-05-12 kmillikin@chromium.orgFix for issue 341. In the stub for instanceof, we...
2009-05-12 lrn@chromium.orgX64: General fixes - added inline definitions and chang...
next