summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman2014-09-241-0/+2
* Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.NAKAMURA Takumi2014-09-241-1/+0
* Unix/Host.inc: Wrap a comment line in 80-col.NAKAMURA Takumi2014-09-241-1/+2
* Unix/Host.inc: Remove leading whitespace. It had been here since r56942!NAKAMURA Takumi2014-09-241-1/+1
* Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman2014-09-221-2/+4
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-26/+23
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+18
* Cleaning up remaining static initializers in Signals.incChris Bieneman2014-09-021-24/+31
* Cleaning up static initializers in Signals.incChris Bieneman2014-08-291-5/+4
* Cleaning up static initializers in TimeValue.Chris Bieneman2014-08-291-1/+1
* Add an explicit cast to pacify implicit boolean conversion warnings.Benjamin Kramer2014-08-271-1/+1
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-16/+60
* Fix bug in llvm::sys::argumentsFitWithinSystemLimits().Rafael Espindola2014-08-251-2/+2
* Support: add llvm::unique_lockDylan Noblesmith2014-08-231-16/+17
* Support: make LLVM Mutexes STL-compatibleDylan Noblesmith2014-08-231-4/+4
* Support/Unix: use ScopedLock wherever possibleDylan Noblesmith2014-08-231-24/+22
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-13/+0
* Build fix for systems without futimes/futimensAlp Toker2014-06-301-1/+1
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-271-1/+5
* Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders2014-06-241-2/+10
* [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders2014-06-241-10/+2
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-5/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-134-87/+87
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-123-1/+4
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-122-24/+24
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-31/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-112-40/+6
* Uses generic_category instead of system_category.Rafael Espindola2014-06-112-25/+25
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-2/+2
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-5/+5
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-313-27/+27
* delete dead code.Rafael Espindola2014-05-311-29/+0
* [C++] Use 'nullptr'.Craig Topper2014-04-286-46/+47
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-271-3/+5
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-2/+2
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-301-1/+1
* ARM64: initial backend importTim Northover2014-03-291-7/+8
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-211-2/+2
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+13
* 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
OpenPOWER on IntegriCloud