summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-27
* Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders2014-06-24
* [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders2014-06-24
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Uses generic_category instead of system_category.Rafael Espindola2014-06-11
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* [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