platform/upstream/v8.git
2010-02-03 ricow@chromium.orgAdded Object.defineProperty + needed internal functiona...
2010-02-03 leonclarke... DebugBreak shouldn't be used when ENABLE_DEBUGGER_SUPPO...
2010-02-03 ager@chromium.orgUse MemOperand directly to load argv on arm.
2010-02-03 sgjesse@chromium.orgPrepare to push to trunk. We are now vorking on version...
2010-02-03 whesse@chromium.orgFix build error on Win32, fix spelling of DebugerStatem...
2010-02-03 ager@chromium.orgUse the virtual-frame based optimizing compiler for...
2010-02-02 serya@chromium.orgReview URL: http://codereview.chromium.org/555164
2010-02-02 ager@chromium.orgAdd missing access checks to Object.getOwnPropertyNames.
2010-02-02 whesse@chromium.orgRemove explicit Result arguments to IC calls on ARM.
2010-02-02 sgjesse@chromium.orgHandle insertion order for simple constructors
2010-02-02 sgjesse@chromium.orgRemove some unused code on ARM
2010-02-02 antonm@chromium.orgPort caching of lookup followups for interceptors to ARM
2010-02-02 whesse@chromium.orgChange StoreIC interface on x64 to pass receiver in...
2010-02-02 lrn@chromium.orgFix a bug that Math.round() returns incorrect results...
2010-02-02 kasperl@chromium.orgRemember to update the write barrier when storing into
2010-02-01 kmillikin@chromium.orgImplement simple fast-path code for functions containin...
2010-02-01 kasperl@chromium.orgRevert r3758.
2010-02-01 kasperl@chromium.orgTemporarily allocate all function contexts in old space and
2010-02-01 kasperl@chromium.orgAvoid using RecordWrite with the context (esi, rsi...
2010-02-01 ager@chromium.orgAllow the optimizing compiler to use an existing macro...
2010-02-01 yurys@chromium.orgCorrectly set eval_from_shared value when new function...
2010-02-01 whesse@chromium.orgRemove StoreIC::Generate, and inline StoreIC::GenerateI...
2010-02-01 yurys@chromium.orgShow user script source line that caused exception...
2010-02-01 lrn@chromium.orgAdded validating JSON parser mode to parser.
2010-02-01 whesse@chromium.orgStoreIC interface changed on ia32 to take receiver...
2010-01-29 vitalyr@chromium.orgFix stack overflow in cctest/test-api/Threadin2 after...
2010-01-29 kmillikin@chromium.orgAdd fast code generator visitor.
2010-01-29 mikhail.naganov... Rewrite CsvParser.parseLine to make it simpler and...
2010-01-29 serya@chromium.orgRemoving redundant stub for runtime native calls.
2010-01-29 kmillikin@chromium.orgIntroduce a stack-allocated structure to encapsulate...
2010-01-29 kasperl@chromium.orgRFC: Try to be much more careful with where we skip...
2010-01-29 sgjesse@chromium.orgFix debug build breakage from r3740
2010-01-29 sgjesse@chromium.orgChange to src/x64/assembler-x64.h missing from r3740
2010-01-29 sgjesse@chromium.orgPort direct call from JavaScript to native RegExp to x64
2010-01-29 kmillikin@chromium.orgPropagate receiver from initial call site to code gener...
2010-01-29 fschneider... Add a pass for the fast compiler to label expression...
2010-01-28 whesse@chromium.orgRemove some unneeded restorations of a register in...
2010-01-28 ager@chromium.orgRemove unsafe and unneeded logging during deserialization.
2010-01-28 kaznacheev... Use registers to pass arguments to GenericBinaryOpStub...
2010-01-28 whesse@chromium.orgMove a line, in codegen-*.cc. Make formatting of ic...
2010-01-28 sgjesse@chromium.orgFix typo.
2010-01-28 kasperl@chromium.orgAdd missing break.
2010-01-28 kasperl@chromium.orgStrengthen a few assertions and add zapping of allocated
2010-01-28 sgjesse@chromium.orgUpdage Visual Studio project files
2010-01-28 ager@chromium.orgImplement SUB and BIT_NOT unary operations in full...
2010-01-28 ager@chromium.orgPort bit not unary op stub to ARM.
2010-01-27 kasperl@chromium.orgMake sure to initialize all fields in the special maps
2010-01-27 fschneider... Rename flags in unit tests to match the new flag defini...
2010-01-27 leonclarke... Get it to compile when ENABLE_LOGGING_AND_PROFILING...
2010-01-27 sgjesse@chromium.orgFix 64-bit build on Windows and Visual Studio project...
2010-01-27 kmillikin@chromium.orgRefactor the selection of code generator and add the...
2010-01-27 whesse@chromium.orgRefactor Reference so that SetValue and GetValue pop...
2010-01-27 ricow@chromium.orgChanged JSObject::DefineGetterSetter to also set the...
2010-01-27 ricow@chromium.orgSet iIsExtensible to true as default in the map.
2010-01-27 ager@chromium.orgPort code to load an integer directly from a heap numbe...
2010-01-27 kmillikin@chromium.orgEnable references and assignments to lookup slots in...
2010-01-27 whesse@chromium.orgMove heap numbers directly to VFP3 registers in compari...
2010-01-27 erik.corry... Add counters for the different code generators.
2010-01-27 erik.corry... Another step on the way to context snapshots. We can...
2010-01-26 kmillikin@chromium.orgRefactoring and small optimization of the smi code...
2010-01-26 ager@chromium.orgImplement unary addition in the full (non-optimizing...
2010-01-26 sgjesse@chromium.orgAlow long running test to time out on ARM
2010-01-26 sgjesse@chromium.orgDon't pass the "at start" parameter to native RegExp
2010-01-26 kaznacheev... Support register arguments in more cases.
2010-01-26 erik.corry... Increase young generation size on Android.
2010-01-26 whesse@chromium.orgLoad HeapNumbers directly into floating-point registers...
2010-01-26 sgjesse@chromium.orgFix building on 64-bit Windows
2010-01-25 antonm@chromium.orgMerge ObjectIterator::has_next and ObjectIterator:...
2010-01-25 kaznacheev... Fixing style issues in codegen-ia32.*
2010-01-25 kaznacheev... Fixing an assertion fail introduced in 3692.
2010-01-25 ager@chromium.orgActually land the platform-solaris.cc file for solaris...
2010-01-25 kaznacheev... Use registers to pass arguments to GenericBinaryOpStub.
2010-01-25 whesse@chromium.orgMake ARM assembler VFP3 test pass on machines without...
2010-01-25 lrn@chromium.orgFix bug in character-set merging. Add test case.
2010-01-25 ager@chromium.orgLand patch to add Solaris platform support.
2010-01-25 whesse@chromium.orgAdd vstr and vldr floating point load and store to...
2010-01-25 lrn@chromium.orgPorted SubStringStub to X64.
2010-01-25 kasperl@chromium.orgChange the candidate version on bleeding_edge from...
2010-01-22 fschneider... Inline smi code in count operations in the full code...
2010-01-22 antonm@chromium.orgMake KeyedLoadIC::generic_stub go into slow case if...
2010-01-22 mikhail.naganov... A follow-up to fix 553: really report function object...
2010-01-22 sgjesse@chromium.orgAdd support for two byte strings in direct call to...
2010-01-21 peter.rybin... Fix lint errors
2010-01-21 peter.rybin... Fix disable_break parameter
2010-01-21 peter.rybin... Fix EVEN number of bugs in already passing test
2010-01-21 mikhail.naganov... Fix issue 553: function frame is skipped in profile...
2010-01-21 antonm@chromium.orgFix map compact implementation.
2010-01-21 erik.corry... Fix Android build.
2010-01-21 lrn@chromium.orgImplement inline string compare on ARM.
2010-01-21 erik.corry... Revert previous change that activated the full (non...
2010-01-21 erik.corry... Enable full (non-optimizing) compiler for testing purposes.
2010-01-21 erik.corry... Add the for statement back into the set of things the
2010-01-20 peter.rybin... Fix lint error with strtol in test
2010-01-20 peter.rybin... Don't mention obsolete Issue 548
2010-01-20 whesse@chromium.orgFix V8 issue 580: Arithmetic on some integer constants...
2010-01-20 peter.rybin... Support backtrace debug command when stack is empty
2010-01-20 kmillikin@chromium.orgRename the fast-codegen* files to full-codegen*.
2010-01-20 fschneider... Refactor GenericBinaryOperation and its helper function...
2010-01-20 kmillikin@chromium.orgRename the toplevel code generator from "Fast" to ...
2010-01-20 vitalyr@chromium.orgFix issue 582: preserve construct stub on first allocat...
next