platform/upstream/v8.git
2010-10-05 antonm@chromium.orgAdd a check that accessors set to instance template...
2010-10-05 vitalyr@chromium.orgFix typo in the spec reference.
2010-10-05 vitalyr@chromium.orgAddressing Mads' comments from codereview.chromium...
2010-10-05 yurys@chromium.orgFix lint errors
2010-10-05 yurys@chromium.orgStackTrace should provide access to //@ sourceURL=...
2010-10-04 vitalyr@chromium.orgMake lint happy.
2010-10-04 vitalyr@chromium.orgAPI: expose RegExp.
2010-10-04 kmillikin@chromium.orgMore refactoring of class Compiler's interface.
2010-10-04 mikhail.naganov... Previously, there was a bug there, fixed in r5581....
2010-10-04 kmillikin@chromium.orgBegin a more aggressive refactoring of the Compiler...
2010-10-04 ricow@chromium.orgPrepare push to trunk. Now working on version 2.4.9.
2010-10-01 kmillikin@chromium.orgFix a pair of compilation failure bugs in test files...
2010-10-01 kmillikin@chromium.orgMake some free functions into static members of class...
2010-10-01 kaznacheev... Fix property array length calculation in TransformPrope...
2010-10-01 sgjesse@chromium.orgRename include guard to match file name
2010-10-01 lrn@chromium.orgFix bad cast in string-search.h.
2010-10-01 kaznacheev... Fine-tune inobject slack tracking.
2010-10-01 mikhail.naganov... Fix HeapSnapshotsDiff test, diff implementation, and...
2010-09-30 vitalyr@chromium.orgUse existing global cell status as a hint when generati...
2010-09-30 mikhail.naganov... Revert last commit due to check fail on Linux.
2010-09-30 mikhail.naganov... Fix HeapSnapshotsDiff test and a bug introduced during...
2010-09-30 antonm@chromium.orgRename some x64 macros to be more precise about their...
2010-09-30 mikhail.naganov... Add fflush after writing to log (Issue 868).
2010-09-30 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.4.8.
2010-09-30 kmillikin@chromium.orgCleanup of the parser.
2010-09-30 kmillikin@chromium.orgIntroduce subclasses of class CompilationInfo.
2010-09-30 erik.corry... New attempt to make the allocation routines 64 bit...
2010-09-29 antonm@chromium.orgAdd another check to be sure non-negative smi fits...
2010-09-29 kmillikin@chromium.orgRemove some unused fields from class CompilationInfo.
2010-09-29 antonm@chromium.orgDo not invoke indexed interceptor getters for negative...
2010-09-29 erik.corry... Add cast to make Win-64 compile without warnings. ...
2010-09-29 lrn@chromium.orgAdded missing file. Mea culpa.
2010-09-29 lrn@chromium.orgRefactored string search code.
2010-09-29 kmillikin@chromium.orgAdd an AST node type enum to AST nodes.
2010-09-28 vitalyr@chromium.orgMark ptest instruction as requiring SSE4.1.
2010-09-28 vitalyr@chromium.orgFix external array iteration used in array concat.
2010-09-28 erik.corry... Revert attempt to make heap size 32/64 clean. This...
2010-09-28 erik.corry... More changes to 32/64 bit correctness.
2010-09-28 erik.corry... More correctness around PrintF and 32/64 bit values.
2010-09-28 erik.corry... Use intptr_t instead of int for heap sizes. This is...
2010-09-28 lrn@chromium.orgAvoid logging preparse-data inside lazily compiled...
2010-09-27 vitalyr@chromium.orgCustom call IC for Math.abs.
2010-09-27 podivilov@chromium.orgAdd Debug::CancelDebugBreak method to api
2010-09-27 whesse@chromium.orgPrepare push of version 2.4.6 to trunk. Now working...
2010-09-27 vegorov@chromium.orgFix more GC unsafe places
2010-09-27 whesse@chromium.orgFix error in x64 inlined optimized shift operators.
2010-09-27 mikhail.naganov... fixed
2010-09-24 dimich@chromium.orgAdd CODE_POINTER_ALIGN, use it in Page to align generat...
2010-09-24 kaznacheev... Implemented missing instructions in ia32 and x64 disass...
2010-09-24 mikhail.naganov... Fix presubmit error.
2010-09-24 mikhail.naganov... Provide more functions to CPU profiler (fix issue 858).
2010-09-24 erik.corry... Revert 5520 due to compilation failure.
2010-09-24 erik.corry... Small tweaks to make the x64 full code generator generate
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2010-09-24 kaznacheev... Prevent modification of cached normalized maps.
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-09-23 kaznacheev... Support dec_b instruction in ia32 and x64 disassembler.
2010-09-23 vitalyr@chromium.orgAdd an assert to ensure we never allocate second empty...
2010-09-23 vitalyr@chromium.orgFix copy-on-write assert by setting the new array map...
2010-09-23 vegorov@chromium.orgFix getOwnPropertyDescriptor() support for index proper...
2010-09-23 erik.corry... Cleanup of contexts in the full code generator.
2010-09-23 kaznacheev... Dynamically determine optimal instance size.
2010-09-23 vegorov@chromium.orgFix possible evaluation order problems.
2010-09-23 kaznacheev... Unuse labels when bailing out of StubCompiler methods.
2010-09-22 antonm@chromium.orgFix a build for Win64 with VS2008.
2010-09-22 antonm@chromium.orgFix Win64 build with VS2008.
2010-09-22 lrn@chromium.orgRegExp: Fix caching to correctly set lastIndex.
2010-09-22 fschneider... Prepare push to trunk. Now working on version 2.4.6.
2010-09-21 vitalyr@chromium.orgTry fix win64 build.
2010-09-21 vitalyr@chromium.orgCustom call IC for Math.floor.
2010-09-20 yurys@chromium.orgUse //@ sourceURL when formatting stack trace
2010-09-20 vitalyr@chromium.orgGenerate inline code for contextual loads.
2010-09-20 mikhail.naganov... Fix ProfileNodeFindOrAddChildForSameFunction test on...
2010-09-20 floitschV8... Fix build-breakage on Mac. Initial variable eventhough...
2010-09-20 sandholm@chromium.orgChanged the RegExp benchmark to exercise the regexp...
2010-09-20 mikhail.naganov... Show RegExp calls in the profile.
2010-09-20 floitschV8... Added precision mode to fast-dtoa.
2010-09-20 lrn@chromium.orgRemove unused variable from Scanner class.
2010-09-17 lrn@chromium.orgMake preparsing data reusable.
2010-09-17 fschneider... Add missing x87 instructions fisttp and fst to the...
2010-09-17 vitalyr@chromium.orgFix direct loading of global function prototypes:
2010-09-17 lrn@chromium.orgMake some runtime arguments checks be RUNTIME_ASSERT...
2010-09-16 peter.rybin... Add breakOnCaughtException and breakOnUncaughtException...
2010-09-16 kaznacheev... Prevent inline constructor generation when duplicate...
2010-09-16 fschneider... Fix a regression in character-at stub when doing a...
2010-09-16 kasperl@chromium.orgClean up the insertion of nops (signalling non-inlined...
2010-09-16 mikhail.naganov... Really fix Mac build, and lint.
2010-09-16 mikhail.naganov... Fix compilation issue on Mac
2010-09-16 mikhail.naganov... Enhance SafeStackFrameIterator to avoid triggering...
2010-09-16 mikhail.naganov... Fix x64 compilation error. Patch from tfarina@chromium.org
2010-09-16 lrn@chromium.orgX64: Templating Smi-macros to use both Label and NearLabel.
2010-09-15 erik.corry... Made the use of past tense more consistent in change...
2010-09-15 ricow@chromium.orgAdd support for near labels.
2010-09-15 erik.corry... Prepare push to trunk. We are now working on version...
2010-09-15 lrn@chromium.orgMade predata smaller by storing symbol data in variable...
2010-09-15 erik.corry... Replace 2 ARM ldr instructions with one ldrd in the...
2010-09-15 fschneider... Make the CompareStub and the UnaryOpStub accept smi...
2010-09-14 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2010-09-14 vitalyr@chromium.orgAdd a few missing nops to signal no inlined code was...
2010-09-14 whesse@chromium.orgAllow List::sort, with an integer comparison function...
next