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
*
Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.
Eugene Zelenko
2016-08-13
1
-1
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-0
/
+3
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
1
-3
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-0
/
+3
*
Revert commit r271708
Taewook Oh
2016-06-04
1
-3
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
1
-0
/
+3
*
[FileManager] Don't crash if reading from stdin and stat(".") fails
David Majnemer
2016-04-12
1
-1
/
+1
*
Remove the egregious PCHContainer layering hack that doesn't seem to be neces...
Benjamin Kramer
2016-02-01
1
-5
/
+0
*
unique_ptrify some collections in FileManager
David Blaikie
2015-12-09
1
-16
/
+10
*
[Basic] Rangify two for loops. NFC.
Vedant Kumar
2015-12-09
1
-4
/
+4
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-1
/
+1
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-34
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
[FileManager] Use StringRef::copy to store canonical paths.
Benjamin Kramer
2015-08-04
1
-9
/
+3
*
[modules] Fix issue where building a module from a relative path when -workin...
Argyrios Kyrtzidis
2015-07-31
1
-2
/
+14
*
Add a comment explaining differing Windows behavior.
Sean Silva
2015-07-30
1
-1
/
+7
*
Attempt to make clang-x64-ninja-win7 happy.
Sean Silva
2015-07-30
1
-6
/
+8
*
Avoid failure to canonicalize '..'.
Sean Silva
2015-07-30
1
-8
/
+11
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-1
/
+3
*
Revert r241770 and add Basic to the dependencies of clang-check instead.
Adrian Prantl
2015-07-09
1
-0
/
+3
*
Move the definition of ~PCHContainerOperations from Basic into Frontend.
Adrian Prantl
2015-07-09
1
-3
/
+0
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
1
-0
/
+3
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
1
-3
/
+0
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
1
-0
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
[modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
2014-12-11
1
-4
/
+39
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-34
/
+35
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-36
/
+16
*
Make FileEntry::getName() valid across calls to FileManager::getFile()
Ben Langmuir
2014-09-08
1
-2
/
+15
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-10
/
+10
*
Default getFile() to use the last accessed name in the FileEntry.
Manuel Klimek
2014-08-13
1
-0
/
+7
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
1
-6
/
+6
*
unique_ptr-ify FileSystemStatCache::takeNextStatCache
David Blaikie
2014-08-10
1
-1
/
+1
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
1
-7
/
+3
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
1
-3
/
+0
*
Avoid invalidating successfully loaded module files
Ben Langmuir
2014-06-20
1
-2
/
+5
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Stopgap fix for finding module for a file mapped in the VFS
Ben Langmuir
2014-05-23
1
-0
/
+10
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-08
1
-18
/
+18
*
[Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...
Argyrios Kyrtzidis
2014-05-05
1
-3
/
+6
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-6
/
+6
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-1
/
+1
*
Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-27
1
-1
/
+1
*
Honour 'use-external-names' in FileManager
Ben Langmuir
2014-02-27
1
-1
/
+1
*
Reapply r202420 hopefully fixed for other STLs
Ben Langmuir
2014-02-27
1
-48
/
+12
[next]