OSDN Git Service

Release notes: fix -fno-strict-float-cast-overflow quoting
[android-x86/external-llvm.git] / lib / Support /
2018-07-31 Rui UeyamaMake ICF log output order deterministic.
2018-07-30 Fangrui SongRemove trailing space
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-27 Fangrui Song[Support] Remove unnecessary MemoryBuffer::anchor ...
2018-07-27 Fangrui Song[Support] Use unsigned char for xxHash 64-bit
2018-07-26 James HendersonRevert r338027 to pacify build bot
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 James HendersonFix raw_fd_ostream::write_impl hang with large output
2018-07-26 Sjoerd Meijer[AArch64] Armv8.2-A: add the crypto extensions
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-24 Duncan P. N. Exon... ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
2018-07-23 George Burgess IV[DebugCounters] Keep track of total counts
2018-07-23 Sam McCall[Support] Add a UniqueStringSaver: like StringSaver...
2018-07-20 Duncan P. N. Exon... Reapply "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-20 Duncan P. N. Exon... Revert "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-19 Duncan P. N. Exon... ADT: Shrink size of SmallVector by 8B on 64-bit platforms
2018-07-19 Krzysztof Parzyszek[APInt] Keep the original bit width in quotient and...
2018-07-18 Tim Northover[Support] Build fix for Haiku when checking for a local...
2018-07-17 Joerg SonnenbergerDon't assert that a size_t fits into 64bit.
2018-07-10 Sam McCall[Support] Harded JSON against invalid UTF-8.
2018-07-09 Sam McCall[Support] Make JSON handle doubles and int64s losslessly
2018-07-09 Sam McCallLift JSON library from clang-tools-extra/clangd to...
2018-07-05 Mandeep Singh Grang[OpenEmbedded] Add OpenEmbedded vendor
2018-07-04 Andrew Ng[ThinLTO] Update ThinLTO cache file atimes when on...
2018-07-03 Vladimir StefanovicFix typo in lib/Support/Path.cpp to test commit access
2018-06-29 Sjoerd Meijer[ARM][AArch64] Armv8.4-A Enablement
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-26 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-23 Brad SmithAdd OpenBSD support to the Threading code
2018-06-23 Duncan P. N. Exon... ADT: Use EBO to shrink SmallVector size 1
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-15 Jordan RoseAvoid copying PrettyStackTrace messages an extra time...
2018-06-13 Zachary TurnerRevert "Enable ThreadPool to queue tasks that return...
2018-06-13 Zachary TurnerEnable ThreadPool to support tasks that return values.
2018-06-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-13 Hans WennborgDo not enforce absolute path argv0 in windows
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-11 Pavel LabathFix build errors on some configurations
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
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-09 Zachary TurnerRevert "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary Turner[Support] Expose flattenWindowsCommandLine.
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
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 Petr Hosek[Support] Link libzircon.so when building LLVM for...
2018-06-07 Zachary TurnerFix unused private variable.
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-05 Zachary Turner[FileSystem] Remove OpenFlags param from several functions.
2018-06-04 Zachary Turner[Support] Add functions that operate on native file...
2018-06-02 Fangrui Song[Support] Remove unused raw_ostream::handle whose ancho...
2018-06-01 Zachary TurnerMove some function declarations out of WindowsSupport.h
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-30 Jonas Devlieghere[dsymutil] Escape HTML special characters in plist.
2018-05-30 Serge PavlovRevert commit 333506
2018-05-30 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-29 Serge PavlovReverted commits 333390, 333391 and 333394
2018-05-29 Serge PavlovUse uniform mechanism for OOM errors handling
2018-05-25 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-25 Gabor Buella[x86] invpcid LLVM intrinsic
2018-05-24 Jonas Devlieghere[Support] Move header to WithColor header
2018-05-24 Jonas Devlieghere[Support] Add color cl category.
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-18 Alexander Ivchenko[X86][CET] Changing -fcf-protection behavior to comply...
2018-05-17 Peter CollingbourneSupport: Add a raw_ostream::write_zeros() function...
2018-05-16 Greg ClaytonRevert 332508 as it caused problems in the clang test...
2018-05-16 Greg ClaytonFix llvm::sys::path::remove_dots() to return "." instea...
2018-05-16 Roman Lebedev[Timers] TimerGroup: add constructor from StringMap...
2018-05-16 Roman Lebedev[Timers] TimerGroup: make printJSONValues() method...
2018-05-16 Roman Lebedev[Timers] TimerGroup::printJSONValue(): print doubles...
2018-05-16 Roman Lebedev[Timers] TimerGroup::printJSONValues(): print mem timer...
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-14 Keno Fischer[CommandLine] Error message for incorrect PositionalEat...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-12 JF Bastien[NFC] Remove inaccurate comment
2018-05-11 Nico WeberRemove unused SyncExecutor and make it clearer that...
2018-05-11 Sven van Haastregt[APFloat] Set losesInfo on no-op convert
2018-05-11 Brian Gesiak[Support] Add docs for 'openFileFor{Write,Read}'
2018-05-10 Gabor Buella[X86] ptwrite intrinsic
2018-05-09 Pavel LabathAPFloat/x87: Fix string conversion for "unnormal" value...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-05-08 Gabor Buella[x86] Introduce the pconfig instruction
2018-05-05 Fangrui SongSimplify LLVM_ATTRIBUTE_USED call sites.
2018-05-03 Justin BognerFix include of config.h that was incorrectly changed...
2018-05-03 Petr Hosek[Support] Support building LLVM for Fuchsia
2018-05-01 Roman Lebedev[X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
next