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
*
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
*
[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-03-01
1
-41
/
+34
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-0
/
+26
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+7
*
Fixup some header includes from recent IntrusiveRefCntPtr cleanup.
David Blaikie
2017-01-04
1
-1
/
+1
*
Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...
David Blaikie
2017-01-04
1
-11
/
+6
*
Fix some buildbot issues with const objects with default ctors
David Blaikie
2017-01-04
1
-2
/
+2
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
1
-6
/
+11
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
1
-11
/
+6
*
Remove unnecessary intrusive ref counting in favor of std::shared_ptr/make_sh...
David Blaikie
2017-01-04
1
-11
/
+7
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+8
*
[ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Includ...
Eugene Zelenko
2016-12-01
1
-8
/
+10
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-1
/
+2
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
1
-0
/
+1
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-4
/
+4
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+8
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-8
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+8
*
Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Us...
Eugene Zelenko
2016-05-05
1
-5
/
+7
*
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
[next]