[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / mips / lithium-codegen-mips.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-11 jarinMake writing of frame translation platform independent.
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-02-04 balazs.kilvadyMIPS: Introduce LanguageMode, drop StrictMode.
2015-01-20 ulanLCodeGen::CallKnownFunction gets the function in register.
2014-09-24 svenpanne@chromium.orgMake the detailed reason for deopts mandatory on all...
2014-09-22 svenpanne@chromium.orgFurther improve deopt reason output.
2014-09-22 svenpanne@chromium.orgIntroduce a class to carry around a deoptimization...
2014-09-19 svenpanne@chromium.orgRemoved confusing defensive programming in GenerateJump...
2014-09-19 svenpanne@chromium.orgEmit comment with instruction+reason before deopt calls.
2014-09-18 svenpanne@chromium.orgThread the Lithium instruction down to DeoptimizeIf...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-25 balazs.kilvady@img... MIPS: Eliminate code duplication in lithium calls to...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-22 balazs.kilvady@img... MIPS: Never record safepoint with doubles.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 ishell@chromium.orgFixed lint errors caused by "runtime/references" rule...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 plind44@gmail.comMIPS: Allow specifying base offset when constructing...
2014-05-02 bmeurer@chromium.orgFix crash in debug builds introduced with r21110.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jochen@chromium.orgEnter a description of the change.
2014-04-25 jochen@chromium.orgRevert 20968 - "Merge v8utils.* and utils.*"
2014-04-25 jochen@chromium.orgMerge v8utils.* and utils.*
2014-04-24 plind44@gmail.comMIPS: CodeStubs contain their corresponding Isolate...
2014-04-22 plind44@gmail.comMIPS: Improve code generation for bounds checks.
2014-03-31 palfia@homejinni.comMIPS: Reland and fix "Fix LoadFieldByIndex to take...
2014-03-12 jkummerow@chromium.orgFix lazy deopt after tagged binary ops
2014-03-11 plind44@gmail.comMIPS: Eliminate extended mode, and other modes clean-up
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-04 plind44@gmail.comMIPS: Push safepoint registers in deferred number-to...
2014-01-14 plind44@gmail.comMIPS: Remove CALL_AS_FUNCTION and CALL_AS_METHOD.
2013-12-20 plind44@gmail.comMIPS: Improve registers saving for safepoints in deferr...
2013-12-03 ulan@chromium.orgMake LCodeGen::RegisterDependentCodeForEmbeddedMaps...
2013-11-22 palfia@homejinni.comMIPS: Add function declarations missing from r18000.
2013-11-13 palfia@homejinni.comMIPS: Fix usage of EmitBranch in compare-minus-zero...
2013-11-06 plind44@gmail.comMIPS: Improve implementation of HSeqStringSetChar.
2013-11-05 plind44@gmail.comMIPS: Handle constants in new space by making macro...
2013-10-21 palfia@homejinni.comMIPS: Add tool to visualize machine code/lithium.
2013-10-02 plind44@gmail.comMIPS: Improve and simplify removal of unreachable code.
2013-10-01 palfia@homejinni.comMIPS: Let the register allocator handle the context...
2013-10-01 plind44@gmail.comMIPS: Lazily save double registers for HCallRuntime...
2013-09-12 palfia@homejinni.comMIPS: Improve code generation for the HRandom instruction.
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-08-20 bmeurer@chromium.orgReland "Use V8_FINAL and V8_OVERRIDE in various places...
2013-08-20 bmeurer@chromium.orgRevert "Use V8_FINAL and V8_OVERRIDE in various places...
2013-08-20 bmeurer@chromium.orgUse V8_FINAL and V8_OVERRIDE in various places, fixing...
2013-08-14 palfia@homejinni.comMIPS: Never hchange nan-hole to hole or hole to nan...
2013-08-12 palfia@homejinni.comMIPS: Replace LoadNamedFieldPolymorphic with explicit...
2013-08-08 palfia@homejinni.comMIPS: Patch to enhance the source code line information...
2013-08-07 palfia@homejinni.comMIPS: First implementation of allocation elimination...
2013-08-06 svenpanne@chromium.orgDesugar bitwise negation into XOR and kill all UnaryOp...
2013-08-06 palfia@homejinni.comMIPS: Migrate instance of deprecated maps in HCheckMaps.
2013-08-02 loislo@chromium.orgExtract hardcoded error strings into a single place...
2013-07-25 palfia@homejinni.comMIPS: Adding Smi support to Add, Sub, Mul, and Bitwise
2013-07-25 palfia@homejinni.comMIPS: New array bounds check elimination pass (focused...
2013-07-23 danno@chromium.orgUnify SoftDeoptimize and Deoptimize hydrogen instructions
2013-07-15 mstarzinger@chromi... Reland deprecation of HAllocateObject in favor of HAllo...
2013-06-26 palfia@homejinni.comMIPS: Avoid Unnecessary Smi Checks.
2013-06-20 palfia@homejinni.comMIPS: Lithium codegen should not pass around block_ids.
2013-06-20 mstarzinger@chromi... Revert r14930 and r14935 temporarily.
2013-06-17 palfia@homejinni.comMIPS: Optimise Math.floor(x/y) to use integer division...
2013-06-12 palfia@homejinni.comMIPS: Allow the deoptimizer translation to track de...
2013-06-12 yangguo@chromium.orgReland "Enable map dependency to in-flight compilation...
2013-06-11 yangguo@chromium.orgRevert "Enable map dependency to in-flight compilation...
2013-06-10 yangguo@chromium.orgFix parallel recompilation wrt transition maps dependency.
2013-06-07 yangguo@chromium.orgEnable map dependency to in-flight compilation info.
2013-06-04 mstarzinger@chromi... Deprecate HAllocateObject in favor of HAllocate.
2013-05-30 palfia@homejinni.comMIPS: Replace DeoptimizeOnUndefined with whitelisting...
2013-05-28 palfia@homejinni.comMIPS: Update the gap resolver to support Smi constants.
2013-05-24 palfia@homejinni.comMIPS: Always require exact maps.
2013-05-24 palfia@homejinni.comMIPS: Implement HChange support for Smis and use it...
2013-05-15 palfia@homejinni.comMIPS: Ensure that soft-deopts don't count against opt_count
2013-04-26 palfia@homejinni.comMIPS: Track storage types of instance variables.
2013-04-24 palfia@homejinni.comMIPS: Disallow dereferencing deferred handles when...
2013-04-22 svenpanne@chromium.orgVarious improvements regarding the way we print code...
2013-04-19 svenpanne@chromium.orgSimplified LCodeGen::GetNextEmittedBlock and LCodeGen...
2013-04-18 palfia@homejinni.comMIPS: HArgument instructions currently require a frame...
2013-04-18 svenpanne@chromium.orgCleaned up and fixed code comment handling a bit.
2013-04-11 svenpanne@chromium.orgSeparate Math Lithium operations.
2013-03-20 palfia@homejinni.comMIPS: Implement many KeyedStoreStubs using Crankshaft
2013-03-12 mvstanton@chromium.orgMIPS: To fully support hydrogen code stubs which accept...
2013-03-04 palfia@homejinni.comMIPS: Fix materialization of arguments objects with...
2013-02-20 ulan@chromium.orgRemove prototype checks for leaf maps in optimized...
2013-02-14 ulan@chromium.orgRegister dependent codes before populating deoptimizati...
2013-02-13 palfia@homejinni.comMIPS: Generate the TransitionElementsStub using Crankshaft
2013-02-12 mmassi@chromium.orgSeparated smi check from HBoundsCheck.
2013-01-21 mvstanton@chromium.orgMIPS: Additional work to get array literal allocation...
2013-01-07 danno@chromium.orgMIPS: Re-land Crankshaft-generated KeyedLoad stubs.
2013-01-07 danno@chromium.orgMIPS: Remove redundant loads in DoCheckMaps Hoist the...
next