platform/upstream/v8.git
2011-03-30 whesse@chromium.orgAdd thread-safety to creation of MemCopy and modulo...
2011-03-30 lrn@chromium.orgAdd test suite for the preparser.
2011-03-30 mikhail.naganov... Add initialization for has_external_callback field.
2011-03-30 vegorov@chromium.orgFix a number of GC-unsafe evaluation order dependent...
2011-03-30 whesse@chromium.orgFix another x64 compilation error due to some dead...
2011-03-30 lrn@chromium.orgPreParser build fix
2011-03-30 ager@chromium.orgPass in isolate when reporting deletion of objects.
2011-03-30 ager@chromium.orgFix a couple of TLS isolate accesses in mark-compact.
2011-03-30 ager@chromium.orgFix presubmit.
2011-03-30 lrn@chromium.orgPrepare push to trunk. Now working on version 3.2.7.
2011-03-30 ager@chromium.orgCleanup usage of HEAP and FACTORY in the cache stub...
2011-03-30 ricow@chromium.orgFix conditional on sse2 support in CompileMathFloor
2011-03-30 lrn@chromium.orgFixing build on Mac
2011-03-30 mmaly@chromium.orgFix xcode build warning in shell.cc
2011-03-29 mmaly@chromium.orgFix gyp files for d8 console. Include build/gyp in...
2011-03-29 fschneider... Use a fixed input register where we require a byte...
2011-03-29 ager@chromium.orgRemove redundant usages of some macros and functions...
2011-03-29 ager@chromium.orgCleanup of HEAP and LOGGER macro usage in cpu-profiler.cc.
2011-03-29 ricow@chromium.orgDecrease number of runs in mjsunit/compiler/pic.js...
2011-03-29 lrn@chromium.orgMake the preparser standalone library and process build...
2011-03-29 mikhail.naganov... Remove snapshots-related code that is implemented in...
2011-03-29 fschneider... Fix null-pointer dereference in the compiler when runni...
2011-03-29 whesse@chromium.orgFix x64 compilation error due to some dead code, by...
2011-03-29 lrn@chromium.orgIntroduce scons target to build preparser libraray...
2011-03-29 mikhail.naganov... Remove an extra comma from "tick" log records.
2011-03-29 ager@chromium.orgRename local variable in api.cc to avoid using C++0x...
2011-03-29 lrn@chromium.orgFix reference to masm_ after delete in RegExpMacroAssem...
2011-03-29 sgjesse@chromium.orgARM: Check for minus zero when converting binary operat...
2011-03-29 vitalyr@chromium.orgCleanup of HEAP and FACTORY macro usage in accessors.cc.
2011-03-29 ager@chromium.orgBuild and pass all tests on FreeBSD.
2011-03-28 fschneider... Add binary-op stub variant to handle oddball objects...
2011-03-28 sgjesse@chromium.orgFix presubmit errors in r7388
2011-03-28 ricow@chromium.orgRemove unused method, this is not used anymore after...
2011-03-28 ager@chromium.orgCleanup of FACTORY and HEAP macro usage in code-stubs.cc.
2011-03-28 ager@chromium.orgCleanup of Isolate::Current(), FACTORY and HEAP usage...
2011-03-28 sgjesse@chromium.orgRe-establish mips basic infrastructure.
2011-03-28 sgjesse@chromium.orgAdd more details the --trace-deopt output
2011-03-28 fschneider... Prepare push to trunk. Now working on version 3.2.6.
2011-03-28 vitalyr@chromium.orgFix arm compilation on OS X 10.5 gcc.
2011-03-28 vitalyr@chromium.orgCleanup of HEAP and LOGGER macros usage in api.cc.
2011-03-28 ricow@chromium.orgRun array-length less times to make the builder green.
2011-03-28 vitalyr@chromium.orgRemove more TLS hurting Dromaeo DOM.
2011-03-28 ricow@chromium.orgFollow jsc on not throwing when trying to add a propert...
2011-03-28 ricow@chromium.orgSet optimizable to false on code object if shared funct...
2011-03-27 vitalyr@chromium.orgFast TLS support on mac.
2011-03-27 vitalyr@chromium.orgAdd files missing from last commit.
2011-03-27 vitalyr@chromium.orgFast TLS support.
2011-03-25 vitalyr@chromium.orgRemove unneeded TLS reads from v8::Null() and friends.
2011-03-25 lrn@chromium.orgFix test that can fail for small denormals.
2011-03-25 lrn@chromium.orgFix typo in math-sqrt.js
2011-03-25 vitalyr@chromium.orgRemove TLS read from ON_BAILOUT.
2011-03-25 sgjesse@chromium.orgDon't rely on C++ object padding across platforms
2011-03-25 lrn@chromium.orgAdd more tests to mul-exhaustive for constant left...
2011-03-25 ager@chromium.orgCleanup more isolate usage in ia32 files.
2011-03-25 vegorov@chromium.orgCheck for SSE2 support in FullCodeGenerator::EmitMathPow.
2011-03-25 lrn@chromium.orgFix prettyprinter for --print-ast option.
2011-03-25 danno@chromium.orgFix ARM external array crankshaft bailout
2011-03-25 ager@chromium.orgCorrect order of arguments to CHECK_EQ in an API test.
2011-03-25 ager@chromium.orgReimplement the padding of relocation information for...
2011-03-25 fschneider... Fix hydrogen statistics output when no code gets optimized.
2011-03-25 sgjesse@chromium.orgmprove code generation for DoAddI, DoSubI and DoBitI...
2011-03-24 danno@chromium.orgFix build
2011-03-24 danno@chromium.orgSupport external arrays in Crankshaft
2011-03-24 vitalyr@chromium.orgAllow calling stats API functions before we have an...
2011-03-24 vitalyr@chromium.orgGet rid of more TLS fetches in API implementation.
2011-03-24 lrn@chromium.orgFix bug in test-macro-assembler-x64 which is the probab...
2011-03-24 lrn@chromium.orgImplemented FastAsciiStringJoin in X64 full codegen.
2011-03-24 fschneider... Fix bug that caused invalid code motion for certain...
2011-03-24 sgjesse@chromium.orgFix wording in comment
2011-03-24 ager@chromium.orgAdd regression test.
2011-03-24 sgjesse@chromium.orgMake V8 build with the chromium shared library build
2011-03-24 fschneider... Enable GVN for polymorphic loads by not expanding them...
2011-03-23 mmaly@chromium.orgEnable V8 test bindings for test262 ietestcenter.
2011-03-23 ager@chromium.orgEnsure enough space for lazy deoptimization relocation...
2011-03-23 vitalyr@chromium.orgStore HValue uses in a custom small list structure.
2011-03-23 ager@chromium.orgCleanup of Isolate::Current() usage in api.cc.
2011-03-23 ager@chromium.orgIntroduce accessors on builtins instance and use them...
2011-03-23 ager@chromium.orgFix COUNTERS use in test-serialize.
2011-03-23 sgjesse@chromium.orgChange bleeding edge version to candidate
2011-03-23 ager@chromium.orgAvoid TLS access for counters.
2011-03-23 lrn@chromium.orgFix compile failure on Win64.
2011-03-23 danno@chromium.orgRemember and reuse derived map for external arrays
2011-03-23 ager@chromium.orgIrregexp Interpreter build fix.
2011-03-23 sgjesse@chromium.orgPrepare push to trunk. We are now working on 3.2.5.
2011-03-23 lrn@chromium.orgX64: Optimize access to external references.
2011-03-23 ager@chromium.orgCleanup of FACTORY macro usage in api.cc.
2011-03-23 mmaly@chromium.orgImplement poison pill for non-strict mode function...
2011-03-22 vitalyr@chromium.orgSome Isolate usage cleanups in objects.{h,cc}.
2011-03-22 dimich@chromium.orgCleanup of Isolate usage (guided by SunSpider profiling)
2011-03-22 podivilov@chromium.orgFix crash in Debug::SendCommand.
2011-03-22 mmaly@chromium.orgMerge TemporaryScope with LexicalScope.
2011-03-22 mikhail.naganov... Add support for CPU and heap profiles deletion.
2011-03-22 vitalyr@chromium.orgRemove TLS fetches in v8::String API implementation.
2011-03-22 sgjesse@chromium.orgUse different syscall constants on Android
2011-03-22 ager@chromium.orgRequire an isolate parameter for most external referenc...
2011-03-22 sgjesse@chromium.orgAdd file missing from last commit
2011-03-22 antonm@chromium.orgShorten bail out checks when calling code which can...
2011-03-22 whesse@chromium.orgFix error in test-reloc-info/Positions. This error...
2011-03-22 sgjesse@chromium.orgRename memory.h to v8memory.h
2011-03-22 sgjesse@chromium.orgImproved modulo operation in lithium as well as bailout...
next