[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / mips / codegen-mips.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2014-08-25 balazs.kilvady@img... MIPS: Move IC code into a subdir and move ic-compilatio...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-02-04 jkummerow@chromium.orgCleanup: Unify CodeGenerator class across platforms
2014-01-21 palfia@homejinni.comMIPS: Zonify types in compiler frontend
2013-09-25 palfia@homejinni.comMIPS: Tweak Math.exp.
2013-09-03 palfia@homejinni.comMIPS: thread isolate for files starting with 'b' and...
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-05-24 svenpanne@chromium.orgMake (most of) --trace-codegen available in release...
2013-01-07 danno@chromium.orgMIPS: Re-land Crankshaft-generated KeyedLoad stubs.
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-29 jkummerow@chromium.orgMIPS: Faster implementation of Math.exp()
2012-11-29 svenpanne@chromium.orgSimplify and fix code aging.
2012-11-15 danno@chromium.orgMIPS: Add code again to allow reclaiming old unexecuted...
2011-12-01 yangguo@chromium.orgMIPS: Porting r10023 and r10054 to arm (pointer cache...
2011-10-21 yangguo@chromium.orgMIPS: Porting r9605 to arm (elements kind conversion...
2011-10-13 danno@chromium.orgMIPS: port Merge experimental/gc branch to the bleeding...
2011-07-13 sgjesse@chromium.orgRemove the ability to compile without logging and profiling
2011-05-24 sgjesse@chromium.orgMIPS: Update for 23-May commits, and a few older ones.
2011-05-09 sgjesse@chromium.orgUpdate mips infrastructure files.
2011-03-28 sgjesse@chromium.orgRe-establish mips basic infrastructure.
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2010-09-01 whesse@chromium.orgRemove CodeGenerator::PatchInlineRuntimeEntry and repla...
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-04-07 whesse@chromium.orgChange Math.random() to return 32 bits of random goodne...
2010-03-23 sgjesse@chromium.orgMIPS simple function calls
2010-03-11 sgjesse@chromium.orgFix compile of MIPS port
2010-03-08 ricow@chromium.orgAdded sqrt and pow for arm and x64 - to fix build failures.
2010-03-01 sgjesse@chromium.orgUpdate MIPS port to support recent changes
2010-02-26 vitalyr@chromium.orgImplemented one-char cache lookup in generated code.
2010-02-26 ricow@chromium.orgAdded fast support for Math.pow. This simply calculates...
2010-02-19 vitalyr@chromium.orgSome string optimizations:
2010-02-04 sgjesse@chromium.orgMIPS port initial commit