summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [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
* [x86][icelake]vbmi2Coby Tayree2017-11-211-0/+1
* [x86][icelake]vpclmulqdq introductionCoby Tayree2017-11-211-0/+3
* [x86][icelake]VAES introductionCoby Tayree2017-11-211-0/+1
* move static function. NFCRafael Espindola2017-11-211-26/+24
* Split a rename_handle out of rename on windows.Rafael Espindola2017-11-211-3/+13
* [X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not ge...Craig Topper2017-11-191-1/+1
* [X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to kee...Craig Topper2017-11-191-54/+50
* Fix use of config.h in public headers.Eric Fiselier2017-11-181-0/+1
* Reorder static functions. NFC.Rafael Espindola2017-11-181-38/+35
* Split realPathFromHandle in two.Rafael Espindola2017-11-181-13/+17
* Use TempFile in the implementation of LockFileManager.Rafael Espindola2017-11-171-50/+33
* [Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin2017-11-171-1/+1
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-162-203/+4
* Fix some undefined beahvior in FileMapping.Zachary Turner2017-11-161-2/+2
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+16
* Allow empty mappings for optional YAML inputDave Lee2017-11-161-1/+2
* Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola2017-11-161-1/+1
* [Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin2017-11-161-1/+1
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-162-0/+119
* Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders2017-11-151-2/+3
* [X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.Craig Topper2017-11-151-1/+4
OpenPOWER on IntegriCloud