Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / builtins.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-05 mstarzinger@chromi... Move left and right trimming of FixedArray into Heap.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-25 verwaest@chromium.orgRestructure the IC / Handler compilers
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-16 yangguo@chromium.orgStore builtin index on the builtin code object.
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-11 mstarzinger@chromi... Remove AddCode and RemoveCode GDB JIT entry hooks.
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-20 ishell@chromium.org--verify-predictable mode added for ensuring that GC...
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
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-22 ulan@chromium.orgFix Array.prototype.push and Array.prototype.unshift...
2014-05-19 wingo@igalia.comPoison .arguments and .caller for generator functions
2014-05-14 jkummerow@chromium.orgAvoid name clashes of builtins and runtime functions.
2014-05-09 rmcilroy@chromium.orgReland - Arm64: Ensure that csp is always aligned to...
2014-05-07 bmeurer@chromium.orgRevert "Arm64: Ensure that csp is always aligned to...
2014-05-06 rmcilroy@chromium.orgArm64: Fix check errors on Arm64 debug after r21177.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 danno@chromium.orgMicro-optimizations to pop() and shift()
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-24 jarin@chromium.orgFix C++ type of Factory::NewFixedDoubleArray.
2014-04-22 mvstanton@chromium.orgUse MaybeHandles in Compiler to indicate failure instea...
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-17 yangguo@chromium.orgSome MaybeHandles related cleanups.
2014-04-16 yangguo@chromium.orgReland "Move functions from handles.cc to where they...
2014-04-16 yangguo@chromium.orgRevert "Move functions from handles.cc to where they...
2014-04-16 yangguo@chromium.orgMove functions from handles.cc to where they belong.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-04-11 yangguo@chromium.orgReturn MaybeHandle from Invoke.
2014-04-10 danno@chromium.orgPartially fix semantics of Array.push()
2014-04-10 ishell@chromium.orgObject::GetElements() and friends maybehandlification.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-04 ishell@chromium.orgCallers of ElementsAccessor::AddElementsToFixedArray...
2014-04-04 ishell@chromium.orgMaybehandlification of EnsureJSArrayWithWritableFastEle...
2014-04-03 ishell@chromium.orgFurther Kraken regression recover due to handlification.
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-04-03 ishell@chromium.orgPartial recover from performance degradation after...
2014-03-31 jarin@chromium.orgFix left trimming check for large objects
2014-03-31 hpayer@chromium.orgMake sure when we shrink an object that we store a...
2014-03-28 hpayer@chromium.orgMove FillWithHoles FixedArray and FixedDoubleArray...
2014-03-27 ishell@chromium.orgElementsAccessor::CopyElements() and its callers handli...
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-25 hpayer@chromium.orgDo not left-trim arrays when concurrent sweeping is...
2014-03-25 yangguo@chromium.orgHandlify GetElementWithReceiver and GetElementWithInter...
2014-03-24 ishell@chromium.orgBuiltin helper function EnsureJSArrayWithWritableFastEl...
2014-03-21 ishell@chromium.orgArraySplice builtin handlified.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-03-21 ishell@chromium.orgArrayUnshift builtin handlified.
2014-03-20 ishell@chromium.orgArrayShift builtin handlified.
2014-03-20 ishell@chromium.orgArrayPush builtin handlified.
2014-03-19 ishell@chromium.orgElementsAccessor::SetLength() handlified.
2014-03-19 ishell@chromium.orgArrayPop builtin handlified.
2014-03-19 hpayer@chromium.orgAccount for right object size when left trimming arrays.
2014-03-19 yangguo@chromium.orgIntroduce per-isolate assert scopes and API to guard...
2014-03-19 hpayer@chromium.orgAccess old space marking bits from runtime only when...
2014-03-18 yangguo@chromium.orgHandlify callers of Object::GetElement.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-10 dcarney@chromium.orgallowed keyed store callbacks ic generation
2014-02-14 verwaest@chromium.orgDon't mix handler flags into regular flag computation.
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2014-02-06 dcarney@chromium.orgswap in global proxy on accessors
2014-01-14 verwaest@chromium.orgMake the strict-mode calling convention for contextual...
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2013-12-06 jkummerow@chromium.orgFix compilation with clang
2013-12-02 mvstanton@chromium.orgBug in StoreIC::GenerateMegamorphic: strict_mode/extra_...
2013-12-02 verwaest@chromium.orgRemove special "store global proxy" IC, use as slow_stub().
2013-11-29 mvstanton@chromium.orgArray builtins need to be prevented from changing froze...
2013-11-29 yurys@chromium.orgDo not put allocated block into HeapObjectsMap
2013-11-29 yurys@chromium.orgMove heap profiler state flags to HeapProfiler
2013-11-28 mvstanton@chromium.orgMove responsibility for definition of ExtraICState...
2013-11-27 verwaest@chromium.orgRemove the strict-mode flag from store handlers. It...
2013-11-19 verwaest@chromium.orgMove template instance check from Object to FunctionTem...
2013-11-18 verwaest@chromium.orgRemove keyed load "force generic" miss case.
2013-11-18 verwaest@chromium.orgRemove unused keyed store "force generic".
2013-11-14 rafaelw@chromium.orgReland [Object.observe] Don't force normalization of...
2013-11-08 rafaelw@chromium.orgRevert "Reland [Object.observe] Don't force normalizati...
2013-11-08 rafaelw@chromium.orgReland [Object.observe] Don't force normalization of...
2013-11-08 rafaelw@chromium.orgRevert "[Object.observe] Don't force normalization...
2013-11-08 rafaelw@chromium.org[Object.observe] Don't force normalization of elements...
2013-11-07 vegorov@chromium.orgAllow redirecting disassembly and deoptimization traces...
2013-10-18 loislo@chromium.orgHeapProfiler: integrate FindUntrackedObjects into js...
2013-10-18 loislo@chromium.orgHeapProfiler: for the test purposes we would like to...
2013-10-18 mstarzinger@chromi... Revert "HeapProfiler: for the test purposes we would...
2013-10-18 loislo@chromium.orgHeapProfiler: for the test purposes we would like to...
next