platform/upstream/v8.git
2008-10-01 iposva@chromium.orgFollow up to change 402:
2008-10-01 kasperl@chromium.orgGet rid of the local variable we use to keep the state
2008-10-01 christian.plesner... Added test timing.
2008-10-01 kasperl@chromium.orgFix issue 86 by keeping track of the fact that finally...
2008-09-30 christian.plesner... Added option to parallelize test runs.
2008-09-30 deanm@chromium.orgDisallow copy and assigning a few public objects.
2008-09-30 deanm@chromium.orgRemove some craaaazy trailing whitespace.
2008-09-30 deanm@chromium.orgRemove an ARM jump elimination test.
2008-09-30 olehougaardFaster sort.
2008-09-30 deanm@chromium.orgRemove the ARM jump elimination. This completely remov...
2008-09-29 deanm@chromium.orgRemove x86 jump elimination. This was just complicated...
2008-09-28 deanm@chromium.orgClean up some naming to be consistent between runtime...
2008-09-28 deanm@chromium.orgRemove two cases of needlessly jumping to the next...
2008-09-28 deanm@chromium.orgRemove ComparisonDeferred and inline the non-smi case...
2008-09-26 erik.corry... Fix failing test caused by extra precision in register...
2008-09-26 erik.corry... Fix build breakage on ARM by removing IA32 flags
2008-09-26 erik.corry... Use -O9, tune for nocoma, assume at least a Pentium...
2008-09-26 christian.plesner... Added new test type, message, to test error reporting.
2008-09-26 erik.corry... Fix stack check wraparound problem for ARM simulator.
2008-09-26 sgjesse@chromium.orgStack checks in generated code for function apply is...
2008-09-26 olehougaardAdding comment to the fix of issue 95.
2008-09-26 olehougaardFix for issue 95.
2008-09-26 sgjesse@chromium.orgMark test test-debug/ThreadedDebugging as flaky.
2008-09-26 christian.plesner... which it now does.
2008-09-25 erik.corry... Introduce some checks to indicate that the benchmarks...
2008-09-25 olehougaardTuning quick sort.
2008-09-25 christian.plesner... Added copyright headers to tests.
2008-09-25 christian.plesner... Fixed problem where the test framework would assume...
2008-09-25 christian.plesner... - Added support for warnings on unused test rules.
2008-09-25 olehougaardUsing quick sort for arrays.
2008-09-25 ager@chromium.orgUpdate version string and ChangeLog. We are now workin...
2008-09-25 bak@chromium.org- Added a map cache for literal objects. This will
2008-09-25 ager@chromium.orgMake sure that the body of the function created by...
2008-09-24 deanm@chromium.orgDon't defer the stack check failure code. It is a...
2008-09-24 feng@chromium.orgThis is a fix of issue http://b/issue?id=1381845.
2008-09-24 sgjesse@chromium.orgAdded a profiling option (prof) to the SCons build...
2008-09-23 sgjesse@chromium.orgAdded some peephole optimizaitions regarding push of...
2008-09-23 deanm@chromium.orgEnable string pooling in the VS release build. This...
2008-09-23 christian.plesner... Fixed lint error.
2008-09-23 kasperl@chromium.orgMove more functionality from CEntryStub to the helper
2008-09-23 christian.plesner... - Added new object type, RegExp, for regular expressions.
2008-09-23 kasperl@chromium.orgAllow platforms (linux and win32) to not force 16-byte...
2008-09-23 erik.corry... Parse /proc/self/maps lines better to handle variations...
2008-09-23 kasperl@chromium.orgRefactored the code for entering and leaving exit frame...
2008-09-23 kasperl@chromium.orgChange the logging information for generated stubs...
2008-09-22 iposva@chromium.orgRemove debugging code that snuck in with the ARM callin...
2008-09-22 kasperl@chromium.orgWork around issue 80 by splitting strings from the...
2008-09-22 sgjesse@chromium.orgRefactor the enum RelocMode changing the naming scheme...
2008-09-22 deanm@chromium.orgIn release, disable UNREACHABLE and make UNIMPLEMENTED...
2008-09-22 kasperl@chromium.orgAdd compilation flags for optimizing samples built...
2008-09-19 sgjesse@chromium.orgMade the ARM port with simulator build and run on Windows.
2008-09-19 deanm@chromium.orgAvoid the KMP overhead for simple indexOf() operations...
2008-09-19 deanm@chromium.orgDon't try an indexOf() when the search string is bigger...
2008-09-19 deanm@chromium.orgTryFlatten is inlined, while Flatten is not. Make...
2008-09-19 sgjesse@chromium.orgAdd assembler.h the the Visual Studio project file.
2008-09-18 kasperl@chromium.orgFix lint issues.
2008-09-18 lrn@chromium.orgAdded fast-case for switch statement where all lables...
2008-09-18 ager@chromium.orgUse null instead of undefined for deleted elements...
2008-09-18 kasperl@chromium.orgFix ARM build by adding a dummy last_statement_position...
2008-09-18 ager@chromium.orgRevert revision 331. The propagation of monomorphic...
2008-09-18 sgjesse@chromium.orgRevert changes to src\assembler-arm.h which slipped...
2008-09-18 sgjesse@chromium.orgDefer the writing of the source position data to the...
2008-09-18 kasperl@chromium.orgRemove unused codereview.settings file.
2008-09-18 whessev8Flush the runtime %DebugPrint output. Should have...
2008-09-18 ager@chromium.orgPropagate the information that a monomorphic prototype...
2008-09-17 kasperl@chromium.orgUpdate version string and ChangeLog; we're now working on
2008-09-17 sgjesse@chromium.orgChanged the disassembler formatting
2008-09-17 erik.corry... Move the initial code space to be before the young...
2008-09-17 erik.corry... The OutOfMemory and OutOfMemoryNested tests set a heap...
2008-09-17 erik.corry... More thorough tests of sorting integers in lexicographi...
2008-09-17 sgjesse@chromium.orgAdded missing static to returned buffer.
2008-09-17 iposva@chromium.org- Rename flags.defs to flag-definitions.h.
2008-09-16 iposva@chromium.orgAdded presubmit.py to the tools tab for easier access.
2008-09-16 ager@chromium.orgOnly remove the code object that caused the monomorphic...
2008-09-16 kasperl@chromium.orgFix issue 67 by copying the receiver function one slot
2008-09-16 iposva@chromium.orgFix code.google.com/p/v8/issues/detail?id=69 :
2008-09-16 kasperl@chromium.orgRemove the old builtins framework with the huge, nasty
2008-09-16 ager@chromium.orgKeep the inline caches for the builtins object monomorp...
2008-09-16 kasperl@chromium.orgStop adapting the arguments passed to the builtin imple...
2008-09-15 kasperl@chromium.orgGeneralize the Function.prototype.call hooks in the
2008-09-15 ager@chromium.orgSimplify logic in string-to-double conversion code.
2008-09-15 sgjesse@chromium.orgFixed broken build of mksnapshot on Windows as there...
2008-09-15 deanm@chromium.orgRemove EOL trailing whitespace.
2008-09-15 deanm@chromium.orgMove the Counters to structures that can be POD initial...
2008-09-12 iposva@chromium.org- Add support for building the ARM simulator version...
2008-09-12 deanm@chromium.orgThe serialization system handles some flag parsing...
2008-09-12 deanm@chromium.orgFix some arm related flags with the new flag system.
2008-09-12 deanm@chromium.orgMove a few bits of mksnapshot over to the new flag...
2008-09-12 deanm@chromium.orgThis is a new static flag system, designed to have...
2008-09-12 kmillikin@chromium.orgFlexo is tired, but this should perk him up. Single...
2008-09-12 kmillikin@chromium.orgChange the code generator state constructor to implicit...
2008-09-12 sgjesse@chromium.orgRemoved SCons warning flags duplication on Windows...
2008-09-12 iposva@chromium.orgSatisfy lint!
2008-09-12 iposva@chromium.org- Update test status file with fixed tests for ARM...
2008-09-12 iposva@chromium.orgAdapt to new calling convention on ARM:
2008-09-11 ager@chromium.orgAdd back the CCFLAGS to the CXXFLAGS. Leaving them...
2008-09-11 christian.plesner... Fixed arm disassembler build problems.
2008-09-11 kmillikin@chromium.orgFix performace regression due to missed peephole optimi...
2008-09-11 christian.plesner... Fixed build problem on mac, lint issues and a test...
2008-09-11 sgjesse@chromium.orgApply the flags to the SCons environment used to link...
next