index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
FileSystem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
*
Remove declared but not implemented function.
Rafael Espindola
2013-10-29
1
-11
/
+0
*
Speling fixes.
Benjamin Kramer
2013-10-22
1
-1
/
+1
*
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
NAKAMURA Takumi
2013-10-15
1
-1
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-1
/
+2
*
Fix typos in assert message.
Nick Lewycky
2013-09-05
1
-1
/
+1
*
Make directory iterator sentinels free.
Benjamin Kramer
2013-08-09
1
-3
/
+9
*
Expose that the unique file ID has a device and a file component.
Rafael Espindola
2013-08-01
1
-4
/
+10
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
1
-1
/
+1
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-3
/
+14
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-28
/
+0
*
Add simpler version of is_directory. It will be used in clang.
Rafael Espindola
2013-07-17
1
-0
/
+7
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-0
/
+31
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-0
/
+3
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-19
/
+34
*
Update doxygen comment to match renamed parameters.
Benjamin Kramer
2013-07-10
1
-2
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-1
/
+13
*
clang-format this enum.
Rafael Espindola
2013-07-08
1
-21
/
+20
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-12
/
+1
*
Remove unique_file now that it is unused.
Rafael Espindola
2013-07-05
1
-30
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-0
/
+29
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+16
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+1
*
Fix typo
Matt Arsenault
2013-06-28
1
-1
/
+1
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
1
-2
/
+7
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-2
/
+7
*
Add a convenience functions that don't return if the directory existed.
Rafael Espindola
2013-06-26
1
-0
/
+14
*
Add a simpler version of remove_all.
Rafael Espindola
2013-06-26
1
-0
/
+7
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-1
/
+4
*
Add a simpler version of is_regular_file.
Rafael Espindola
2013-06-24
1
-0
/
+9
*
Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
2013-06-20
1
-0
/
+14
*
make getLastModificationTime const. Move it with the other getters.
Rafael Espindola
2013-06-20
1
-2
/
+2
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
1
-0
/
+2
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
1
-0
/
+3
*
Remove the transitional GetUniqueID.
Rafael Espindola
2013-06-20
1
-4
/
+0
*
Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.
Rafael Espindola
2013-06-20
1
-2
/
+6
*
Modified the implementation of fs::GetUniqueID on Windows such that it actual...
Aaron Ballman
2013-06-19
1
-0
/
+1
*
Add a can_write function to PathV2.
Rafael Espindola
2013-06-18
1
-0
/
+6
*
Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espindola
2013-06-18
1
-0
/
+2
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
1
-0
/
+4
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-0
/
+7
*
Delete declared but not implemented functions.
Rafael Espindola
2013-06-17
1
-38
/
+0
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
1
-0
/
+6
*
Remove sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
Fix variable name style. Don't cast to and from int.
Rafael Espindola
2013-06-11
1
-7
/
+6
*
Add a missing 'e'.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-14
1
-2
/
+4
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
[next]