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
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Start reading the headermap header, drop the 'errorstr' argument to
Chris Lattner
2007-12-17
1
-3
/
+2
*
Sink getName into DirectoryLookup to simplify the client in clang.
Chris Lattner
2007-12-17
1
-0
/
+12
*
finish stubbing out support for HeaderMap. Now we just need an implementation!
Chris Lattner
2007-12-17
1
-1
/
+2
*
refactor an better comment framework lookup code. This moves it from
Chris Lattner
2007-12-17
1
-42
/
+53
*
as it turns out, frameworks and headermaps are orthogonal. Make this so in
Chris Lattner
2007-12-17
1
-15
/
+33
*
Step #1 in adding headermap support to clang.
Chris Lattner
2007-12-17
1
-0
/
+28
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-2
/
+2
*
add a hasMacroDefinition() method to IdentifierInfo, strength reduce a
Chris Lattner
2007-10-07
1
-1
/
+2
*
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