OSDN Git Service

Common infrastructure for reading a profile remapping file and building
[android-x86/external-llvm.git] / lib / Support / Unix /
2018-09-12 Kristina Brooks[Support] sys::fs::directory_entry includes the file_type.
2018-08-27 Hans WennborgUse a lambda for calls to ::open in RetryAfterSignal
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-07-18 Tim Northover[Support] Build fix for Haiku when checking for a local...
2018-06-23 Brad SmithAdd OpenBSD support to the Threading code
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-11 Pavel LabathFix build errors on some configurations
2018-06-10 Zachary TurnerAttempt 3: Resubmit "[Support] Expose flattenWindowsCom...
2018-06-10 Fangrui SongCleanup. NFC
2018-06-10 Zachary TurnerRevert "Resubmit "[Support] Expose flattenWindowsComman...
2018-06-10 Zachary TurnerResubmit "[Support] Expose flattenWindowsCommandLine."
2018-06-08 Alexander KornienkocommandLineFitsWithinSystemLimits Overestimates System...
2018-06-08 Zachary TurnerClean up some code in Program.
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-07 Zachary TurnerExpose a single global file open function.
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-06 Petr Hosek[Support] Use zx_cache_flush on Fuchsia to flush instru...
2018-06-04 Zachary Turner[Support] Add functions that operate on native file...
2018-05-25 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-20 Nico WeberRevert 332750, llvm part (see comment on D46910).
2018-05-18 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-16 JF BastienSignal handling should be signal-safe
2018-05-16 Fangrui Song[Unix] Indent ChangeStd{in,out}ToBinary.
2018-05-16 JF BastienRevert "Signal handling should be signal-safe"
2018-05-16 JF BastienSignal handling should be signal-safe
2018-05-15 JF Bastien[NFC] pull a function into its own lambda
2018-05-15 JF Bastien[NFC] Update comments
2018-05-03 Petr Hosek[Support] Support building LLVM for Fuchsia
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-30 Nico WeberRemove a dead #ifdef.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-18 Pavel Labath[cmake] Improve pthread_[gs]etname_np detection code
2018-04-17 Rui UeyamaRename sys::Process::GetArgumentVector -> sys::windows...
2018-04-02 Nico WeberRemove HAVE_DIRENT_H.
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovSpecify namespace for realloc
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-13 Sam McCallFix off-by-one in set_thread_name which causes truncati...
2018-01-19 Petr HosekFallback option for colorized output when terminfo...
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2017-11-28 Peter Smith[ARM][AArch64] Workaround ARM/AArch64 peculiarity in...
2017-11-16 Lang Hames[Support] Support NetBSD PaX MPROTECT in sys::Memory.
2017-11-07 Davide Italiano[Support/UNIX] posix_fallocate() can fail with EINVAL.
2017-11-02 Sam McCallTemporary workaround for msan false positive.
2017-10-26 Keno Fischer[DynamicLibrary] Fix build on musl libc
2017-10-25 John BaldwinDon't try to use a non-existent header on FreeBSD/mips.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-09-27 Roman Lebedev[Support] mapped_file_region::size() returns size_t
2017-09-27 Roman Lebedev[Support] mapped_file_region: store size as size_t
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-06 Alexander KornienkoMinor style fixes in lib/Support/**/Program.(inc|cpp).
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-04 Reid Kleckner[Support] Remove getPathFromOpenFD, it was unused
2017-07-21 Erich KeaneRemove Bitrig: LLVM Changes
2017-07-12 Frederich MunchAllow clients to specify search order of DynamicLibraries.
2017-07-08 Kamil Rytarowski[Solaris] get rid of _RESTRICT_KYWD warning during...
2017-07-07 Alex Lorenz[Support] sys::getProcessTriple should return a macOS...
2017-06-29 Pavel LabathRecommit "[Support] Add RetryAfterSignal helper function"
2017-06-22 Pavel LabathRevert "[Support] Add RetryAfterSignal helper function...
2017-06-21 Pavel Labath[Support] Add RetryAfterSignal helper function
2017-06-20 Saleem AbdulrasoolSupport: chunk writing on Linux
2017-06-18 Kamil RytarowskiImplement AllocateRWX and ReleaseRWX for NetBSD
2017-06-17 NAKAMURA Takumi[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option...
2017-06-12 David BlaikieSupport: Don't set RLIMIT_AS on child processes when...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-05 Frederich MunchClose DynamicLibraries in reverse order they were opened.
2017-06-05 Dimitry AndricFix building DynamicLibrary.cpp with musl libc
2017-06-01 Kamil Rytarowski[Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl...
2017-05-17 Dimitry AndricRevert r303015, because it has the unintended side...
2017-05-14 Dimitry AndricFix DynamicLibraryTest.cpp on FreeBSD and NetBSD
2017-05-11 Serge GueltonRemove spurious cast of nullptr. NFC.
2017-05-05 Joerg SonnenbergerIf posix_fallocate returns EOPNOTSUPP, fallback to...
2017-05-05 Nuno Lopesfix build on Cygwin
2017-04-27 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-12 Ed MasteFix detection of backtrace() availability on FreeBSD
2017-03-31 Kristof BeylsRemove name space pollution from Signals.cpp
2017-03-27 Bruno Cardoso Lopes[Support] Avoid concurrency hazard in signal handler...
2017-03-22 Zachary TurnerMake home_directory look in the password database in...
2017-03-20 Zachary Turner[Support] Fill the file_status struct with link count.
2017-03-16 Zachary TurnerFix linux build.
2017-03-16 James Henderson[Support] Add support for getting file system permissio...
2017-03-13 Aaron BallmanReverting r297617 because it broke some bots:
2017-03-13 Aaron BallmanAdd support for getting file system permissions and...
2017-03-10 Zachary TurnerAdd llvm::sys::fs::real_path.
2017-03-09 Nuno Lopesfix build on Cygwin
2017-03-08 Zachary Turner[Support] Add llvm::sys::fs::remove_directories.
2017-03-07 Zachary Turner[fs] Make sure to check S_ISLNK() in fillStatus.
2017-03-07 Zachary Turner[Support] Add the option to not follow symlinks on...
2017-03-04 Zachary TurnerTry to fix thread name truncation on non-Windows.
2017-03-04 Kamil RytarowskiImprove the Threading code on NetBSD
next