[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / checks.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-04-21 dcarneymake Handle a synonym of Local
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2014-12-08 jochenTurn on DCHECKs and other debugging code if dcheck_alwa...
2014-08-06 bmeurer@chromium.orgMove ARM64 macros to macro-assembler-arm64.h.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-03 jochen@chromium.orgCorrect include paths in checks.h
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-03 Jacob.Bramley@arm.comARM64: Fix ASM_LOCATION and the like.
2014-05-28 jochen@chromium.orgExtract build configuration into a separate header...
2014-05-27 jochen@chromium.orgReplace STATIC_CHECK with STATIC_ASSERT.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-03-17 marja@chromium.orgExpose DumpBacktrace for debugging purposes.
2014-02-12 rmcilroy@chromium.orgClean up some A64 specific code in common code that...
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2013-11-12 jkummerow@chromium.orgFix compilation with GCC 4.8
2013-10-25 danno@chromium.orgDefine DEBUG for v8_optimized_debug=2
2013-09-12 titzer@chromium.orgFirst implementation of HUnique<T> and HUniqueSet<T...
2013-08-23 bmeurer@chromium.orgMove OS/compiler/feature detection to public v8config...
2013-08-21 bmeurer@chromium.orgImprove detection of C++11 features.
2013-07-31 bmeurer@chromium.orgRevert the latest set of platform changes.
2013-07-30 bmeurer@chromium.orgReland initial bits of "Implement correct OS and CC...
2013-07-18 bmeurer@chromium.orgJust check for C++ version.
2013-07-18 bmeurer@chromium.orgUse C++11 static_assert() if available.
2012-09-05 jkummerow@chromium.orgAdd empty-handle checks to API functions (#ifdef ENABLE...
2012-01-30 svenpanne@chromium.orgInline an inline function into the CHECK macro
2012-01-04 kmillikin@chromium.orgFix a few preprocessor macros that could capture an...
2011-11-29 kmillikin@chromium.orgRemove the static qualifier from functions in header...
2011-10-25 vegorov@chromium.orgFix presubmit error introduced by r9767.
2011-10-25 vegorov@chromium.orgProvide fast-path for CHECK macro.
2011-10-13 erik.corry@gmail.comFaster slow asserts.
2011-08-29 yangguo@chromium.orgSmall fix for STATIC_ASSERT.
2011-04-01 sgjesse@chromium.orgIncrease coverage of global loads in optimized code
2010-12-15 erik.corry@gmail.comAdd some missing includes and other minor changes inten...
2010-12-07 lrn@chromium.orgOptimized scanner to avoid virtual calls for every...
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-24 lrn@chromium.orgWorking stand-alone preparser.
2010-11-15 lrn@chromium.orgSplit globals.h into two parts, where only one depends...
2010-11-05 lrn@chromium.orgMove part of scanner.* into scanner-base.* for reuse...
2010-08-10 mikhail.naganov... Enable static assertions in release mode.
2010-07-15 mikhail.naganov... Fix compile errors on Linux x64 and Windows.
2010-07-15 mikhail.naganov... Heap profiler: implement diffing of snapshots.
2010-06-17 mikhail.naganov... Heap profiler: add a missing link between a function...
2010-06-08 sgjesse@chromium.orgMore precise break points and stepping when debugging
2010-03-11 floitschV8@gmail.comFast double-to-ascii conversion.
2010-03-10 floitschV8@gmail.comRevert grisu commits.
2010-03-10 floitschV8@gmail.comFast algorithm for double->string conversion.
2010-02-17 mikhail.naganov... Implement tagging of profiler log event blocks.
2009-10-08 antonm@chromium.orgIntroduce v8::Integer::NewFromUnsigned method.
2009-10-05 whesse@chromium.orgRevert revisions 3013, 3014, and 3016. We need a bette...
2009-10-03 whesse@chromium.orgAdd CHECK_INT64_EQ function to avoid operand size ambig...
2009-10-02 antonm@chromium.orgFast fix to make tree green.
2009-10-02 antonm@chromium.orgAdd a method to convert unsigned C integer into V8...
2009-09-08 whesse@chromium.orgRemove special CheckEquals function for intptr_t on...
2009-09-01 whesse@chromium.orgAdd explicit integer type-casts to make WIN64 build...
2009-05-04 lrn@chromium.orgChanged some int casts to intptr_t.
2009-01-22 ager@chromium.orgApply Jeff Bailey's patch to use %p instead of %i to...
2008-11-25 christian.plesner... Merge regexp2000 back into bleeding_edge
2008-09-26 erik.corry@gmail.comFix failing test caused by extra precision in register...
2008-09-22 deanm@chromium.orgIn release, disable UNREACHABLE and make UNIMPLEMENTED...
2008-09-12 deanm@chromium.orgThis is a new static flag system, designed to have...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.