index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Lex
/
HeaderSearch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a simple cache in headersearch. This speeds up
Chris Lattner
2007-07-22
1
-1
/
+25
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-21
/
+19
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-02
1
-11
/
+11
*
Specify an initial size for StringMap.
Chris Lattner
2007-04-03
1
-1
/
+1
*
adjust to CStringMap interface change.
Chris Lattner
2007-02-08
1
-8
/
+11
*
Push strings out of the HeaderSearch interface, it now deals solely with
Chris Lattner
2006-10-30
1
-19
/
+22
*
Change framework cache map from map to CStringMap. This speeds up PP user
Chris Lattner
2006-10-30
1
-2
/
+2
*
Eliminate string use in DoFrameworkLookup. This speeds up pp of Cocoa.h
Chris Lattner
2006-10-30
1
-11
/
+18
*
Use SmallString instead of string in HeaderSearch::LookupFile. This avoids
Chris Lattner
2006-10-30
1
-7
/
+13
*
Wean LookupSubframeworkHeader off std::strings, use the new SmallString
Chris Lattner
2006-10-30
1
-10
/
+16
*
Change DirectoryEntry::getName() to return a const char *
Chris Lattner
2006-10-27
1
-3
/
+4
*
change FileEntry::getName to return a const char*.
Chris Lattner
2006-10-27
1
-5
/
+5
*
Implement framework filesystem caching.
Chris Lattner
2006-10-22
1
-5
/
+39
*
count # framework lookups
Chris Lattner
2006-10-20
1
-11
/
+22
*
Speed up [sub]framework searching
Chris Lattner
2006-10-20
1
-29
/
+20
*
Implement subframework lookup
Chris Lattner
2006-10-20
1
-5
/
+59
*
refactor header searching stuff out of the main Preprocessor object into
Chris Lattner
2006-10-18
1
-0
/
+205