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
...
*
give FileManager a 'FileSystemOptions' ivar, which will be used
Chris Lattner
2010-11-23
1
-7
/
+7
*
Partially revert Doug's PCH validation patch (r98585).
Chris Lattner
2010-11-23
1
-5
/
+3
*
stringref'ize API
Chris Lattner
2010-11-23
1
-18
/
+16
*
avoid creating sys::Path instances when -fworking-directory isn't being used.
Chris Lattner
2010-11-23
1
-1
/
+8
*
Filename.rfind("/\\") won't give us the position of the last directory sepera...
Benjamin Kramer
2010-11-21
1
-11
/
+11
*
change the various getFile routines to use StringRef as their implementation ...
Chris Lattner
2010-11-21
1
-37
/
+32
*
Implement -working-directory.
Argyrios Kyrtzidis
2010-11-03
1
-11
/
+49
*
fix PR7953 - Windows filename are case insensitive:
Chris Lattner
2010-08-23
1
-0
/
+4
*
When remapping a virtual file, also make an entry for the file with
Douglas Gregor
2010-07-26
1
-0
/
+12
*
Pass StringRefs by value.
Benjamin Kramer
2010-07-14
1
-2
/
+2
*
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
[prev]