v8/src/base
Ben Noordhuis 9e99a6048a Fix run-time ARMv6 detection.
BUG=v8:3844
LOG=y
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/867713003

Patch from Ben Noordhuis <info@bnoordhuis.nl>.

Cr-Commit-Position: refs/heads/master@{#26234}
2015-01-23 06:00:57 +00:00
..
platform Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
utils [turbofan] Add support for ARM64 Ubfx 2014-10-09 09:18:31 +00:00
atomicops_internals_arm64_gcc.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
atomicops_internals_arm_gcc.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
atomicops_internals_atomicword_compat.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
atomicops_internals_mac.h Use compiler barrier instead of memory barrier for release/acquire atomic operations on mac. 2014-11-05 12:35:51 +00:00
atomicops_internals_mips64_gcc.h MIPS: remove immediate constraint within CompareAndSwap. 2015-01-09 20:12:28 +00:00
atomicops_internals_mips_gcc.h MIPS: remove immediate constraint within CompareAndSwap. 2015-01-09 20:12:28 +00:00
atomicops_internals_portable.h Unbreak PNaCL build 2014-10-06 08:26:29 +00:00
atomicops_internals_ppc_gcc.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
atomicops_internals_tsan.h Clean up unused stuff in atomicops_internals_{tsan,x86_gcc}.h 2014-06-20 12:58:48 +00:00
atomicops_internals_x86_gcc.cc Partial revert of r21901 (2nd attempt) 2014-06-23 13:30:03 +00:00
atomicops_internals_x86_gcc.h Partial revert of r21901 (2nd attempt) 2014-06-23 13:30:03 +00:00
atomicops_internals_x86_msvc.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
atomicops.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
bits.cc [turbofan] Implement the correct semantics for integer division/modulus. 2014-10-26 12:50:46 +00:00
bits.h [turbofan] Implement the correct semantics for integer division/modulus. 2014-10-26 12:50:46 +00:00
build_config.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
compiler-specific.h Remove (untested) code for unsupported compilers. 2014-10-20 12:04:22 +00:00
cpu.cc Fix run-time ARMv6 detection. 2015-01-23 06:00:57 +00:00
cpu.h [x86] Avoid memory form of PUSH/CALL for ATOM. 2015-01-20 14:59:56 +00:00
DEPS Don't even include v8.h from libbase or libplatform 2014-07-03 08:50:52 +00:00
division-by-constant.cc Fixed compilation with older clang versions. 2014-10-07 09:04:39 +00:00
division-by-constant.h Generalized division via multiplication. 2014-09-05 11:48:47 +00:00
flags.h Add Float64Floor, Float64Ceil, Float64RoundTruncate, Float64RoundTiesAway operators. 2014-10-24 13:12:12 +00:00
functional.cc Further improve hashing of pointers and integers. 2014-10-07 07:39:19 +00:00
functional.h Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
iterator.h [base] Add iterator_range helper class. 2014-12-16 07:32:03 +00:00
lazy-instance.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
logging.cc Replace our homegrown ARRAY_SIZE() with Chrome's arraysize(). 2014-08-26 09:19:24 +00:00
logging.h Remove "extra checks" 2015-01-08 16:29:39 +00:00
macros.h fix defines for openbsd - build fails without them: 2015-01-16 05:07:24 +00:00
once.cc Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
once.h Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
qnx-math.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
safe_conversions_impl.h Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
safe_conversions.h Add safe numerics classes, imported from Chromium. 2014-06-18 11:01:54 +00:00
safe_math_impl.h Add safe numerics classes, imported from Chromium. 2014-06-18 11:01:54 +00:00
safe_math.h Add safe numerics classes, imported from Chromium. 2014-06-18 11:01:54 +00:00
sys-info.cc Remove UNREACHABLE() statements from sys-info.cc 2014-12-23 19:25:27 +00:00
sys-info.h Remove v8stdint.h, it doesn't serve a purpose anymore. 2014-10-21 08:25:14 +00:00
win32-headers.h Fix MSVC build. 2014-08-14 09:24:40 +00:00