summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RenderScript ArchTypePirama Arumuga Nainar2016-07-021-73/+91
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-98/+383
* [Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano2016-06-291-30/+25
* [ManagedStatic] Reimplement double-checked locking with std::atomic.Benjamin Kramer2016-06-291-12/+3
* [Triple] Add isLittleEndian().Davide Italiano2016-06-291-0/+4
* Revert r274054 to try to appease the botManman Ren2016-06-281-378/+98
* [YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman2016-06-281-1/+22
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-281-98/+378
* CachePruning: correct comment about file order. NFCPawel Bylica2016-06-271-3/+3
* APInt: remove unsued param in private method. NFCPawel Bylica2016-06-271-1/+1
* [APInt] Don't shift into the sign bitDavid Majnemer2016-06-241-1/+1
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+5
* [APInt] Don't shift into the sign bitDavid Majnemer2016-06-241-2/+2
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-232-8/+8
* Removing whitespace from test commit rL273447Jason Henline2016-06-221-1/+1
* Add whitespace to check commit accessJason Henline2016-06-221-1/+1
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-10/+11
OpenPOWER on IntegriCloud