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
/
lib
/
Support
/
Windows
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-94
/
+137
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-170
/
+129
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-254
/
+101
*
Windows: Be more explicit with Win32 APIs
David Majnemer
2013-10-07
1
-12
/
+30
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-14
/
+15
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-15
/
+14
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-14
/
+15
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
1
-56
/
+61
*
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...
NAKAMURA Takumi
2013-08-22
1
-2
/
+2
*
Whitespace.
NAKAMURA Takumi
2013-08-22
1
-3
/
+3
*
Switching to using a helper function instead of manually converting the strin...
Aaron Ballman
2013-08-16
1
-24
/
+1
*
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
[next]