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
/
lib
/
Support
/
Windows
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
2013-08-07
1
-0
/
+4
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-6
/
+11
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-18
/
+14
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
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
-19
/
+8
*
Initialize TempFileHandle.
Serge Pavlov
2013-07-19
1
-1
/
+1
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
1
-0
/
+54
*
Small improvement to the use of GetFileType:
Rafael Espindola
2013-07-18
1
-1
/
+8
*
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2013-07-18
1
-0
/
+13
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-23
/
+0
*
Fix a funny typo. Thanks to Aaron Ballman for noticing.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Add FILE_SHARE_WRITE to openFileForRead.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
1
-0
/
+31
*
[Support] Fix some warnings when self-hosting clang on Windows
Reid Kleckner
2013-07-16
1
-2
/
+0
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-22
/
+38
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-9
/
+6
*
Add include to hopefully fix windows build.
Craig Topper
2013-07-15
1
-0
/
+1
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-21
/
+0
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-34
/
+0
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
1
-135
/
+134
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
1
-0
/
+1092
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
1
-587
/
+0
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
1
-9
/
+0
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
1
-29
/
+0
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-4
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
1
-2
/
+0
*
Remove Path::getDirectoryContents.
Rafael Espindola
2013-06-19
1
-48
/
+0
*
Remove Path::canExecute.
Rafael Espindola
2013-06-19
1
-7
/
+0
*
Remove Path::canWrite.
Rafael Espindola
2013-06-18
1
-7
/
+0
*
Remove unused Path::canRead.
Rafael Espindola
2013-06-18
1
-7
/
+0
*
Remove uniqueID from PathV1.h.
Rafael Espindola
2013-06-18
1
-7
/
+0
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
1
-0
/
+10
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-10
/
+0
*
Remove Path::getMagicNumber.
Rafael Espindola
2013-06-12
1
-25
/
+0
*
Remove Path::isAbsolute.
Rafael Espindola
2013-06-12
1
-18
/
+0
*
Remove Path::isAbsolute().
Rafael Espindola
2013-06-12
1
-15
/
+0
*
Remove Path::getSuffix.
Rafael Espindola
2013-06-12
1
-16
/
+0
*
Remove sys::CopyFile.
Rafael Espindola
2013-06-12
1
-11
/
+0
*
Remove the old file memory mapping functions.
Rafael Espindola
2013-06-12
1
-11
/
+0
*
Remove Path::createFileOnDisk.
Rafael Espindola
2013-06-12
1
-12
/
+0
*
Remove Path::makeExecutableOnDisk.
Rafael Espindola
2013-06-12
1
-5
/
+0
*
Remove Path::getDirname.
Rafael Espindola
2013-06-11
1
-5
/
+0
*
Remove Path::getBasename.
Rafael Espindola
2013-06-11
1
-16
/
+0
*
Remove Path::getLast.
Rafael Espindola
2013-06-11
1
-17
/
+0
*
Remove GetRootDirectory.
Rafael Espindola
2013-06-11
1
-8
/
+0
*
Remove GetUserHomeDirectory.
Rafael Espindola
2013-06-11
1
-13
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
1
-30
/
+0
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
1
-17
/
+0
[prev]
[next]