summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Support] Fix locking of shared variable in threadpoolJan Korous2017-11-271-1/+1
* Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon2017-11-261-0/+3
* [x86][icelake]GFNICoby Tayree2017-11-261-0/+1
* Recommit r318963 "[APInt] Don't print debug messages from the APInt knuth div...Craig Topper2017-11-241-0/+10
* Revert 318963 "[APInt] Don't print debug messages from the APInt knuth divisi...Craig Topper2017-11-241-10/+0
* [APInt] Don't print debug messages from the APInt knuth division algorithm by...Craig Topper2017-11-241-0/+10
* Make helpers static. NFC.Benjamin Kramer2017-11-241-0/+2
* Allow TempFile::discard to be called twice.Rafael Espindola2017-11-221-0/+6
* CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne2017-11-221-20/+30
* [X86] Move the information about the feature bits used by compiler-rt and sha...Craig Topper2017-11-211-102/+59
* [X86] Sort bits in getHostCPUFeatures again.Craig Topper2017-11-211-11/+5
* [x86][icelake]BITALGCoby Tayree2017-11-211-0/+3
* [x86][icelake]VNNICoby Tayree2017-11-211-0/+3
OpenPOWER on IntegriCloud