summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DJB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DJB] Fix variable case after D61178Fangrui Song2019-04-271-3/+3
* caseFoldingDjbHash: simplify and make the US-ASCII fast path fasterFangrui Song2019-04-261-19/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make llvm::djbHash an inline function.Rui Ueyama2018-03-021-11/+1
* Resubmit r325107 (case folding DJB hash)Pavel Labath2018-02-211-2/+78
* Revert r325107 (case folding DJB hash) and subsequent build fixPavel Labath2018-02-141-77/+1
* Implement a case-folding version of DJB hashPavel Labath2018-02-141-1/+77
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-0/+20
OpenPOWER on IntegriCloud