summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2017-12-05Delete temp file if rename fails.Rafael Espindola
2017-12-05Re-commit "[cmake] Enable zlib support on windows"Pavel Labath
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar
2017-12-04Revert "[cmake] Enable zlib support on windows"Pavel Labath
2017-12-01[cmake] Enable zlib support on windowsPavel Labath
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-28AMDGPU: Add num spilled s/vgprs to metadataKonstantin Zhuravlyov
2017-11-28[Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih
2017-11-28[ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.Peter Smith
2017-11-28Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola
2017-11-28Move code. NFC.Rafael Espindola
2017-11-28Add an F_Delete flag.Rafael Espindola
2017-11-27Add OpenFlags to the create(Unique|Temporary)File interfaces.Rafael Espindola
2017-11-27[BinaryStream] Support growable streams.Zachary Turner
2017-11-27[Support] Fix locking of shared variable in threadpoolJan Korous
2017-11-26Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon
2017-11-26[x86][icelake]GFNICoby Tayree
2017-11-24Recommit r318963 "[APInt] Don't print debug messages from the APInt knuth div...Craig Topper
2017-11-24Revert 318963 "[APInt] Don't print debug messages from the APInt knuth divisi...Craig Topper
2017-11-24[APInt] Don't print debug messages from the APInt knuth division algorithm by...Craig Topper
2017-11-24Make helpers static. NFC.Benjamin Kramer
2017-11-22Allow TempFile::discard to be called twice.Rafael Espindola
2017-11-22CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne
2017-11-21[X86] Move the information about the feature bits used by compiler-rt and sha...Craig Topper
2017-11-21[X86] Sort bits in getHostCPUFeatures again.Craig Topper
2017-11-21[x86][icelake]BITALGCoby Tayree
2017-11-21[x86][icelake]VNNICoby Tayree
2017-11-21[x86][icelake]vbmi2Coby Tayree
2017-11-21[x86][icelake]vpclmulqdq introductionCoby Tayree
2017-11-21[x86][icelake]VAES introductionCoby Tayree
2017-11-21move static function. NFCRafael Espindola
2017-11-21Split a rename_handle out of rename on windows.Rafael Espindola
2017-11-19[X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not ge...Craig Topper
2017-11-19[X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to kee...Craig Topper
2017-11-18Fix use of config.h in public headers.Eric Fiselier
2017-11-18Reorder static functions. NFC.Rafael Espindola
2017-11-18Split realPathFromHandle in two.Rafael Espindola
2017-11-17Use TempFile in the implementation of LockFileManager.Rafael Espindola
2017-11-17[Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-16[Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames
2017-11-16Fix some undefined beahvior in FileMapping.Zachary Turner
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16Allow empty mappings for optional YAML inputDave Lee
2017-11-16Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola
2017-11-16[Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-11-15Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders
2017-11-15[X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.Craig Topper
2017-11-15Use TempFile in lto caching.Rafael Espindola