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
...
*
Convert a member variable to a local variable. NFC.
Rafael Espindola
2014-12-16
1
-3
/
+3
*
Remove unused member and simplify. NFC.
Rafael Espindola
2014-12-16
1
-22
/
+3
*
Remove silly left over from the Windows resize_file implementation.
Rafael Espindola
2014-12-12
1
-1
/
+0
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-12
/
+4
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-39
/
+7
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-48
/
+0
*
More long path name support on Windows, this time in program execution.
Paul Robinson
2014-11-24
1
-4
/
+8
*
silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:
Yaron Keren
2014-11-17
1
-1
/
+1
*
Improve long path name support on Windows.
Paul Robinson
2014-11-13
1
-38
/
+66
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-33
/
+13
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
1
-4
/
+16
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-17
/
+45
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-5
/
+0
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-7
/
+7
*
Fix build on windows.
Rafael Espindola
2014-06-13
1
-84
/
+89
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-42
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-8
/
+9
*
Remove windows_error.
Rafael Espindola
2014-06-11
1
-30
/
+36
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-2
/
+2
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-25
/
+25
*
delete dead code.
Rafael Espindola
2014-05-31
1
-11
/
+0
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
1
-0
/
+5
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
1
-1
/
+2
*
Revert create_symbolic_link and both depending changes
Reid Kleckner
2014-03-06
1
-19
/
+0
*
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
2014-03-06
1
-0
/
+19
*
[C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
2014-02-24
1
-130
/
+13
*
Use static instead of an anonymous namespace.
Rafael Espindola
2014-02-23
1
-21
/
+19
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-32
/
+20
*
[Support] Correctly handle zero length inputs to UTF conversion functions on ...
Michael J. Spencer
2014-02-20
1
-32
/
+30
*
Remove dead code.
Rafael Espindola
2014-02-13
1
-32
/
+0
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
1
-1
/
+1
*
Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
NAKAMURA Takumi
2014-02-12
1
-2
/
+3
*
Using the helper API for random number generation.
Aaron Ballman
2014-02-11
1
-13
/
+1
*
Hopefully fix mingw32 bots.
Peter Collingbourne
2014-02-01
1
-1
/
+1
*
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2014-01-31
1
-0
/
+17
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+3
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
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
[prev]
[next]