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
/
Basic
/
FileManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In FileManager: use full paths to unique files and directories on Windows,
Ted Kremenek
2008-02-24
1
-8
/
+106
*
Fix misspelling of "existent".
Ted Kremenek
2008-01-11
1
-21
/
+21
*
Fixed 80-col violation.
Ted Kremenek
2008-01-11
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Refactored inode and device number into FileEntry, and changed the
Ted Kremenek
2007-12-18
1
-8
/
+5
*
Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and
Ted Kremenek
2007-12-18
1
-2
/
+8
*
Removed serialization of FileEntry and DirectoryEntry. This objects will
Ted Kremenek
2007-12-04
1
-32
/
+1
*
Implemented serialization of FileEntry and DirectoryEntry.
Ted Kremenek
2007-12-04
1
-0
/
+33
*
VC++ doesn't define S_ISDIR
Chris Lattner
2007-09-03
1
-0
/
+3
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-3
/
+2
*
adjust to CStringMap interface change.
Chris Lattner
2007-02-08
1
-15
/
+21
*
simplify logic, eliminate a copy of string data.
Chris Lattner
2006-10-30
1
-8
/
+7
*
Switch the FileManager::FileEntries map over to using a CStringMap. This
Chris Lattner
2006-10-30
1
-27
/
+41
*
Wean LookupSubframeworkHeader off std::strings, use the new SmallString
Chris Lattner
2006-10-30
1
-7
/
+10
*
Avoid storing a directory name in both the DirEntries map keys and in the
Chris Lattner
2006-10-30
1
-3
/
+4
*
Switch DirEntries over to using a CStringMap. This speeds it up
Chris Lattner
2006-10-30
1
-10
/
+16
*
Avoid some mallocs, and avoid leaking some memory, by making the
Chris Lattner
2006-10-30
1
-16
/
+16
*
cleanups, add some code for instrumenting stat
Chris Lattner
2006-07-19
1
-3
/
+7
*
implement #pragma GCC dependency
Chris Lattner
2006-06-25
1
-2
/
+3
*
Initial checkin of c-language parser
Chris Lattner
2006-06-18
1
-0
/
+136