Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / ia32 / builtins-ia32.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-21 mvstanton@chromium.orgIntroduce FLAG_vector_ics.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-30 mvstanton@chromium.orgKeyedLoadIC should have same register spec as LoadIC.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 ishell@chromium.orgReland r21442 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Reland r21346 "Inobject slack tracking is done...
2014-05-22 ishell@chromium.orgReland r21346 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Inobject slack tracking is done on a per-closur...
2014-05-22 ishell@chromium.orgInobject slack tracking is done on a per-closure basis...
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
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-25 svenpanne@chromium.orgAdded an Isolate* field to NoTrackDoubleFieldsForSerial...
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgRevert r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgCheck stack limit in ArgumentAdaptorTrampoline.
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-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-24 titzer@chromium.orgIA32: Rename MacroAssembler::Set() and MacroAssembler...
2014-03-19 mvstanton@chromium.orgPretenure call new support.
2014-03-19 mvstanton@chromium.orgArray constructor expects AllocationSite or undefined...
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-07 mvstanton@chromium.orgSymbols for type cells. We can make more efficient...
2014-01-15 jarin@chromium.orgThis is a preview of a first step towards unification...
2014-01-14 verwaest@chromium.orgRemove CALL_AS_FUNCTION and CALL_AS_METHOD.
2014-01-14 verwaest@chromium.orgMake the strict-mode calling convention for contextual...
2014-01-07 verwaest@chromium.orgReland v8:18458 "Load the global proxy from the context...
2014-01-07 rossberg@chromium.orgRevert "Load the global proxy from the context of the...
2014-01-07 verwaest@chromium.orgLoad the global proxy from the context of the target...
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-12-17 ulan@chromium.orgFix NotifyStubFailureSaveDoubles generation for ia32.
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
2013-09-19 bmeurer@chromium.orgMove NumberToStringStub::GenerateLookupNumberStringCach...
2013-09-13 dcarney@chromium.orgremove getcurrent from stubs
2013-09-12 yangguo@chromium.orgSimplify installing concurrently recompiled code.
2013-09-11 yangguo@chromium.orgPass PC offset into runtime when compiling for OSR.
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-08-22 yangguo@chromium.orgRename "parallel recompilation" to "concurrent recompil...
2013-08-02 loislo@chromium.orgExtract hardcoded error strings into a single place...
2013-07-19 bmeurer@chromium.orgCleanup useless parameter object_is_smi for NumberToStr...
2013-06-28 jkummerow@chromium.orgClean up the usage of V8_TARGET_ARCH_${arch} and V8_HOS...
2013-06-28 danno@chromium.orgImproved function entry hook coverage
2013-06-27 ulan@chromium.orgRevert r15361 "Improved function entry hook coverage...
2013-06-27 danno@chromium.orgImproved function entry hook coverage
2013-06-25 mvstanton@chromium.orgRemoved flag optimize-constructed-arrays.
2013-06-05 mvstanton@chromium.orgAdapt hydrogen-based Array constructor to also support...
2013-05-23 mvstanton@chromium.orgMissing type cell on ia32 from bindings.
2013-05-14 danno@chromium.orgEnsure that soft-deopts don't count against opt_count
2013-04-25 mvstanton@chromium.orgConstructed arrays can be created with Hydrogen code...
2013-04-10 yangguo@chromium.orgFix OSR for nested loops.
2013-03-25 hpayer@chromium.orgGeneralizing remaining Allocate functions in the macro...
2013-03-22 rossberg@chromium.orgES6 symbols: turn symbols into a proper primitive type
2013-03-14 hpayer@chromium.orgAllow direct allocation in old pointer space.
2013-03-12 yangguo@chromium.orgParallel recompilation: remove interrupt for code gener...
2013-03-06 mvstanton@chromium.orgMake sure that on x86 we don't generate SSE2 code in...
2013-03-01 mvstanton@chromium.orgA debug code assert needed to be behind the new optimiz...
2013-03-01 mvstanton@chromium.orgAllocation Info Tracking, continued.
2013-03-01 rossberg@chromium.orgES6 symbols: Implement Symbol intrinsic and basic funct...
2013-01-07 danno@chromium.orgGeneralize calling to C++ on stub deopt
2012-12-28 danno@chromium.orgRefactor and improve inlined double-aligned allocations
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-11-08 danno@chromium.orgAdd code again to allow reclaiming old unexecuted funct...
2012-08-17 rossberg@chromium.orgRename Context::global to Context::global_object,
2012-08-17 rossberg@chromium.orgRename "global context" to "native context",
2012-07-19 sanjoy@chromium.orgOptimize functions on a second thread.
2012-05-23 danno@chromium.orgImplement tracking and optimizations of packed arrays
2012-04-27 jkummerow@chromium.orgia32: Redefine register usage in LoadIC/KeyedLoadIC...
2012-02-28 mstarzinger@chromi... Implement inlining of constructor calls.
2012-02-14 jkummerow@chromium.orgInitial support for count-based profiling
2012-02-13 yangguo@chromium.orgPort r10674 to x64 and arm.
2012-02-10 danno@chromium.orgImplement elements transitions in ia32 Array constructo...
2012-02-02 danno@chromium.orgHandle single element array growth + transition in...
2012-01-27 mstarzinger@chromi... Implement target cache for constructor calls.
2012-01-26 danno@chromium.orgStore transitioned JSArray maps in global context
2012-01-24 vegorov@chromium.orgSupport inlining at call-sites with mismatched number...
2012-01-13 erik.corry@gmail.comCosmetic changes ("set up" is a verb, "setup" is a...
2012-01-03 danno@chromium.orgUndo allocation of half-formed array during elements...
2011-12-29 danno@chromium.orgAdd InternalArrayCodeGeneric
2011-12-27 danno@chromium.orgEnsure that InternalArrays remain InternalArrays regard...
2011-12-09 danno@chromium.orgSupport Smi->Double->HeapObject transitions in construc...
2011-11-08 rossberg@chromium.orgMake _CallFunction proxy-aware.
next