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
/
lib
/
Basic
/
FileManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing trailing directory separator, to make stat work
John Thompson
2009-12-18
1
-0
/
+5
*
FileManager: Do not cache failed stats, it is easy to construct common
Daniel Dunbar
2009-12-11
1
-10
/
+9
*
Extend -remap-file=from;to to permit mapping from a non-existent
Douglas Gregor
2009-12-02
1
-22
/
+73
*
Add support for a chain of stat caches in the FileManager, rather than
Douglas Gregor
2009-10-16
1
-2
/
+37
*
don't stick an uninitialized 'stat' buf into the stat cache, fill it
Chris Lattner
2009-09-18
1
-0
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-29
/
+28
*
Replace some instances of std::string with StringRefs.
Benjamin Kramer
2009-09-05
1
-0
/
+3
*
API changes to match llvm ToT.
Chris Lattner
2009-08-23
1
-0
/
+1
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-12
/
+11
*
improve path handling, patch by Baptiste Lepilleur!
Chris Lattner
2009-08-12
1
-0
/
+3
*
Implement caching of stat() calls for precompiled headers, which is
Douglas Gregor
2009-04-27
1
-0
/
+18
*
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-22
1
-2
/
+0
*
FileManager:
Ted Kremenek
2009-02-12
1
-6
/
+4
*
search and replaceo?
Chris Lattner
2009-02-12
1
-1
/
+1
*
Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls
Ted Kremenek
2009-02-12
1
-8
/
+10
*
On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.
Ted Kremenek
2009-01-28
1
-1
/
+1
*
FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...
Ted Kremenek
2009-01-28
1
-1
/
+0
*
Add a some comments to designate Windows-specific/Unix-specific code. No fun...
Ted Kremenek
2009-01-28
1
-0
/
+12
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+275