.. |
platform
|
Workaround for borked sem_init library function.
|
2015-10-13 09:53:10 +00:00 |
utils
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
adapters.h
|
Import Reversed adapter from Chromium and use it in v8.
|
2015-04-20 16:24:37 +00:00 |
atomicops_internals_arm64_gcc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_arm_gcc.h
|
Add ARMv8-A to the supporting list of arm platforms
|
2015-10-30 14:17:20 +00:00 |
atomicops_internals_atomicword_compat.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_mac.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_mips64_gcc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_mips_gcc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_portable.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_ppc_gcc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +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
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_x86_gcc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops_internals_x86_msvc.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
atomicops.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
bits.cc
|
[turbofan] Implement the correct semantics for integer division/modulus.
|
2014-10-26 12:50:46 +00:00 |
bits.h
|
[presubmit] Fix whitespace/semicolon linter violations.
|
2015-09-28 08:18:49 +00:00 |
build_config.h
|
Enable ARMv8 32-bit build.
|
2015-10-30 14:10:55 +00:00 |
compiler-specific.h
|
Replace OVERRIDE->override and FINAL->final since we now require C++11.
|
2015-04-20 13:08:14 +00:00 |
cpu.cc
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
cpu.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +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
|
Replace OVERRIDE->override and FINAL->final since we now require C++11.
|
2015-04-20 13:08:14 +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
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
logging.cc
|
Use libdl to get symbols for backtraces
|
2015-03-19 15:43:35 +00:00 |
logging.h
|
Unreachable should call V8_Fatal on release builds instead of silently ignoring the error.
|
2015-10-20 07:15:23 +00:00 |
macros.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
once.cc
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
once.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
OWNERS
|
Add initial set of sub directory OWNERS file
|
2015-04-02 08:46:24 +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
|
Update safe_math_impl.h
|
2015-05-19 11:08:55 +00:00 |
safe_math.h
|
Add safe numerics classes, imported from Chromium.
|
2014-06-18 11:01:54 +00:00 |
smart-pointers.h
|
Remove grab-bag includes of v8.h from everywhere.
|
2015-08-20 07:44:15 +00:00 |
sys-info.cc
|
Fix some clang warnings with -Wmissing-braces in v8.
|
2015-07-02 07:25:59 +00:00 |
sys-info.h
|
Replace OVERRIDE->override and FINAL->final since we now require C++11.
|
2015-04-20 13:08:14 +00:00 |
win32-headers.h
|
Fix MSVC build.
|
2014-08-14 09:24:40 +00:00 |