summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Fix RWMutex to be thread-safe when pthread_rwlock is not availableMark Seaborn2014-03-01
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-23
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Remove dead code.Rafael Espindola2014-02-13
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-27
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* Improve the detection of the pathSylvestre Ledru2013-12-09
* Correct word hyphenationsAlp Toker2013-12-05
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Fix build on Solaris 11.Rafael Espindola2013-10-08
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-21
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-18
* Removing unused functionality.Aaron Ballman2013-08-16
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-13
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-10
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Add missing 'n'.Rafael Espindola2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-26
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Remove dead code.Rafael Espindola2013-07-18
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15