Speculative fix for Windows build after r220932
[oota-llvm.git] / lib / Support / Unix /
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-27 Rafael EspindolaFix bug where sys::Wait could wait on wrong pid.
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-13 NAKAMURA TakumiUnix/Signals.inc: Let findModulesAndOffsets() built...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-11 Chandler CarruthGuard the definition of the stack tracing function...
2014-10-10 Alexey SamsonovFollow-up to r219534 to make symbolization more robust.
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-10-08 David MajnemerUnix/Process: Don't use pthread_sigmask if we aren...
2014-10-07 David MajnemerAttempt to calm down buildbots
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-09-24 Chris BienemanAdding #ifdef around TermColorMutex based on feedback...
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove <cstdlib>. It has been unused...
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Wrap a comment line in 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove leading whitespace. It had been...
2014-09-22 Chris BienemanConverting terminalHasColors mutex to a global ManagedS...
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-02 Chris BienemanCleaning up remaining static initializers in Signals.inc
2014-08-29 Chris BienemanCleaning up static initializers in Signals.inc
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-27 Benjamin KramerAdd an explicit cast to pacify implicit boolean convers...
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-25 Rafael EspindolaFix bug in llvm::sys::argumentsFitWithinSystemLimits().
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-23 Dylan NoblesmithSupport/Unix: use ScopedLock wherever possible
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-27 Julien Lerougelldb can interrupt waitpid, so EINTR shouldn't be an...
2014-06-24 Daniel SandersRevert: r211588 - [mips] Use __clear_cache builtin...
2014-06-24 Daniel Sanders[mips] Use __clear_cache builtin instead of cacheflush...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Chandler CarruthTeach the pass manager's execution dump to print the...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Mark SeabornFix RWMutex to be thread-safe when pthread_rwlock is...
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-09 Sylvestre LedruImprove the detection of the path
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-18 Chandler CarruthGo through the really awkward dance required to delete...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-13 Benjamin KramerGCC warns about removing const with a c-style cast.
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
next