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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Remove error return value from one overload of fs::make_absolute
Pavel Labath
2019-01-16
1
-4
/
+1
*
[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...
Argyrios Kyrtzidis
2018-11-26
1
-4
/
+25
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
1
-0
/
+6
*
[Support] Listing a directory containing dangling symlinks is not an error.
Sam McCall
2018-10-01
1
-27
/
+9
*
[Support] sys::fs::directory_entry includes the file_type.
Kristina Brooks
2018-09-12
1
-21
/
+34
*
[Support] NFC: Fix docstring in FileSystem.h.
Reka Kovacs
2018-08-17
1
-1
/
+1
*
[Support] NFC: Allow modifying access/modification times independently in sys...
Jordan Rupprecht
2018-08-13
1
-1
/
+9
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
1
-0
/
+3
*
Fix Wdocumentation compiler warning. NFCI.
Simon Pilgrim
2018-06-30
1
-1
/
+1
*
Add a flag to FileOutputBuffer that allows modification.
Zachary Turner
2018-06-28
1
-0
/
+6
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-1
/
+3
*
Add a file open flag that disables O_CLOEXEC.
Zachary Turner
2018-06-08
1
-1
/
+5
*
Fix Wdocumentation warning for unknown param. NFCI.
Simon Pilgrim
2018-06-08
1
-2
/
+0
*
Expose a single global file open function.
Zachary Turner
2018-06-07
1
-14
/
+64
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-22
/
+88
*
[FileSystem] Remove OpenFlags param from several functions.
Zachary Turner
2018-06-05
1
-4
/
+2
*
[Support] Add functions that operate on native file handles on Windows.
Zachary Turner
2018-06-04
1
-0
/
+48
*
[Support] Add docs for 'openFileFor{Write,Read}'
Brian Gesiak
2018-05-11
1
-0
/
+29
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-54
/
+54
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-5
/
+5
*
[llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.
Max Moroz
2018-04-05
1
-6
/
+25
*
Changed createTemporaryFile without FD to actually create a file.
Ilya Biryukov
2018-03-19
1
-3
/
+28
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-3
/
+8
*
Call FlushFileBuffers on output files.
Zachary Turner
2018-02-15
1
-0
/
+2
*
Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
Rafael Espindola
2017-11-28
1
-2
/
+1
*
Add an F_Delete flag.
Rafael Espindola
2017-11-28
1
-1
/
+5
*
Add OpenFlags to the create(Unique|Temporary)File interfaces.
Rafael Espindola
2017-11-27
1
-22
/
+24
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+3
*
Add a move assignment operator to TempFile. NFC.
Rafael Espindola
2017-11-14
1
-0
/
+1
*
Create a TempFile class.
Rafael Espindola
2017-11-13
1
-0
/
+35
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-58
/
+83
*
Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.
Peter Collingbourne
2017-10-06
1
-1
/
+5
*
[Support] mapped_file_region: store size as size_t
Roman Lebedev
2017-09-27
1
-3
/
+3
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-6
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-55
/
+0
*
Add functionality to cvtres to parse all entries in res file.
Eric Beckmann
2017-05-20
1
-1
/
+1
*
[Support] Avoid UB in sys::fs::perms::operator~. NFC.
Ahmed Bougacha
2017-04-26
1
-1
/
+3
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-11
/
+16
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
1
-0
/
+11
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-2
/
+24
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-41
/
+20
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-20
/
+41
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-0
/
+10
*
Fix Wdocumentation warning
Simon Pilgrim
2017-03-10
1
-1
/
+1
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-13
/
+30
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-6
/
+32
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-4
/
+7
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-0
/
+6
[next]