v8/src/base
svenpanne@chromium.org 051972d240 Generalized division via multiplication.
We can now compute the magic numbers for all combinations of 32bit and
64bit (un)signed multiplications.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23730 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-09-05 11:48:47 +00:00
..
platform Fix NaCl build. 2014-09-02 15:22:36 +00:00
utils Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +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 Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
atomicops_internals_mips64_gcc.h Add mips64 port. 2014-07-09 11:08:26 +00:00
atomicops_internals_mips_gcc.h Reland "MIPS: Add support for arch. revision 6 to mips32 port." 2014-08-12 19:04: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 Add mips64 port. 2014-07-09 11:08:26 +00:00
base.gyp Generalized division via multiplication. 2014-09-05 11:48:47 +00:00
bits-unittest.cc Fix NaCl build. 2014-09-02 15:22:36 +00:00
bits.cc First step to cleanup the power-of-2 mess. 2014-09-02 13:36:35 +00:00
bits.h First step to cleanup the power-of-2 mess. 2014-09-02 13:36:35 +00:00
build_config.h Removed dead #define. 2014-09-01 07:23:18 +00:00
compiler-specific.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
cpu-unittest.cc Merge base unit tests into src to be in line with Chrome. 2014-08-29 10:53:08 +00:00
cpu.cc Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
cpu.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
DEPS Don't even include v8.h from libbase or libplatform 2014-07-03 08:50:52 +00:00
division-by-constant-unittest.cc Generalized division via multiplication. 2014-09-05 11:48:47 +00:00
division-by-constant.cc Generalized division via multiplication. 2014-09-05 11:48:47 +00:00
division-by-constant.h Generalized division via multiplication. 2014-09-05 11:48:47 +00:00
flags-unittest.cc Add support for storage type to base::Flags. 2014-09-02 06:53:14 +00:00
flags.h [turbofan] First step of Operator refactoring. 2014-09-02 11:36:55 +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 Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
macros.h First step to cleanup the power-of-2 mess. 2014-09-02 13:36:35 +00:00
once.cc Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
once.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +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-unittest.cc Merge base unit tests into src to be in line with Chrome. 2014-08-29 10:53:08 +00:00
sys-info.cc More PNaCL fixes (without GYP/Makefile tweaks) 2014-08-29 09:39:28 +00:00
sys-info.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
win32-headers.h Fix MSVC build. 2014-08-14 09:24:40 +00:00
win32-math.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
win32-math.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00