[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm / constants-arm.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from IC subsystem.
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-02-06 Benedikt Meurer[arm] Assembler support for internal references.
2014-12-08 Benedikt MeurerMake cpplint happy.
2014-10-30 sigurds@chromium.orgAdd vrint{a,n,p,m,z} instructions to arm assembler...
2014-08-21 rmcilroy@chromium.orgAdd ARMv6 support for the out-of-line constant pool.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-03 rmcilroy@chromium.org[Arm]: Enable use of extended out-of-line constant...
2014-06-27 marja@chromium.orgRevert "ARM: Use the shifter operand to merge in previo...
2014-06-25 alexandre.rames... ARM: Use the shifter operand to merge in previous shift...
2014-06-23 rmcilroy@chromium.org[Arm] Various cleanups to the Arm assembler backend.
2014-06-05 titzer@chromium.orgDocumentation: fix comments for CommuteCondition.
2014-06-04 titzer@chromium.orgRename ReverseCondition to CommuteCondition, a more...
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-24 bmeurer@chromium.orgRevert "Some code cleanup, esp. includes and copyright...
2014-04-24 bmeurer@chromium.orgSome code cleanup, esp. includes and copyright headers.
2014-03-21 m.m.capewell@googl... ARM: Fix Q register encoding
2013-11-27 rmcilroy@chromium.orgAvoid trying to decode the raw inline constant which...
2013-09-12 rodolph.perfetta... ARM: remove the regexp specific literal pool.
2013-07-10 rodolph.perfetta... ARM: Implement memcpy using NEON.
2013-04-18 rodolph.perfetta... ARM: clean up code now that ARMv6 is the baseline.
2013-04-16 jkummerow@chromium.orgFix ARM specific GYP variables
2013-04-16 rodolph.perfetta... ARM: Makefile/gyp update allowing better control of...
2013-04-15 m.m.capewell@googl... ARM: Enable VFP default NaN mode
2013-01-23 ulan@chromium.orgARM: Make use of d16-d31 when available.
2012-12-28 ulan@chromium.orgUse VLDR instead of VMOVs from GPR when a 64-bit double...
2012-10-22 ulan@chromium.orgChange constant pool marker to be the unconditional...
2012-10-15 ulan@chromium.orgSimulate and disasm NOP on ARM
2012-10-15 ulan@chromium.orgAllow unaligned accesses for ARMv7.
2012-07-19 svenpanne@chromium.orgFix compilation for ARMv5TEJ
2012-01-16 erik.corry@gmail.comMore spelling changes.
2011-11-29 kmillikin@chromium.orgRemove the static qualifier from functions in header...
2011-04-11 sgjesse@chromium.orgARM: Remove support for ABI prior to EABI
2011-04-06 sgjesse@chromium.orgARM: Add support load/store multiple VFP registers
2011-03-21 karlklose@chromium.orgImprove ARM-Simulator.
2011-03-15 karlklose@chromium.orgARM: Improved double to integer truncation.
2011-03-02 sgjesse@chromium.orgImplement int32 TypeRecordingBinaryOp on ARM.
2011-02-09 sgjesse@chromium.orgARM: Add type-feedback recording for compare
2011-02-04 sgjesse@chromium.orgImplements DoubleToI on ARM. Refactor some VFP code...
2011-01-26 ager@chromium.orgARM: Merging constants in simulator and assembler heade...
2011-01-19 ager@chromium.orgFix the ARM simulator's stop support and add conditiona...
2010-11-09 erik.corry@gmail.comARM: The Simulator will now handle different VFP roundi...
2010-10-28 ager@chromium.orgLanding for Rodolph Perfetta.
2010-08-26 erik.corry@gmail.comFix incorrect encoding of single and double precision...
2010-07-08 erik.corry@gmail.comARM: Add support for the VFP mov literal instruction...
2010-06-22 erik.corry@gmail.comAdd movw and movt support for ARMv7. This includes...
2010-05-27 sgjesse@chromium.orgARM: Default to use unaligned accesses in the simulator
2010-05-06 erik.corry@gmail.comAllow unaligned memory accesses on ARM targets that...
2010-04-08 sgjesse@chromium.orgAdd support for bkpt instruction
2010-03-23 vegorov@chromium.orgPort of optimized ICs for external and pixel arrays...
2010-03-19 erik.corry@gmail.comImplement function calls on ARM using the blx instructi...
2010-01-25 whesse@chromium.orgAdd vstr and vldr floating point load and store to...
2009-11-25 erik.corry@gmail.comUpdate with a hopefully complete list of macros
2009-11-25 erik.corry@gmail.comFix bug 516 by recognizing yet another gcc macro that
2009-11-12 erik.corry@gmail.comFix some style issues in the ARM code.
2009-11-12 erik.corry@gmail.comAdd vfp support on ARM. Patch from John Jozwiak.
2009-09-16 erik.corry@gmail.comClean up the ifdefs on ARM.
2009-09-09 sgjesse@chromium.orgRefactor the register to name mapping in the ARM simulator.
2009-06-30 erik.corry@gmail.comMore changes to make the simulator run code that is...
2009-06-09 erik.corry@gmail.com* Modify simulator and ARM code generator to avoid swi
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-04 deanm@chromium.orgCleanup include guards:
2009-04-23 lrn@chromium.orgMove backend specific files to separate directories.