[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / mips / assembler-mips.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-24 dannoRevert of Remove register index/code indirection (patch...
2015-09-24 dannoRemove register index/code indirection
2015-09-16 ivica.bogosavljevicMIPS: Fixing floating point register clobbering
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-07-30 rmcilroy[interpreter] Add Interpreter{Entry,Exit}Trampoline...
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-14 yangguoDebugger: make debug code on-stack replacement more...
2015-07-13 paul.lindMIPS: Fix BlockTrampolinePoolFor() to emit trampoline...
2015-07-10 yangguoDebugger: use debug break slot to break on call.
2015-06-19 Ilija.PavlovicMIPS: Implemented PC-relative instructions for R6.
2015-06-09 mbrandyFix issues with Arm's use of embedded constant pools
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-05-22 Djordje.PesicMIPS: Add float instructions and test coverage, part two
2015-05-19 Djordje.PesicReland "MIPS: Add float instructions and test coverage...
2015-05-14 paul.lindRevert of MIPS: Add float instructions and test coverag...
2015-05-14 Djordje.PesicMIPS: Add float instructions and test coverage, part one
2015-04-30 dusan.milosavljevicMIPS: Add min/max suffixed variants.
2015-04-30 Djordje.PesicMIPS: Add rounding support in simulator and RINT instru...
2015-04-08 balazs.kilvadyMIPS: [turbofan] Add new Float32Abs and Float64Abs...
2015-04-06 dusan.milosavljevicMIPS: Major fixes and clean-up in asm. for instruction...
2015-04-02 paul.lindMIPS: Remove unused J(Label *).
2015-03-30 balazs.kilvadyMIPS: [turbofan] Add backend support for float32 operat...
2015-03-27 yangguoSerializer: move to a subfolder and clean up includes.
2015-03-23 balazs.kilvadyMIPS: Fix 'MIPS: Serializer: serialize internal referen...
2015-03-18 balazs.kilvadyMIPS: Serializer: serialize internal references via...
2015-03-04 yangguoRefactor BreakLocationIterator.
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-20 balazs.kilvadyMIPS: Fix label position types in binding code.
2015-02-17 balazs.kilvadyMIPS: reland Fix 'Assembler support for internal refere...
2015-02-16 machenbachRevert of MIPS: Fix 'Assembler support for internal...
2015-02-15 balazs.kilvadyMIPS: Fix 'Assembler support for internal references.'
2015-02-09 balazs.kilvadyMIPS: Assembler support for internal references.
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.
2014-09-24 balazs.kilvady@img... MIPS: [turbofan] Add backend support for float32.
2014-08-12 dusan.milosavljevi... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-11 machenbach@chromiu... Revert "Reland "MIPS: Add support for arch. revision...
2014-08-11 dusan.milosavljevi... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-11 jochen@chromium.orgRevert 23028 - "MIPS: Add support for arch. revision...
2014-08-11 dusan.milosavljevi... MIPS: Add support for arch. revision 6 to mips32 port.
2014-08-06 yangguo@chromium.orgAbstract out fetching of break_address in debug mode
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-10 svenpanne@chromium.orgMake presubmit script happy again.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-20 plind44@gmail.comMIPS: Avoid flushing the icache unnecessarily when...
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-05-05 svenpanne@chromium.orgInlined IsFoundByRuntimeProbingOnly.
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-28 svenpanne@chromium.orgSimplified CPU/CpuFeatures a bit.
2014-04-17 palfia@homejinni.comMIPS: Serializer enable/disable flags need thread safety.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-04-15 plind44@gmail.comMIPS: Add big-endian support for MIPS.
2014-03-19 plind44@gmail.comMIPS: Reland "Add out-of-line constant pool support...
2014-03-12 plind44@gmail.comMIPS: Reland "Pass a Code object to Assembler::(set_...
2013-12-06 plind44@gmail.comMIPS: Faster memcpy.
2013-11-25 bmeurer@chromium.orgDrop unused Assembler::set_external_target_at() method.
2013-11-05 plind44@gmail.comMIPS: Avoid using dd() in Prologue when --optimize...
2013-10-10 olivf@chromium.orgEnsure only whitelisted stubs have sse2 versions in...
2013-10-01 palfia@homejinni.comMIPS: Let the register allocator handle the context...
2013-09-17 olivf@chromium.orgAdd a mechanism to override the detected cpu features.
2013-08-06 svenpanne@chromium.orgDesugar bitwise negation into XOR and kill all UnaryOp...
2013-07-17 palfia@homejinni.comMIPS: Improve code aging sequence.
2013-04-16 palfia@homejinni.comMIPS: Remove soft-float support.
2013-03-20 palfia@homejinni.comMIPS: Critical fix for label binding in RegExp engine...
2013-03-11 palfia@homejinni.comMIPS: Fix debug mode related porting mistakes.
2013-03-06 mvstanton@chromium.orgMake sure that on x86 we don't generate SSE2 code in...
2013-03-05 svenpanne@chromium.orgCleaned up CpuFeature scope handling.
2013-02-13 palfia@homejinni.comMIPS: Generate the TransitionElementsStub using Crankshaft
2013-01-23 ulan@chromium.orgARM: Make use of d16-d31 when available.
2013-01-09 yangguo@chromium.orgMIPS: Emit madd.d for multiply-add on MIPS.
2013-01-07 danno@chromium.orgMIPS: Re-land Crankshaft-generated KeyedLoad stubs.
2013-01-04 ulan@chromium.orgRename RelocInfo::NONE to RelocInfo::NONE32.
2012-11-22 svenpanne@chromium.orgMoved buffer handling to AssemblerBase.
2012-11-15 danno@chromium.orgMIPS: Add code again to allow reclaiming old unexecuted...
2012-11-12 svenpanne@chromium.orgFixed Code::FindCodeAgeSequence logic, removing a dead...
2012-11-09 svenpanne@chromium.orgRefactoring: Make emit_debug_code flag handling archite...
2012-10-22 danno@chromium.orgMIPS: Use movw/movt instead of constant pool on ARMv7.
2012-10-17 danno@chromium.orgMIPS: Fix compilation under clang.
2012-10-04 danno@chromium.orgMIPS: Changed "marked" nops to use sll(zero_reg, at...
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-04-12 erik.corry@gmail.comMIPS: NaNs in the snapshot should be quiet according
2012-04-05 danno@chromium.orgMIPS: Remove static initializers in v8.
2012-03-21 erik.corry@gmail.comEnable snapshots on MIPS. This is based on
2012-01-19 kmillikin@chromium.orgMIPS: Fix for an ARM register allocation bug.
2012-01-16 erik.corry@gmail.comMore spelling changes.
2011-10-26 fschneider@chromiu... Land two MIPS changes.
2011-09-13 danno@chromium.orgMIPS: pre-crankshaft updates to assembler and related...
2011-09-08 ricow@chromium.orgFix presubmit errors caused by updated depot tools
2011-08-29 yangguo@chromium.orgCommenting register usage in MIPS.
2011-07-18 svenpanne@chromium.org Encapsulated the AST ID recording a bit, this time...
2011-07-11 sgjesse@chromium.orgMIPS: Cleaned up calling-related methods in the assembler.
2011-06-28 sgjesse@chromium.orgMIPS: Long branch implementation and trampoline improve...
next