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
/
llvm
/
include
/
llvm
/
Support
/
FileSystem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
1
-0
/
+12
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
1
-12
/
+0
*
Use const ref instead of value for Twine in the disk_space() API
Mehdi Amini
2016-03-31
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-0
/
+12
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
1
-11
/
+0
*
Wdocumentation parameter fix
Simon Pilgrim
2016-03-31
1
-2
/
+0
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-0
/
+13
*
Fix windows build for sys::fs:file_status Access Time added in r264392
Mehdi Amini
2016-03-25
1
-2
/
+3
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-22
/
+32
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
1
-32
/
+22
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-22
/
+32
*
NFC: Update documentation for createUniqueFile() to explain that models witho...
Cameron Esfahani
2015-11-06
1
-3
/
+3
*
Revert r250923 as config.h is not an installed header.
Yaron Keren
2015-10-21
1
-1
/
+0
*
Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT...
Yaron Keren
2015-10-21
1
-0
/
+1
*
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
2015-10-05
1
-0
/
+14
*
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2015-09-10
1
-3
/
+1
*
Reformat headers in ADT and Support partially.
NAKAMURA Takumi
2015-08-10
1
-6
/
+6
*
Whitespace.
NAKAMURA Takumi
2015-08-10
1
-6
/
+6
*
Reformat linebreaks.
NAKAMURA Takumi
2015-08-10
1
-0
/
+1
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-2
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Mark empty default constructors as =default if it makes the type POD
Benjamin Kramer
2015-04-11
1
-1
/
+1
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-3
/
+3
*
Remove the last unnecessary member variable of mapped_file_region. NFC.
Rafael Espindola
2014-12-16
1
-3
/
+0
*
Convert a member variable to a local variable. NFC.
Rafael Espindola
2014-12-16
1
-1
/
+0
*
Remove unused member and simplify. NFC.
Rafael Espindola
2014-12-16
1
-1
/
+0
*
Fix Doxygen command misspellings.
Benjamin Kramer
2014-12-13
1
-2
/
+2
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-2
/
+2
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-9
/
+3
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-18
/
+0
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+1
*
Move sys::fs::AccessMode out of @brief in the function. [-Wdocumentation]
NAKAMURA Takumi
2014-09-12
1
-1
/
+2
*
sys::fs::access(): Fix @param [-Wdocumentation]
NAKAMURA Takumi
2014-09-12
1
-1
/
+1
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-12
/
+16
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-8
/
+0
*
Fix 'platform-specific' hyphenations
Alp Toker
2014-06-30
1
-17
/
+17
*
Build fix for systems without futimes/futimens
Alp Toker
2014-06-30
1
-2
/
+2
*
Support: Add llvm::sys::fs::copy_file
Justin Bogner
2014-06-19
1
-0
/
+6
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-62
/
+55
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+2
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-13
/
+0
*
Remove unused has_magic.
Rafael Espindola
2014-06-11
1
-8
/
+0
*
Use an enum class now that they are available.
Rafael Espindola
2014-06-10
1
-20
/
+12
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
delete dead code.
Rafael Espindola
2014-05-31
1
-24
/
+0
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-1
/
+1
*
[Windows] Fix assertion failure when passing 'nul' in input to clang.
Andrea Di Biagio
2014-04-29
1
-3
/
+18
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-2
/
+2
[next]