Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / isolate.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-18 verwaest@chromium.orgRename the configuration flags of the LookupIterator
2014-08-13 yangguo@chromium.orgMove Promise tracking from debug to isolate.
2014-08-06 verwaest@chromium.orgGet rid of the "spare buffer" cache.
2014-08-06 verwaest@chromium.orgAlways use the StoreFieldStub to do the actual storing.
2014-08-06 yangguo@chromium.orgTrigger exception debug events on Promise reject.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-05 alph@chromium.orgMake CPU profiler function names match ones from StackF...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-30 jkummerow@chromium.orgThrow an exception when an access check fails and no...
2014-07-29 verwaest@chromium.orgClean up name distinction between Keyed ICs and Element...
2014-07-18 mstarzinger@chromi... Reland "Make v8::TryCatch able to consume natively...
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-16 yangguo@chromium.orgDo not expose all timer events to the API callback.
2014-07-15 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-14 verwaest@chromium.orgRemove PropertyAttributes from SetProperty
2014-07-14 titzer@chromium.orgRevert "Remove sequential sweeping mode and perform...
2014-07-14 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-11 dslomov@chromium.orgRevert "Remove sequential sweeping mode and perform...
2014-07-11 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-07-07 jochen@chromium.orgReland^3 r22105 "Remove static initializer from isolate"
2014-07-07 jochen@chromium.orgRemove a bunch of Isolate::UncheckedCurrent calls
2014-07-03 jarin@chromium.orgReland "Linux perf tool support update + refactoring...
2014-07-03 yangguo@chromium.orgRevert "Reland^2 r22105 "Remove static initializer...
2014-07-03 ishell@chromium.orgStack overflow checkers are now compatible with ASAN...
2014-07-02 jochen@chromium.orgReland^2 r22105 "Remove static initializer from isolate"
2014-07-02 yangguo@chromium.orgReland "Fix stack trace accessor behavior."
2014-07-02 yangguo@chromium.orgStack traces exposed to Javascript should omit extensions.
2014-07-02 yangguo@chromium.orgRevert "Reland "Linux perf tool support update + refact...
2014-07-02 jarin@chromium.orgReland "Linux perf tool support update + refactoring...
2014-07-02 yangguo@chromium.orgReland "Add mechanism to postpone interrupts selectively."
2014-07-02 jochen@chromium.orgRevert "Reland 22105 "Remove static initializer from...
2014-07-02 jochen@chromium.orgReland 22105 "Remove static initializer from isolate"
2014-07-01 jarin@chromium.orgRevert "Linux perf tool support update + refactoring...
2014-07-01 jarin@chromium.orgReland "Linux perf tool support update + refactoring."
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-07-01 jochen@chromium.orgRevert 22105 "Remove static initializer from isolate"
2014-07-01 jochen@chromium.orgRemove static initializer from isolate
2014-06-30 jochen@chromium.orgRevert 22098 "Linux perf tool support update + refactor...
2014-06-30 jarin@chromium.orgLinux perf tool support update + refactoring.
2014-06-30 verwaest@chromium.orgWrap InitializeProperty around SetOwnPropertyIgnoreAttr...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-30 yangguo@chromium.orgRevert "Fix stack trace accessor behavior."
2014-06-30 yangguo@chromium.orgFix stack trace accessor behavior.
2014-06-30 yangguo@chromium.orgRevert "Add mechanism to postpone interrupts selectively."
2014-06-30 yangguo@chromium.orgAdd mechanism to postpone interrupts selectively.
2014-06-24 jochen@chromium.orgInitialize the Isolate's use_counter_callback_ member
2014-06-24 yangguo@chromium.orgRevert assertion change from r21933 in Isolate::RunMicr...
2014-06-23 yangguo@chromium.orgRun JS micro tasks in the appropriate context.
2014-06-23 jochen@chromium.orgAdd a use counter API
2014-06-20 wingo@igalia.comFix stack capture on overflow for Error.stackTraceLimit...
2014-06-17 yangguo@chromium.orgInterrupts must not mask stack overflow.
2014-06-12 danno@chromium.orgRevert "Revert "Reland 21774: Generate KeyedLoadGeneric...
2014-06-12 danno@chromium.orgRevert "Reland 21774: Generate KeyedLoadGeneric with...
2014-06-11 danno@chromium.orgReland 21774: Generate KeyedLoadGeneric with Hydrogen
2014-06-11 danno@chromium.orgRevert 21774: "Generate KeyedLoadGeneric with Hydrogen"
2014-06-11 danno@chromium.orgGenerate KeyedLoadGeneric with Hydrogen
2014-06-11 yurys@chromium.orgV8 can clear exception pending message, when should...
2014-06-05 yurys@chromium.orgRevert "V8 can clear exception pending message, when...
2014-06-05 yurys@chromium.orgV8 can clear exception pending message, when should...
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-05 jochen@chromium.orgMove most of the implementation of AdjustAmountOfExtern...
2014-06-03 adamk@chromium.orgAdd API support for passing a C++ function as a microta...
2014-06-03 yangguo@chromium.orgRename EnterDebugger to DebugScope.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 yangguo@chromium.orgSome debugger-related clean-ups and renamings.
2014-05-28 adamk@chromium.orgAllow microtasks to throw exceptions and handle them...
2014-05-27 yangguo@chromium.orgMerge Debugger and Debug.
2014-05-27 jochen@chromium.orgReland 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgRevert 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgMove OS::MemCopy and OS::MemMove out of platform to...
2014-05-26 jochen@chromium.orgMove NumberOfProcessorsOnline from CPU to OS
2014-05-26 yangguo@chromium.orgFix memory leak in the debugger.
2014-05-23 mstarzinger@chromi... Revert "Make v8::TryCatch able to consume natively...
2014-05-23 mstarzinger@chromi... Make v8::TryCatch able to consume natively thrown excep...
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-05-22 jkummerow@chromium.orgHarden a few builtins
2014-05-22 mstarzinger@chromi... Revert "Make v8::TryCatch able to consume natively...
2014-05-22 yangguo@chromium.orgMake serializer non-static.
2014-05-22 mstarzinger@chromi... Make v8::TryCatch able to consume natively thrown excep...
2014-05-20 ishell@chromium.orgReland "v8::TryCatch now works correctly with ASAN...
2014-05-20 yangguo@chromium.orgReland "Simplify debugger state."
2014-05-20 vegorov@chromium.orgEnsure that interruptor callback registered through...
2014-05-19 dcarney@chromium.orgfilter out .caller from other worlds
2014-05-19 adamk@chromium.orgComment out %RunMicrotasks assert that triggers in...
2014-05-19 adamk@chromium.orgMove microtask queueing logic from JavaScript to C++
2014-05-19 svenpanne@chromium.orgRevert "Simplify debugger state."
2014-05-16 yangguo@chromium.orgSimplify debugger state.
2014-05-12 ishell@chromium.orgRevert "v8::TryCatch now works correctly with ASAN...
2014-05-12 ishell@chromium.orgv8::TryCatch now works correctly with ASAN's UseAfterRe...
2014-05-09 yangguo@chromium.orgClean up stack guard interrupts.
2014-05-09 svenpanne@chromium.orgReland "Removed default Isolate."
2014-05-06 svenpanne@chromium.orgRevert "Removed default Isolate."
2014-05-06 svenpanne@chromium.orgRemoved default Isolate.
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-05-05 yangguo@chromium.orgAlways initialize the debugger eagerly.
2014-05-02 jochen@chromium.orgIntroduce a microtask suppression scope and move microt...
next