Fix typo in spec file
[platform/upstream/v8.git] / src / ppc /
2015-11-20 mbrandyPPC: Full code shouldn't embed the type feedback vector.
2015-11-20 mbrandyPPC: Introduce LiteralsArray to hide it's implementation.
2015-11-20 mbrandyPPC: [turbofan] Call ArgumentsAccessStub to materialize...
2015-11-20 mbrandyPPC: [es6] Introduce spec compliant IsConstructor.
2015-11-20 mbrandyPPC: [runtime] Remove weird pushing of something on...
2015-11-20 mbrandyPPC: [builtin] Refactor Invoke to deal with any kind...
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 alphMove heap and CPU profilers into a dedicated directory.
2015-09-22 mbrandyPPC: [builtins] Add support for NewTarget to Execution...
2015-09-22 mbrandyPPC: [ic] Introduce BOOLEAN state for CompareIC.
2015-09-22 mbrandyPPC: Fix "[turbofan] Add support for reinterpreting...
2015-09-22 mbrandyPPC: [ic] Also collect known map for relational comparison.
2015-09-18 mbrandyPPC: Fix AssertFunction.
2015-09-18 mbrandyPPC: [stubs] Refactor StringCompareStub and use it...
2015-09-18 mbrandyPPC: [runtime] Replace COMPARE/COMPARE_STRONG with...
2015-09-17 mbrandyPPC: [runtime] Initial step towards switching Execution...
2015-09-17 mbrandyPPC: [runtime] Replace the EQUALS builtin with proper...
2015-09-17 mbrandyPPC: [builtins] Unify the String constructor.
2015-09-17 mbrandyPPC: Remove --pretenure-call-new
2015-09-17 mbrandyPPC: Vector ICs: Hook up vectors in platform builtins...
2015-09-14 mbrandyPPC: [builtins] Simplify String constructor code.
2015-09-14 mbrandyPPC: [Interpreter] Add support for JS calls.
2015-09-11 mbrandyPPC: Make FlushICache part of Assembler(Base) and take...
2015-09-11 mbrandyPPC: [builtins] Remove the weird STACK_OVERFLOW builtin.
2015-09-11 mbrandyPPC: [stubs] Simplify the non-function case of CallCons...
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mbrandyPPC: [calls] Consistent call protocol for calls.
2015-09-09 mbrandyPPC: On a call to Array(), we patched a call ic. This...
2015-09-09 mbrandyPPC: Reland Vector ICs: platform support for vector...
2015-09-09 mbrandyPPC: [builtins] Unify the various versions of [[Call...
2015-09-09 mbrandyPPC: [runtime] Replace many buggy uses of %_CallFunctio...
2015-09-04 mbrandyPPC: Remove obsolete functionality from the MacroAssemb...
2015-09-03 mbrandyPPC: [es6] Initial steps towards a correct implementati...
2015-09-03 mbrandyPPC: [es6] Re-implement rest parameters via desugaring.
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-02 mbrandyPPC: VectorICs: Cleanup, remove unnecessary arguments...
2015-09-01 mbrandyPPC: Crankshaft is now able to compile top level code...
2015-08-31 mbrandyPPC: [builtins] Pass correct number of arguments after...
2015-08-28 mbrandyPPC: [runtime] Add %ToString and %_ToString and remove...
2015-08-28 titzerUse ShouldEnsureSpaceForLazyDeopt more.
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 titzerRemove CompilationInfo::MayUseThis() and replace it...
2015-08-27 mbrandyPPC: [Interpreter] Add support for parameter variables.
2015-08-27 mbrandyPPC: Fix "Correctify instanceof and make it optimizable."
2015-08-27 mbrandyPPC: Correctify instanceof and make it optimizable.
2015-08-27 mbrandyPPC: [interpreter]: Changes to interpreter builtins...
2015-08-27 mbrandyPPC: Make Simulator respect C stack limits as well.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 mbrandyPPC: Fix InterpreterEntryTrampoline().
2015-08-26 mbrandyPPC: [turbofan] Unify referencing of stack slots
2015-08-26 mbrandyPPC: Cleanup: Remove unncessary leave_frame parameter...
2015-08-26 mbrandyPPC: VectorICs: New interface descriptor for vector...
2015-08-26 mbrandyPPC: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
2015-08-26 mbrandyPPC: [compiler] Remove broken support for undetectable...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-08-03 mbrandyPPC: Clean up register save/restore logic.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-31 mbrandyPPC: VectorICs: refactoring to eliminate "for queries...
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 mbrandyPPC: [interpreter] Add Interpreter{Entry,Exit}Trampolin...
2015-07-30 bmeurer[runtime] DeclareGlobals and DeclareLookupSlot don...
2015-07-30 mbrandyPPC: Support for conditional return instruction.
2015-07-30 mbrandyPPC: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 mbrandyUpdate PPC OWNERS
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 mbrandyPPC: [stubs] Properly handle read-only properties in...
2015-07-27 mbrandyPPC: Cross-script variables handling fixed. It was...
2015-07-27 mbrandyPPC: Fix '[stubs] Optimize LoadGlobalViaContextStub...
2015-07-27 michael_dawsonAdd Junliang to PPC owners list
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-27 mbrandyPPC: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-23 mostynbconvert a bunch of DCHECKs to STATIC_ASSERT
2015-07-23 mbrandyPPC: Fix pushing of register in CallConstructStub outsi...
2015-07-23 mbrandyPPC: Unify "runtime-style" IC functions with Runtime...
2015-07-23 mbrandyPPC: HydrogenCodeStubs consume stack arguments via...
2015-07-23 mbrandyPPC: Eliminate redundant descriptor ElementTransitionAn...
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-23 yangguoReduce duplicate code in full-codegen across platforms.
2015-07-23 yangguoRevert of Reduce duplicate code in full-codegen across...
2015-07-23 yangguoReduce duplicate code in full-codegen across platforms.
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 mbrandyPPC: Debugger: prepare code for debugging on a per...
2015-07-20 jochenAdd support for adding an external and a tagged pointer
2015-07-20 mstarzingerAdd function literal variable to declaration list.
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-17 mbrandyPPC: Fix memento initialization when constructing from...
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
next