summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-2/+4
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-13/+0
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-061-0/+13
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-011-2/+0
* Fix RWMutex to be thread-safe when pthread_rwlock is not availableMark Seaborn2014-03-011-6/+14
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-71/+6
* Delete dead code.Rafael Espindola2014-02-241-5/+0
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-231-14/+12
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-17/+11
* Remove dead code.Rafael Espindola2014-02-131-13/+0
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-111-2/+2
* Using the helper API for random number generation.Aaron Ballman2014-02-111-1/+0
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-2/+2
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-311-0/+15
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-271-0/+1
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-191-1/+1
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-111-3/+6
* Improve the detection of the pathSylvestre Ledru2013-12-091-11/+12
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
* Fix build on Solaris 11.Rafael Espindola2013-10-082-0/+7
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+8
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-8/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+8
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-54/+70
* Support ANSI escape code on WindowsNico Rieck2013-09-111-18/+4
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+9
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-2/+2
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-211-6/+3
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-181-2/+12
* Removing unused functionality.Aaron Ballman2013-08-161-8/+0
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-131-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-24/+10
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-11/+25
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+12
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-10/+41
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-12/+4
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+2
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-2/+2
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-262-14/+4
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+25
* Remove dead code.Rafael Espindola2013-07-181-59/+0
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-0/+9
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-171-11/+2
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-18/+30
OpenPOWER on IntegriCloud