summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* llvm-config: Add advapi32 to --system-libs on Windows (PR36372)Hans Wennborg2018-02-231-1/+2
* Resubmit r325107 (case folding DJB hash)Pavel Labath2018-02-213-2/+821
* Report fatal error in the case of out of memorySerge Pavlov2018-02-204-12/+10
* [Support] Replace hand-written scope_exit with make_scope_exit.Benjamin Kramer2018-02-181-23/+3
* [X86] Add 'sahf' to getHostCPUFeatures so -march=native will pick it up corre...Craig Topper2018-02-171-0/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-171-0/+33
* [APInt] Fix extractBits to correctly handle Result.isSingleWord() case.Tim Shen2018-02-161-1/+2
* Silence warning about unused private variable.Zachary Turner2018-02-151-1/+3
* Call FlushFileBuffers on output files.Zachary Turner2018-02-151-1/+15
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-156-45/+13
* Specify namespace for reallocSerge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-156-13/+45
* Revert r325107 (case folding DJB hash) and subsequent build fixPavel Labath2018-02-143-820/+1
* Implement a case-folding version of DJB hashPavel Labath2018-02-143-1/+820
* Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall2018-02-131-1/+2
* Make LLVM timer reprintable: that is, make more than one print action on the ...George Karpenkov2018-02-101-2/+10
* [ARM] Add 'fillValidCPUArchList' to ARM targetsErich Keane2018-02-081-0/+14
* [ADT] Replace sys::MemoryFence with standard atomics.Benjamin Kramer2018-02-011-6/+2
* Add more initializers to quiet a clang warningDaniel Sanders2018-01-301-0/+4
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-282-0/+21
* [Support] Move PrintEscapedString into the library its declaration is inBenjamin Kramer2018-01-261-0/+10
* [WebAssembly] Switch to *-wasm as the default target triple.Dan Gohman2018-01-231-2/+4
* Revert r322595: Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-221-1/+1
* Fallback option for colorized output when terminfo isn't availablePetr Hosek2018-01-191-0/+15
* [X86] Add intrinsic support for the RDPID instructionCraig Topper2018-01-181-1/+3
* Typo fix SIBABRT -> SIGABRT.Eric Christopher2018-01-181-1/+1
* Support: Add missing #include.Peter Collingbourne2018-01-181-0/+2
* [Support] Return an enum instead of an unsigned; NFC.George Burgess IV2018-01-171-2/+2
* Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-161-1/+1
* [Support] Remove MemoryBuffer::getNewMemBufferPavel Labath2018-01-151-5/+0
* [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
OpenPOWER on IntegriCloud