summaryrefslogtreecommitdiffstats
path: root/clang/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement a simple cache in headersearch. This speeds upChris Lattner2007-07-221-1/+25
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-21/+19
* Submitted by: Bill WendlingBill Wendling2007-06-021-11/+11
* Specify an initial size for StringMap.Chris Lattner2007-04-031-1/+1
* adjust to CStringMap interface change.Chris Lattner2007-02-081-8/+11
* Push strings out of the HeaderSearch interface, it now deals solely withChris Lattner2006-10-301-19/+22
* Change framework cache map from map to CStringMap. This speeds up PP userChris Lattner2006-10-301-2/+2
* Eliminate string use in DoFrameworkLookup. This speeds up pp of Cocoa.hChris Lattner2006-10-301-11/+18
* Use SmallString instead of string in HeaderSearch::LookupFile. This avoidsChris Lattner2006-10-301-7/+13
* Wean LookupSubframeworkHeader off std::strings, use the new SmallStringChris Lattner2006-10-301-10/+16
* Change DirectoryEntry::getName() to return a const char *Chris Lattner2006-10-271-3/+4
* change FileEntry::getName to return a const char*.Chris Lattner2006-10-271-5/+5
* Implement framework filesystem caching.Chris Lattner2006-10-221-5/+39
* count # framework lookupsChris Lattner2006-10-201-11/+22
* Speed up [sub]framework searchingChris Lattner2006-10-201-29/+20
* Implement subframework lookupChris Lattner2006-10-201-5/+59
* refactor header searching stuff out of the main Preprocessor object intoChris Lattner2006-10-181-0/+205
OpenPOWER on IntegriCloud