Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / full-codegen.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-21 jarin@chromium.orgInitial support for debugger frame state in Turbofan.
2014-08-18 dslomov@chromium.orgParse 'super' keyword.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-23 yangguo@chromium.orgPropagate serialization flag to inner functions.
2014-07-21 rossberg@chromium.orgImplement basic code generation for arrow functions
2014-07-16 yangguo@chromium.orgDo not expose all timer events to the API callback.
2014-07-10 mstarzinger@chromi... Remove GDB JIT hooks from the position recorder.
2014-07-08 yangguo@chromium.orgFix issues with code serializer.
2014-07-08 yangguo@chromium.orgIntroduce code serializer/deserializer.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-25 yangguo@chromium.orgReorder full code for while loops to better reflect...
2014-06-24 yangguo@chromium.orgDo not eagerly update allow_osr_at_loop_nesting_level.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-05 ulan@chromium.orgPreliminary support for block contexts in hydrogen.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-27 yangguo@chromium.orgMerge Debugger and Debug.
2014-05-19 bmeurer@chromium.orgDrop redundant FullCodeGenerator::prepared_bailout_ids_.
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-04-30 mvstanton@chromium.orgFix gcmole warning in EnsureSlotContainsAllocationSite().
2014-04-30 mvstanton@chromium.orgSimplify feedback vector creation and store in SharedFu...
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-28 yangguo@chromium.orgRemove some remnants of MaybeObjects in objects.*.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-25 dslomov@chromium.orgRefactor optimized in hydrogen only runtime functions.
2014-03-25 dslomov@chromium.orgRevert "This implements allocating small typed arrays...
2014-03-25 dslomov@chromium.orgThis implements allocating small typed arrays in heap.
2014-03-25 dslomov@chromium.orgRevert "This implements allocating small typed arrays...
2014-03-25 dslomov@chromium.orgThis implements allocating small typed arrays in heap.
2014-03-24 rossberg@chromium.orgFix debuggersupport=off build after r17184 and r18149.
2014-03-24 yangguo@chromium.orgRefactor inlined typed array runtime functions.
2014-03-17 mvstanton@chromium.orgRevert "Continued fix for 351257. Reusing the feedback...
2014-03-14 mvstanton@chromium.orgContinued fix for 351257. Reusing the feedback vector...
2014-03-13 hpayer@chromium.orgRevert "Moved type feedback vector to SharedFunctionInfo."
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-07 yangguo@chromium.orgReland "Introduce intrinsics for double values in Javas...
2014-03-07 mvstanton@chromium.orgMoved type feedback vector to SharedFunctionInfo.
2014-03-07 yangguo@chromium.orgRevert "Introduce intrinsics for double values in Javas...
2014-03-07 mvstanton@chromium.orgSymbols for type cells. We can make more efficient...
2014-03-07 yangguo@chromium.orgIntroduce intrinsics for double values in Javascript.
2014-03-07 yangguo@chromium.orgRemove duplicates in runtime macros.
2014-02-11 mvstanton@chromium.orgCleanup: ContextualMode doesn't need to be passed to...
2014-02-10 mvstanton@chromium.orgAdding a type vector to replace type cells.
2014-01-31 verwaest@chromium.orgRemove CallICs
2014-01-28 bmeurer@chromium.orgDrop the native FastNewBlockContextStub.
2014-01-21 rossberg@chromium.orgZonify types in compiler frontend
2014-01-17 mvstanton@chromium.orgFix logic error in assert in IsUndeclaredGlobal()
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-11-26 jochen@chromium.orgAdd Isolate* parameter to static API methods that don...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 3
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 2
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 1
2013-10-01 mstarzinger@chromi... Defer allocation of native function literals.
2013-09-30 jkummerow@chromium.orgRevert "Defer allocation of native function literals."
2013-09-30 mstarzinger@chromi... Defer allocation of native function literals.
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-19 yangguo@chromium.orgRefactor back edge table related code into a new class.
2013-09-05 loislo@chromium.orgFunctions may not be optimized and we would like to...
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-08-16 mstarzinger@chromi... Remove check for empty handle for CodeGenerator::MakeCo...
2013-08-05 haitao.feng@intel.comIntroduce Push and Pop register macro instructions...
2013-07-19 palfia@homejinni.comFix unaligned accesses in back_edge tables.
2013-07-17 olivf@chromium.orgThere is no undefined Literal.
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-06-28 jkummerow@chromium.orgAdd %_DebugBreakInOptimizedCode() pseudo function call...
2013-06-24 rossberg@chromium.orgRename Literal::handle to Literal::value
2013-06-12 danno@chromium.orgSeparate Cell and PropertyCell spaces
2013-06-12 wingo@igalia.comAllocate generator result objects before unwinding...
2013-06-10 wingo@igalia.comGenerator object "next" method takes optional send...
2013-06-07 wingo@igalia.comBaseline for-of implementation
2013-06-06 wingo@igalia.comAdd initial parser support for harmony iteration
2013-05-24 svenpanne@chromium.orgMake (most of) --trace-codegen available in release...
2013-04-26 mstarzinger@chromi... Fix yield inside with
2013-04-24 mstarzinger@chromi... Generators can resume
2013-04-19 mstarzinger@chromi... Generator objects can suspend
2013-04-15 mstarzinger@chromi... Calling a generator function returns a generator object
2013-04-10 yangguo@chromium.orgFix OSR for nested loops.
2013-04-02 mstarzinger@chromi... Add parser support for generators.
2013-03-12 yangguo@chromium.orgParallel recompilation: remove interrupt for code gener...
2013-02-18 danno@chromium.orgImprove the JitCodeEventHandler API to add support...
2013-01-04 svenpanne@chromium.orgReplaced a bailout ID assertion with quadratic time...
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-07 svenpanne@chromium.orgUse count-based profiling exclusively.
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-22 rossberg@chromium.orgGet rid of static module allocation, do it in code.
2012-08-06 svenpanne@chromium.orgIntroduced TypeFeedbackId and BailoutId types.
2012-07-31 erik.corry@gmail.comFix full code generator to not use --debug-code if...
2012-07-09 rossberg@chromium.orgSilence warnings.
2012-07-09 rossberg@chromium.orgImplement proper module linking.
next