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
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build on Solaris 11.
Rafael Espindola
2013-10-08
2
-0
/
+7
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-0
/
+8
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-8
/
+0
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-0
/
+8
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-54
/
+70
*
Support ANSI escape code on Windows
Nico Rieck
2013-09-11
1
-18
/
+4
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
1
-0
/
+9
*
Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...
NAKAMURA Takumi
2013-09-04
1
-2
/
+2
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
1
-2
/
+2
*
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
NAKAMURA Takumi
2013-08-21
1
-6
/
+3
*
Go through the really awkward dance required to delete the memory
Chandler Carruth
2013-08-18
1
-2
/
+12
*
Removing unused functionality.
Aaron Ballman
2013-08-16
1
-8
/
+0
*
GCC warns about removing const with a c-style cast.
Benjamin Kramer
2013-08-13
1
-1
/
+1
*
Remove all checking for the various terminfo headers (term.h and
Chandler Carruth
2013-08-12
1
-24
/
+10
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
1
-11
/
+25
*
Check for $PWD in llvm::sys::current_path.
Rafael Espindola
2013-08-10
1
-0
/
+12
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-10
/
+41
*
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
-12
/
+4
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+2
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-2
/
+2
*
Add missing 'n'.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
2
-14
/
+4
*
Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Rafael Espindola
2013-07-26
1
-7
/
+21
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
1
-0
/
+25
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-59
/
+0
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
1
-0
/
+9
*
Don't fallback to copy + delete in rename.
Rafael Espindola
2013-07-17
1
-11
/
+2
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-18
/
+30
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-16
/
+12
*
Revert part of 186302 to fix buildbots.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-6
/
+3
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
1
-12
/
+7
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-14
/
+1
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-31
/
+1
*
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2013-07-04
1
-0
/
+10
*
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
2013-07-04
1
-10
/
+0
*
Add support for futimens for platforms that don't support futimes.
Eric Christopher
2013-07-04
1
-0
/
+10
*
Suppress GCC "control reaches end of non-void function" warning.
Patrik Hagglund
2013-06-28
1
-0
/
+1
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
1
-86
/
+70
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
1
-2
/
+2
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
1
-496
/
+0
*
Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Fix the build when __APPLE__ is defined.
Rafael Espindola
2013-06-26
1
-1
/
+5
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
1
-107
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-0
/
+106
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
1
-20
/
+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
[next]