summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Statistic: Bring back printing on exit by defaultMatthias Braun2016-09-271-2/+4
* Add xxhash to llvm.Rafael Espindola2016-09-272-0/+135
* Statistic: Only print statistics on exit for -statsMatthias Braun2016-09-261-8/+9
* Triple: Add opencl environment typeTom Stellard2016-09-231-0/+2
* Speculative fix for build failures due to consumeInteger.Zachary Turner2016-09-221-0/+3
* [Support] Add StringRef::consumeInteger.Zachary Turner2016-09-221-25/+55
* Missing includes.Vassil Vassilev2016-09-145-1/+5
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-11/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+11
* Define a dummy zlib::uncompress when zlib is not available.Rafael Espindola2016-09-121-0/+4
* ADT: Add AllocatorList, and use it for yaml::TokenDuncan P. N. Exon Smith2016-09-111-18/+5
* Add a lower level zlib::uncompress.Rafael Espindola2016-09-091-6/+13
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-062-8/+3
* [Support] - Fix possible crash in match() of llvm::Regex.George Rimar2016-09-021-0/+10
* Fix a real temp file leak in FileOutputBufferReid Kleckner2016-09-021-0/+3
* [Support] Fix a warning introduced in r280339 due to the memberChandler Carruth2016-09-011-1/+1
* [LLVM/Support] - Create no-arguments constructor for llvm::RegexGeorge Rimar2016-09-011-0/+2
* ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith2016-08-301-9/+2
* Implement getRandomBytes() functionEugene Leviant2016-08-262-0/+38
* Make some LLVM_CONSTEXPR variables const. NFC.George Burgess IV2016-08-251-1/+1
* Preserve a pointer to the newly allocated signal stack as well. That tooChandler Carruth2016-08-241-4/+6
* Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is notRichard Smith2016-08-241-1/+1
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-235-18/+31
* ADT: Remove ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-4/+0
* Add ADT headers to the cmake headers directory for LLVMSupport. NFC.Pete Cooper2016-08-221-0/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-173-9/+9
* Support the DW_AT_noreturn DWARF flag.Adrian Prantl2016-08-171-0/+1
* Remove excessive padding from LineNoCacheTyBenjamin Kramer2016-08-161-1/+1
* ADT: Share code for embedded sentinel traits, NFCDuncan P. N. Exon Smith2016-08-121-14/+3
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-122-2/+2
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-122-5/+4
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-112-3/+3
* Fix UB in APInt::ashrJonathan Roelofs2016-08-101-5/+1
* Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma2016-07-281-48/+51
* [CommandLine] Use Process::GetEnv instead of _wgetenvDavid Majnemer2016-07-241-21/+4
* Use RValue refs in APInt add/sub methods.Pete Cooper2016-07-221-38/+16
* [llvm-cov] - Improve llvm-cov error messageYing Yi2016-07-221-1/+2
* Properly ifdef the use of cpuid.Alina Sbirlea2016-07-201-1/+6
* [cpu-detection] Cleanup of Host.cpp.Alina Sbirlea2016-07-201-46/+48
* Get rid of call to StringRef::substr that's never used.Justin Lebar2016-07-191-1/+0
* Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth2016-07-191-2/+3
* Use posix_fallocate instead of ftruncate.Rafael Espindola2016-07-191-0/+9
* [mips] Recognise the triple used by Debian stretch for mips64el.Daniel Sanders2016-07-191-0/+2
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-0/+11
* Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl2016-07-141-0/+6
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-11/+0
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-0/+11
* [Support] Make helper function static. NFC.Benjamin Kramer2016-07-101-2/+2
* IR: Set a TargetPrefix for nvvm intrinsicsJustin Bogner2016-07-081-2/+3
* [Support][Error] Make logAllUnhandledErrors take a Twine for the banner, ratherLang Hames2016-07-041-0/+9
OpenPOWER on IntegriCloud