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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...
Aaron Ballman
2016-06-20
1
-4
/
+13
*
Properly handle short file names on the command line in Windows [TAKE 2]
Adrian McCarthy
2016-06-20
1
-2
/
+34
*
Revert "Properly handle short file names on the command line in Windows"
Adrian McCarthy
2016-06-17
1
-27
/
+2
*
Properly handle short file names on the command line in Windows
Adrian McCarthy
2016-06-16
1
-2
/
+27
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+45
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+7
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-45
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+45
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
1
-24
/
+0
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
1
-0
/
+24
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
3
-1
/
+235
*
Adding period to the end of a comment to test out commit access.
Douglas Yung
2016-05-03
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Fix Windows build (typo in disk_space() implementation)
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
1
-0
/
+13
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
1
-13
/
+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
/
+13
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
1
-13
/
+0
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-0
/
+13
*
Improve the reliability of file renaming in Windows by having the compiler retry
Sunil Srivastava
2016-03-25
1
-16
/
+33
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-8
/
+22
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
1
-22
/
+8
*
Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Fix windows build for sys::fs:file_status Access Time added in r264387
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-8
/
+22
*
Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...
NAKAMURA Takumi
2016-03-07
2
-2
/
+2
*
Auto-link with ole32.dll to simplify building LLVM.dll
Reid Kleckner
2016-01-12
1
-0
/
+1
*
Avoid the deprecated GetVersionEx API
Reid Kleckner
2016-01-11
1
-9
/
+18
*
Revert "[Windows] Simplify assertion code. NFC."
Reid Kleckner
2016-01-11
1
-1
/
+4
*
Use ::GetVersionEx directly rather than the Win8.1 SDK helpers
Reid Kleckner
2016-01-11
1
-6
/
+4
*
Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingw
Yunzhong Gao
2016-01-06
1
-1
/
+0
*
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am getting
Yunzhong Gao
2016-01-06
1
-4
/
+2
*
Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.
Yunzhong Gao
2016-01-06
1
-2
/
+3
*
Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not have
Yunzhong Gao
2016-01-06
1
-1
/
+5
*
Fixing PR25717: fatal IO error writing large outputs to console on Windows.
Yunzhong Gao
2016-01-06
1
-0
/
+16
*
[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...
Oleg Ranevskyy
2016-01-05
1
-4
/
+5
*
[Windows] Partially revert r254363 until I can test the right fix.
Davide Italiano
2015-12-01
1
-2
/
+6
*
[Windows] Follow-up r254363, remove return.
Davide Italiano
2015-12-01
1
-3
/
+1
*
[Windows] Simplify assertion code. NFC.
Davide Italiano
2015-12-01
2
-8
/
+3
*
Add Windows error code and tidy formatting for system errors.
Paul Robinson
2015-11-23
4
-11
/
+15
*
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
2015-11-17
1
-16
/
+15
*
Report Windows error code in a fatal error after a system call.
Paul Robinson
2015-11-11
1
-2
/
+9
*
Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...
Pawel Bylica
2015-11-06
1
-10
/
+37
*
[Support] Use GetTempDir to get the temporary dir path on Windows.
Pawel Bylica
2015-11-06
1
-37
/
+10
*
Fix a signed/unsigned mismatch warning; NFC.
Aaron Ballman
2015-11-05
1
-1
/
+1
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
1
-9
/
+102
*
Use static instead of anonymous namespace for helper functions. NFC.
Pawel Bylica
2015-11-02
1
-4
/
+2
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-0
/
+4
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-4
/
+6
[next]