[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / hashmap.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-08 jkummerowFasterify ICSlotCache
2015-04-13 adamkSplit TemplateHashMapImpl::Lookup into two methods
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-15 marja@chromium.orgRefactoring: HashMap: provide a pointer match function...
2012-08-23 erik.corry@gmail.comMake the performance of the VM more predictable by...
2012-06-11 sanjoy@chromium.orgRemove TLS access for current Zone.
2012-06-04 sanjoy@chromium.orgProgress towards making Zones independent of Isolates...
2012-04-11 loislo@chromium.orgI'd like to add addr field into EntryInfo struct.
2012-03-15 svenpanne@chromium.orgFix clang template weirdness.
2012-03-15 svenpanne@chromium.orgEnsure that generated code for object literals will...
2012-02-23 fschneider@chromiu... Fix Windows compilation.
2012-02-23 fschneider@chromiu... Make HashMap a template class to specify the allocation...
2011-11-18 yangguo@chromium.orgRemoving exit time destructors by leaking static members.
2011-11-02 fschneider@chromiu... Make non-templatized versions of LIR printing functions.
2011-05-03 kmillikin@chromium.orgSimplify include dependencies.
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-02 lrn@chromium.orgFix bug in object literals with large array indexes...
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-15 sgjesse@chromium.orgAdd a remove method to the hash map.
2009-01-15 deanm@chromium.orgFix a bunch of spelling mistakes :\
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.