Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / Unix /
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-11 Rafael EspindolaAvoid buffered reads of /dev/urandom
2015-12-01 Craig TopperUse array_lengthof instead of manually calculating...
2015-11-17 Davide Italiano[JIT/Memory] Fix up semantic of setExecutable().
2015-11-09 Reid KlecknerCombine ifdefs around dl_iterate_phdr in Unix/Signals.inc
2015-11-08 NAKAMURA TakumiAppease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
2015-11-05 Mehdi AminiFix OSX build after r252118 (missing parameter for...
2015-11-05 Mehdi AminiRemove empty lines
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-11-02 Pawel BylicaUse static instead of anonymous namespace for helper...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Yaron KerenRemove C++98 workaround in llvm::sys::DontRemoveFileOnS...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-05-07 Steven WuUse auto instead of the long type name. NFC.
2015-05-07 Steven WuFix another hang caused by ManagedStatic in SignalHandler
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
2015-04-27 Zachary TurnerFix build broken by incorrect class name.
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-02-21 Davide ItalianoSmall cleanup. Don't use else when not needed.
2015-02-19 Chris BienemanChecking if TARGET_OS_IPHONE is defined isn't good...
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-27 Petar Jovanovic[mips] Use __clear_cache builtin instead of cacheflush()
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-11-05 Jiangning LiuRevert 220932.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-10-31 David BlaikieUpdate the non-pthreads fallback for RWMutex on 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()
next