summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Replace sys::MemoryFence with standard atomics.Benjamin Kramer2018-02-011-6/+2
* Add more initializers to quiet a clang warningDaniel Sanders2018-01-301-0/+4
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-282-0/+21
* [Support] Move PrintEscapedString into the library its declaration is inBenjamin Kramer2018-01-261-0/+10
* [WebAssembly] Switch to *-wasm as the default target triple.Dan Gohman2018-01-231-2/+4
* Revert r322595: Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-221-1/+1
* Fallback option for colorized output when terminfo isn't availablePetr Hosek2018-01-191-0/+15
* [X86] Add intrinsic support for the RDPID instructionCraig Topper2018-01-181-1/+3
* Typo fix SIBABRT -> SIGABRT.Eric Christopher2018-01-181-1/+1
* Support: Add missing #include.Peter Collingbourne2018-01-181-0/+2
* [Support] Return an enum instead of an unsigned; NFC.George Burgess IV2018-01-171-2/+2
* Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-161-1/+1
* [Support] Remove MemoryBuffer::getNewMemBufferPavel Labath2018-01-151-5/+0
* [TargetParser] Add missing armv8l ARMv8 variant.Florian Hahn2018-01-091-1/+1
* [Support] Use realpath(3) instead of trying to open a file.Davide Italiano2018-01-091-6/+6
* [Support] Add WritableMemoryBuffer::getNewMemBufferPavel Labath2018-01-091-5/+10
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+48
* Reverted 321580: Added support for reading configuration filesSerge Pavlov2017-12-301-47/+0
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+47
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* Improve performance TokenizeWindowsCommandLineRui Ueyama2017-12-271-20/+26
* [ThinLTO][CachePruning] explicitly disable pruningBen Dunbobbin2017-12-221-5/+5
* [YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih2017-12-211-1/+6
* [Support] Remove MemoryBuffer::getNewUninitMemBufferPavel Labath2017-12-211-8/+3
* [TargetParser] Check size before accessing architecture version.Florian Hahn2017-12-201-2/+2
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+0
* [Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin2017-12-191-2/+4
* [Support] Add WritableMemoryBuffer classPavel Labath2017-12-191-61/+96
* Fix APFloat from string conversion for InfSerguei Katkov2017-12-192-3/+3
* [X86] Minor formatting fix to getHostCPUFeatures. NFCCraig Topper2017-12-181-2/+1
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-183-14/+43
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* Recover some overzealously removed includes.Michael Zolotukhin2017-12-131-0/+1
* Speculative build fix for lld on Linux after Michael's #include removalsHans Wennborg2017-12-131-0/+1
* Remove redundant includes from lib/Support.Michael Zolotukhin2017-12-136-6/+0
* [AArch64] Add Exynos to host detectionEvandro Menezes2017-12-081-0/+31
* Delete temp file if rename fails.Rafael Espindola2017-12-052-5/+23
* Re-commit "[cmake] Enable zlib support on windows"Pavel Labath2017-12-051-3/+3
* [Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar2017-12-051-0/+4
* Revert "[cmake] Enable zlib support on windows"Pavel Labath2017-12-041-3/+3
* [cmake] Enable zlib support on windowsPavel Labath2017-12-011-3/+3
* Mark all library options as hidden.Zachary Turner2017-12-012-6/+8
* AMDGPU: Add num spilled s/vgprs to metadataKonstantin Zhuravlyov2017-11-281-0/+4
* [Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih2017-11-282-27/+18
* [ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.Peter Smith2017-11-281-4/+24
* Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola2017-11-282-6/+80
* Move code. NFC.Rafael Espindola2017-11-281-83/+85
* Add an F_Delete flag.Rafael Espindola2017-11-281-0/+2
* Add OpenFlags to the create(Unique|Temporary)File interfaces.Rafael Espindola2017-11-271-14/+20
* [BinaryStream] Support growable streams.Zachary Turner2017-11-272-9/+10
OpenPOWER on IntegriCloud