platform/upstream/v8.git
2009-05-25 erik.corry... Fix 64-bit after in-loop patch.
2009-05-25 erik.corry... This patch much improves our tracking of whether functi...
2009-05-25 iposva@chromium.org- Introduce histograms collecting data about the number...
2009-05-25 yurys@chromium.orgWhen inspecting a function with a native getter return...
2009-05-25 whesse@chromium.orgImplementation of a few more assembly instructions...
2009-05-25 mikhail.naganov... Remove ifdef from ProfLazyMode test, instead mark it...
2009-05-25 mikhail.naganov... Expose IsProfilerPaused function on the public interface.
2009-05-25 mikhail.naganov... Disable crashing ProfLazyMode test on ARM.
2009-05-25 mikhail.naganov... Fixes for comments in codereview.chromium.org/113641.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-25 mikhail.naganov... Merge in changes from readability review.
2009-05-25 mikhail.naganov... Implement resource-saving ("lazy") mode of Profiler.
2009-05-25 yurys@chromium.orgWhen message handler is set to NULL and there is no...
2009-05-22 lrn@chromium.orgX64: Omitted creating native builtins and using them...
2009-05-22 ager@chromium.orgRemove list copy constructor (for which there was no...
2009-05-22 kmillikin@chromium.orgRemove unreachable x64-specific function.
2009-05-22 whesse@chromium.orgAdd missing file to change 2030. x64/assembler-x64...
2009-05-22 whesse@chromium.orgImplement quadword MOV on x64 assembler, emitting REX...
2009-05-22 ager@chromium.orgDo not ignore the result from calls to write(). This...
2009-05-22 whesse@chromium.orgTypographical fix
2009-05-22 ager@chromium.orgFixed minor style issue in SConstruct file.
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...
next