platform/upstream/v8.git
2011-01-19 ager@chromium.orgFix the license info to correctly state Copyright ...
2011-01-19 sgjesse@chromium.orgFix possibly wrong use of strncpy_s
2011-01-19 ager@chromium.orgRevert r6376 and r6373 which changes external array...
2011-01-19 antonm@chromium.orgProperly create variables to access outer arguments...
2011-01-19 sgjesse@chromium.orgAdding inspector module and macro-ized object type...
2011-01-19 ager@chromium.orgFix ARM compilation after external array changes.
2011-01-18 mmaly@chromium.orgRevert strict mode (Mozilla test failure).
2011-01-18 kbr@chromium.orgTruncate rather than round to nearest when performing...
2011-01-18 vitalyr@chromium.orgIntroduce extra IC state to record additional feedback...
2011-01-18 mmaly@chromium.orgFirst part of ES5 strict mode.
2011-01-18 vegorov@chromium.orgFix lint error introduced by r6367.
2011-01-18 vegorov@chromium.orgBasic GDB JIT Interface integration.
2011-01-18 whesse@chromium.orgX64 Crankshaft: Add addition of tagged and int32 values...
2011-01-18 fschneider... Fix operand type for keyed calls.
2011-01-18 antonm@chromium.orgDo not optimize functions which are in new space.
2011-01-18 vitalyr@chromium.orgDisable aggressive optimizations on the last optimizati...
2011-01-18 ager@chromium.orgARM: Implement double constants in the lithium ARM...
2011-01-18 lrn@chromium.orgIncremented preparse version number.
2011-01-18 ager@chromium.orgLanding for Mark Larson.
2011-01-17 antonm@chromium.orgDo not use possibly stale values for cache size, etc.
2011-01-17 lrn@chromium.orgMerge changes to LTemplateInstruction to X64 (Issue...
2011-01-17 ager@chromium.orgClean up test lists. I cannot reproduce any of these...
2011-01-17 ricow@chromium.orgEnable compilation of very simple functions in x64...
2011-01-17 fschneider... Add UseAny to create a LOperand without register prefer...
2011-01-17 ager@chromium.orgARM: Reenable Div and Mod in the ARM lithium codegenera...
2011-01-17 ager@chromium.orgARM: Fix ARM safepoint tables by ensuring that constant...
2011-01-17 fschneider... Remove the remaining LOperand-members from concrete...
2011-01-17 kmillikin@chromium.orgChange the algorithm and generated code for parallel...
2011-01-17 sgjesse@chromium.orgPrepare push to trunk. We are now working in 3.0.9.
2011-01-17 fschneider... Remove unnecessary recording of temp operands in the...
2011-01-17 lrn@chromium.orgMake invalid break/continue statements an early syntax...
2011-01-17 antonm@chromium.orgMake closures optimizable by Crankshaft compiler.
2011-01-17 ager@chromium.orgLanding for Martyn Capewell.
2011-01-17 antonm@chromium.orgRelax verification of JSFunction result caches.
2011-01-16 sandholm@chromium.orgOptimize JSON stringify by allowing QuoteJSONString...
2011-01-14 whesse@chromium.orgFix typo that breaks compilation on x64.
2011-01-14 whesse@chromium.orgFix accidental change to ia32 in r6329.
2011-01-14 sgjesse@chromium.orgAvoid trashing the FPSCR when calculating Math.floor
2011-01-14 karlklose@chromium.orgFix compilation failure on ia32 and x64.
2011-01-14 karlklose@chromium.orgDisable DivI and ModI again until the bug with Safepoin...
2011-01-14 whesse@chromium.orgX64 Crankshaft: Add DoParallelMove to x64
2011-01-14 ager@chromium.orgFix name of the toString method on error objects. Bug...
2011-01-14 lrn@chromium.orgX64: Fix allocated register name table.
2011-01-14 lrn@chromium.orgX64 Crnakshaft: Added GeneratePrologue implementation.
2011-01-14 ager@chromium.orgUnthread message handling test. Changing the MessageHan...
2011-01-14 ager@chromium.orgMake the 'name' property on error prototypes read-only...
2011-01-14 kmillikin@chromium.orgMove class LGapResolver to the platform specific backen...
2011-01-14 podivilov@chromium.orgUnreviewed. Fix whitespaces for r6314.
2011-01-14 podivilov@chromium.orgTests for setting break points by script id and position.
2011-01-14 ricow@chromium.orgFix win64 build by using int instead of size_t for...
2011-01-14 karlklose@chromium.orgARM: Implement DoModI stub in the lithium code generator.
2011-01-14 ricow@chromium.orgImplement DoStackCheck in x64 crankshaft
2011-01-14 whesse@chromium.orgSpeed up FastAsciiArrayJoin on ia32 by improving hand...
2011-01-14 lrn@chromium.orgDon't lazily compile functions that are immediately...
2011-01-14 lrn@chromium.orgFix bug when the scanner does a pushback at the end...
2011-01-14 ricow@chromium.orgFix presubmit
2011-01-14 ricow@chromium.orgAdd implementations of some more x64 lithium methods.
2011-01-14 fschneider... Fix number of result operands for LThrow.
2011-01-14 karlklose@chromium.orgARM: Implement DoDivI in the lithium code generator.
2011-01-13 podivilov@chromium.orgAdd function for setting breakpoint by scriptId and...
2011-01-13 antonm@chromium.orgWrap external pointers more carefully.
2011-01-13 vitalyr@chromium.orgExpose receiver check type in call type feedback.
2011-01-13 ricow@chromium.orgFix the xcode build by not including x64 specific code...
2011-01-13 ager@chromium.orgLanding for Rodolph Perfetta.
2011-01-13 lrn@chromium.orgX64 Crankshaft: Ported lots of boilerplate code.
2011-01-13 ager@chromium.orgLanding for cira@chromium.org
2011-01-13 ager@chromium.orgLanding for Martin Maly.
2011-01-13 sgjesse@chromium.orgRevert r6284 and r6283 as they caused the fuzzer tests...
2011-01-13 ager@chromium.orgDo not allow accessors to intercept getting/setting...
2011-01-13 vitalyr@chromium.orgSimplify CheckPrototypeMaps.
2011-01-12 fschneider... Use hydrogen accessor in a few more places to save...
2011-01-12 erik.corry... Revert accidental part of codereview.chromium.org/6123007/
2011-01-12 sandholm@chromium.orgOptimize JSON stringify for arrays.
2011-01-12 vitalyr@chromium.orgAllow arguments in safepoints with registers.
2011-01-12 sgjesse@chromium.orgFix bug in r6283
2011-01-12 sgjesse@chromium.orgIA32: Refactor to avoid duplicate code.
2011-01-12 ricow@chromium.orgAdd a few more mozilla exceptions under BUG(1032).
2011-01-12 erik.corry... Fixes needed to compile on gcc-4.4.1 on ARM. It is...
2011-01-12 sgjesse@chromium.orgIA32: Remove an invalid assert
2011-01-12 ager@chromium.orgLanding for Martin Maly.
2011-01-12 sgjesse@chromium.orgARM: Allow Mozilla test js1_5/GC/regress-203278-2 to...
2011-01-12 sgjesse@chromium.orgARM: Always use the overflow flag to check for NaNs...
2011-01-11 whesse@chromium.orgCrankshaft: Move LEnvironment and LPointerMap classes...
2011-01-11 fschneider... Introduce two more template parameter for Lithium instr...
2011-01-11 peter.rybin... Add fine-grained diff implementation to LiveEdit engine.
2011-01-11 fschneider... Remove unused Temp() function form LChunkBuilder.
2011-01-11 karlklose@chromium.orgImplement DoApplyArguments.
2011-01-11 ager@chromium.orgARM: Implement ClassOf in the lithium arm backend.
2011-01-11 kmillikin@chromium.orgReuse the gap move resolver.
2011-01-11 vitalyr@chromium.orgSSE2 truncating double-to-i.
2011-01-11 sgjesse@chromium.orgARM: Add instructions VFPCompareAndSetFlags and VFPComp...
2011-01-11 mikhail.naganov... Visit all roots in the UnreachableObjectsFilter.
2011-01-11 mikhail.naganov... Add reporting of JS heap size limit to GetHeapStatistics.
2011-01-11 ager@chromium.orgARM: Add deferred stack overflow checks to goto code...
2011-01-11 whesse@chromium.orgAdd source file lithium-codegen-x64.cc. Add class...
2011-01-11 fschneider... Fix ARM debug build by moving an assert.
2011-01-11 fschneider... Use HIR accessor for CheckPrototypeMaps to remove the...
2011-01-11 ager@chromium.orgARM: use existing transcendental cache stub for tagged...
2011-01-11 erik.corry... Fix lint
2011-01-11 erik.corry... Fix Solaris build. Patch from Ryan Dahl. See coderevi...
next