[runtime] Sanitize %NewClosure runtime entries.
[platform/upstream/v8.git] / src / compiler / linkage.cc
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mstarzinger[turbofan] Make %Arguments composable with inlining.
2015-09-08 mstarzingerUse baseline code to compute message locations.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 bmeurer[es6] Implement spec compliant ToName (actually ToPrope...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-26 chunyang.daiX87: [Interpreter] Pass context to interpreter bytecode...
2015-08-24 rmcilroy[Interpreter] Pass context to interpreter bytecode...
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-18 danno[turbofan] Unify referencing of stack slots
2015-08-18 rmcilroy[interpreter]: Changes to interpreter builtins for...
2015-08-11 titzerReland: [turbofan] Various fixes to allow unboxed doubl...
2015-08-11 yangguoRevert of [turbofan] Various fixes to allow unboxed...
2015-08-10 titzer[turbofan] Various fixes to allow unboxed doubles as...
2015-08-07 titzer[turbofan] Remove kInterpreterDispatch CallDescriptor...
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-08-05 conradw[strong] Refactor out separate strong runtime call...
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-30 danno[turbofan]: Add better encapsulation to LinkageLocation
2015-07-30 titzer[turbofan] Factor C call descriptor building into compi...
2015-07-30 conradwMove final parts of class literal setup into a single...
2015-07-22 danno[turbofan]: Fix tail calls edge cases and add tests
2015-07-20 mstarzinger[turbofan] Support handling of default super calls.
2015-07-13 rmcilroy[turbofan] Add an InterpreterDispatch linkage type.
2015-07-06 mstarzinger[turbofan] Port initialization of new.target variable.
2015-07-02 danno[turbofan] Enable tail calls for %_CallRuntime.
2015-06-26 bmeurer[turbofan] Use proper eager deopts for %_ThrowNotDateEr...
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-09 mstarzinger[turbofan] Make Runtime::kSetProperty have a frame...
2015-06-08 Benedikt Meurer[turbofan] Initial support for the %_DateField intrinsic.
2015-06-05 dannoAdd %GetCallerJSFunction intrinsic
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-20 erikcorryRegularize namespace closing curlies
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-04 mstarzinger[turbofan] Add SimplifiedOperator::Allocate operator.
2015-04-30 svenpanneDetect simple tail calls
2015-04-27 mstarzinger[turbofan] Introduce explicit JSCreateLiteral[Array...
2015-04-23 bmeurer[turbofan] Unify frame state inputs.
2015-04-21 mstarzinger[turbofan] Use FastCloneShallow[Array|Object]Stub if...
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-03-20 bmeurer[turbofan] Work-around untagged result of CompareIC...
2015-03-09 titzerExtract ParseInfo from CompilationInfo.
2015-03-09 mstarzinger[turbofan] Only reduce inline %DeoptimizeNow.
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-04 mstarzinger[turbofan] Fix exception being re-thrown after finally...
2015-02-17 mstarzingerFix representation for CompareIC in JSGenericLowering.
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-11 svenpanneRemoved most of the bogus CompilationInfo constructor...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-10 chunyang.daiFix the MachineSignature* parameters change for turbofa...
2015-02-06 mstarzingerMake the Linkage::NeedsFrameState list more intuitive.
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-01-30 titzer[turbofan] Fix usage of ThisFunction parameter in OSR.
2015-01-26 mstarzingerAdd missing FrameState for Runtime_CreateArrayLiteral.
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-22 mstarzingerAdd missing BailoutId and FrameState to with statements.
2015-01-21 mstarzingerAdd missing FrameState to harmony class literals.
2015-01-21 mstarzingerAdd missing FrameState for Runtime_GetPrototype.
2015-01-21 mstarzingerAdd missing FrameState for Runtime_DeliverObservationCh...
2015-01-17 machenbachRevert of [turbofan] Fix bunch of tests failing with...
2015-01-16 jarin[turbofan] Fix bunch of tests failing with --turbo...
2015-01-13 chunyang.daiFix the compilation error for turbofan unsupported...
2015-01-13 jarin[turbofan] Add missing deopt.
2014-12-09 chunyang.daiFix a typo error.
2014-12-09 bmeurer[turbofan] Turn JSToBoolean and JSUnaryNot into pure...
2014-11-19 yangguoOne instead of two runtime calls when initializing...
2014-11-07 jarin@chromium.org[turbofan] Fix deoptimization of uint8, uint16 inputs.
2014-11-03 dusan.milosavljevi... Unbreak build fon non-TF targets.
2014-11-03 titzer@chromium.orgNow with more checkings! Skip the CallFunctionStub...
2014-10-31 jarin@chromium.orgRevert "Skip the CallFunctionStub when the callee funct...
2014-10-31 titzer@chromium.orgSkip the CallFunctionStub when the callee function...
2014-10-30 dcarney@chromium.org[turbofan] add configuration parameters for register...
2014-10-29 jarin@chromium.org[turbofan] Add deopt for %StringMatch
2014-10-27 dcarney@chromium.org[turbofan] reduce allocations outside of pipeline
2014-10-26 jarin@chromium.orgHandle noi18n in deopt.
2014-10-26 jarin@chromium.orgAdd more missing deopts
2014-10-20 sigurds@chromium.orgAdd inlining for intrinsics.
2014-09-30 yangguo@chromium.orgIntroduce PromiseRejectCallback.
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-29 jarin@chromium.orgAdding more missing deoptimization points in Turbofan.
2014-09-18 sigurds@chromium.orgReland "Add handling for argument adaptor frames to...
2014-09-17 sigurds@chromium.orgRevert "Add handling for argument adaptor frames to...
2014-09-17 sigurds@chromium.orgAdd handling for argument adaptor frames to inlining.
2014-09-15 jarin@chromium.orgRemove deoptimization by patching the call stack.
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
2014-09-08 yangguo@chromium.orgInitialize CodeStubInterfaceDescriptor in the constructor.
2014-09-05 yangguo@chromium.orgDo not cache CodeStubInterfaceDescriptor on the isolate.
2014-09-03 balazs.kilvady@img... Fix r23638 "Convert Linkage to use MachineSignature...
2014-09-03 titzer@chromium.orgConvert Linkage to use MachineSignature.
2014-09-02 bmeurer@chromium.org[turbofan] First step of Operator refactoring.
2014-09-02 jarin@chromium.orgFix Win64 build (header include mess up)
next