OSDN Git Service

[demangler] Add a partial demangling API for LLDB.
[android-x86/external-llvm.git] / lib / Support /
2018-04-11 Weiming ZhaoAdd missing vtable anchors
2018-04-11 Gabor Buella[X86] Describe wbnoinvd instruction
2018-04-09 Hiroshi Inoue[NFC] fix trivial typos in comments and error message
2018-04-08 Mandeep Singh Grang[Support] Change std::sort to llvm::sort in response...
2018-04-07 Graydon Hoare[Support] Make line-number cache robust against access...
2018-04-07 Aaron SmithWindows needs the current codepage instead of utf8...
2018-04-04 Peter CollingbourneAArch64: Implement support for the shadowcallstack...
2018-04-02 Nico WeberRemove HAVE_LIBPSAPI, HAVE_SHELL32.
2018-04-02 Nico WeberRemove HAVE_DIRENT_H.
2018-04-02 Nico WeberRemove HAVE_WRITEV that's unused after r255837.
2018-04-02 Nico WeberAttempt to heal bots after r328970.
2018-04-01 Craig Topper[DebugCounter] Make -debug-counter cl::Hidden.
2018-03-27 Graydon Hoare[YAML] Escape non-printable multibyte UTF8 in Output...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Fangrui Song[ADT] Simplify getMemory. NFC
2018-03-19 Ilya BiryukovChanged createTemporaryFile without FD to actually...
2018-03-12 Jonas DevlieghereFix compilation on Darwin with expensive checks.
2018-03-09 Jonas Devlieghere[Support] Move syntax highlighting into support
2018-03-09 Eric ChristopherFix header comment on SHA1 code.
2018-03-08 Zachary TurnerFix signed-unsigned comparison warning.
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-03-08 Daniel SandersSupport resetting STATISTIC() values using llvm::ResetS...
2018-03-07 Craig Topper[Support] Stop passing StringRefs by const reference...
2018-03-06 Craig Topper[X86] Fix a typo in Host.cpp that causes us to misident...
2018-03-06 Daniel SandersPrintStatistics() and PrintStatisticsJSON() should...
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Dmitry MikulinOn Windows we need to be able to process response files...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-03-02 Rui UeyamaMake llvm::djbHash an inline function.
2018-02-28 Dimitry AndricFix llvm-config --system-libs output on FreeBSD and...
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-26 Jonas DevlieghereRe-land: "[Support] Replace HashString with djbHash."
2018-02-26 David ZarzyckiTest commit
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
2018-02-26 Jonas Devlieghere[Support] Replace HashString with djbHash.
2018-02-23 Hans Wennborgllvm-config: Add advapi32 to --system-libs on Windows...
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-18 Benjamin Kramer[Support] Replace hand-written scope_exit with make_sco...
2018-02-17 Craig Topper[X86] Add 'sahf' to getHostCPUFeatures so -march=native...
2018-02-17 Serge PavlovReport fatal error in the case of out of memory
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-02-15 Zachary TurnerCall FlushFileBuffers on output files.
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-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2018-02-13 Sam McCallFix off-by-one in set_thread_name which causes truncati...
2018-02-10 George KarpenkovMake LLVM timer reprintable: that is, make more than...
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-01 Benjamin Kramer[ADT] Replace sys::MemoryFence with standard atomics.
2018-01-30 Daniel SandersAdd more initializers to quiet a clang warning
2018-01-28 Jonas Devlieghere[Support] Move DJB hash to support. NFC
2018-01-26 Benjamin Kramer[Support] Move PrintEscapedString into the library...
2018-01-23 Dan Gohman[WebAssembly] Switch to *-wasm as the default target...
2018-01-22 Rui UeyamaRevert r322595: Specify inline for isWhitespace in...
2018-01-19 Petr HosekFallback option for colorized output when terminfo...
2018-01-18 Craig Topper[X86] Add intrinsic support for the RDPID instruction
2018-01-18 Eric ChristopherTypo fix SIBABRT -> SIGABRT.
2018-01-18 Peter CollingbourneSupport: Add missing #include.
2018-01-17 George Burgess IV[Support] Return an enum instead of an unsigned; NFC.
2018-01-16 Rui UeyamaSpecify inline for isWhitespace in CommandLine.cpp
2018-01-15 Pavel Labath[Support] Remove MemoryBuffer::getNewMemBuffer
2018-01-09 Florian Hahn[TargetParser] Add missing armv8l ARMv8 variant.
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-30 Serge PavlovReverted 321580: Added support for reading configuratio...
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-27 Rui UeyamaImprove performance TokenizeWindowsCommandLine
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-21 Francis Visoiu Mistrih[YAML] Fix UTF-8 handling
2017-12-21 Pavel Labath[Support] Remove MemoryBuffer::getNewUninitMemBuffer
2017-12-20 Florian Hahn[TargetParser] Check size before accessing architecture...
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-19 Ben Dunbobbin[Support][CachePruning] Disable cache pruning regressio...
2017-12-19 Pavel Labath[Support] Add WritableMemoryBuffer class
2017-12-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-12-18 Craig Topper[X86] Minor formatting fix to getHostCPUFeatures. NFC
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-13 Michael ZolotukhinRecover some overzealously removed includes.
2017-12-13 Hans WennborgSpeculative build fix for lld on Linux after Michael...
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Support.
2017-12-08 Evandro Menezes[AArch64] Add Exynos to host detection
2017-12-05 Rafael EspindolaDelete temp file if rename fails.
2017-12-05 Pavel LabathRe-commit "[cmake] Enable zlib support on windows"
2017-12-05 George Rimar[Support/TarWriter] - Don't allow TarWriter to add...
2017-12-04 Pavel LabathRevert "[cmake] Enable zlib support on windows"
2017-12-01 Pavel Labath[cmake] Enable zlib support on windows
2017-12-01 Zachary TurnerMark all library options as hidden.
2017-11-28 Konstantin ZhuravlyovAMDGPU: Add num spilled s/vgprs to metadata
2017-11-28 Francis Visoiu Mistrih[Support] Merge toLower / toUpper implementations
2017-11-28 Peter Smith[ARM][AArch64] Workaround ARM/AArch64 peculiarity in...
2017-11-28 Rafael EspindolaUse FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
next