[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm / simulator-arm.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-05-20 svenpanneFixed various simulator-related space leaks.
2015-03-30 bmeurer[turbofan] Add backend support for float32 operations.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-20 ishell@chromium.orgReland "v8::TryCatch now works correctly with ASAN...
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2013-11-26 yangguo@chromium.orgMake some ARM test cases faster.
2013-09-18 rodolph.perfetta... ARM: Fix simulator when using hard floating point ABI.
2013-07-16 yurys@chromium.orgFix cctest/test-cpu-profiler/FunctionApplySample fakine...
2013-07-10 rodolph.perfetta... ARM: Implement memcpy using NEON.
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-17 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-15 m.m.capewell@googl... ARM: Enable VFP default NaN mode
2013-04-11 ulan@chromium.orgAccurate function prototypes for native calls from...
2013-04-02 ulan@chromium.orgCleanup: Rename Simulator::watched_stops to match style...
2013-01-30 ulan@chromium.orgARM: Rename Simulator::vfp_register to vfp_registers_
2013-01-23 ulan@chromium.orgARM: Make use of d16-d31 when available.
2012-11-26 jkummerow@chromium.orgFaster implementation of Math.exp()
2012-08-06 jkummerow@chromium.orgRefactor Math.min/max to be a single HInstruction.
2012-05-22 yangguo@chromium.orgImplement loop for global regexps in regexp assembler.
2011-11-09 yangguo@chromium.orgRepeat last debugger command in the arm simulator when...
2011-05-05 dslomov@chromium.orgThis implements per-isolate locking and unlocking,...
2011-04-29 sgjesse@chromium.orgARM: Support hardfloat in SCons build and make it a...
2011-04-27 karlklose@chromium.orgImplement hardfloat calling convention in macro assembl...
2011-04-18 karlklose@chromium.orgARM: Optimisations for call, jump and untag.
2011-04-13 sgjesse@chromium.orgARM: Fix a number of issues with running without VFPv3...
2011-04-06 sgjesse@chromium.orgARM: Add support load/store multiple VFP registers
2011-03-18 vitalyr@chromium.orgTry fix arm build.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-02-16 lrn@chromium.orgFix non-simulated ARM calling of RegExp code.
2011-02-15 lrn@chromium.orgChange native RegExp call code to properly set C++...
2011-02-04 antonm@chromium.orgLanding for Zaheer Ahmad.
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...
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
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-10-25 ager@chromium.orgClean up definitions in simulator.
2010-10-14 sgjesse@chromium.orgAdded USE_SIMULATOR macro that explicitly indicates...
2010-07-21 ager@chromium.orgLanding for Rodolph Perfetta.
2010-05-07 erik.corry@gmail.comAdd ldrd and strd instructions to the ARM port. This...
2010-04-22 erik.corry@gmail.comAdd checks to the ARM simulator to ensure that we flush...
2010-03-23 vegorov@chromium.orgPort of optimized ICs for external and pixel arrays...
2010-01-26 sgjesse@chromium.orgDon't pass the "at start" parameter to native RegExp
2010-01-06 sgjesse@chromium.orgDirect call to native RegExp code from JavaScript.
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-11-05 ager@chromium.orgRework the way we handle the fact that the ARM simulato...
2009-10-01 erik.corry@gmail.comFix the stack limits setting API so it is usable.
2009-08-31 lrn@chromium.orgARM native regexps.
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-27 erik.corry@gmail.comRemove dependency on libstdc++ from test framework.
2009-04-23 lrn@chromium.orgMove backend specific files to separate directories.