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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tabs.
Bill Wendling
2012-07-19
2
-4
/
+4
*
Unbreak the MSVC build: add return to unimplemented functions.
Francois Pichet
2012-06-20
1
-0
/
+2
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
1
-0
/
+46
*
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+1
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
1
-7
/
+6
*
Disabling a spurious deprecation warning about using PathV1 from within the P...
Aaron Ballman
2012-06-09
1
-0
/
+10
*
Fixing a typo in the comments.
Aaron Ballman
2012-06-09
1
-1
/
+1
*
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-27
1
-1
/
+3
*
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-11
1
-2
/
+4
*
Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.
NAKAMURA Takumi
2012-05-08
1
-4
/
+14
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
1
-0
/
+32
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
1
-33
/
+0
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
1
-0
/
+33
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
1
-21
/
+21
*
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
1
-4
/
+0
*
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-11
1
-1
/
+1
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
1
-4
/
+0
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
1
-0
/
+4
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
1
-6
/
+12
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
2
-58
/
+0
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
1
-62
/
+38
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
2
-0
/
+58
*
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-12
3
-58
/
+77
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-6
/
+7
*
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-29
2
-2
/
+12
*
Return only the least significant 8 bits of the exit status from
Peter Collingbourne
2011-11-06
1
-1
/
+1
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-1
/
+1
*
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
1
-2
/
+1
*
Remove a couple unused methods. PR11201.
Eli Friedman
2011-11-01
1
-8
/
+0
*
Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...
NAKAMURA Takumi
2011-10-24
1
-18
/
+9
*
Fix build on mingw-w64.
Anton Korobeynikov
2011-10-21
1
-6
/
+8
*
Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...
NAKAMURA Takumi
2011-10-15
1
-36
/
+4
*
Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple
Chad Rosier
2011-10-15
1
-4
/
+36
*
Windows/Memory.inc: Support the ability to allocate memory "near" another blo...
NAKAMURA Takumi
2011-10-15
1
-2
/
+7
*
Support/Windows: Add support modifying memory permissions on Windows. Patch b...
Michael J. Spencer
2011-10-13
1
-3
/
+45
*
Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!
Michael J. Spencer
2011-10-13
1
-11
/
+87
*
Add Windows x64 stack walking support. Patch by Aaron Ballman!
Michael J. Spencer
2011-10-01
1
-32
/
+190
*
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
1
-0
/
+5
*
lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...
NAKAMURA Takumi
2011-08-23
1
-1
/
+1
*
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
Jordy Rose
2011-08-22
1
-2
/
+2
*
PathV2: Handle more reserved filenames on windows.
Benjamin Kramer
2011-08-20
1
-2
/
+24
*
lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...
NAKAMURA Takumi
2011-08-20
1
-2
/
+2
*
Unbork Windows build. Thanks, Francois.
Jordy Rose
2011-08-17
1
-2
/
+2
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
1
-26
/
+52
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
1
-11
/
+14
*
Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!
NAKAMURA Takumi
2011-07-09
2
-3
/
+3
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-4
/
+5
*
Typo and missing checkin from r131186.
Andrew Trick
2011-05-11
1
-1
/
+2
*
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...
NAKAMURA Takumi
2011-05-01
1
-31
/
+2
*
Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.
NAKAMURA Takumi
2011-03-16
1
-1
/
+8
[next]