summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add two files lost in rebase, causing build breakDaniel Berlin2017-02-191-0/+108
* Add initial support for debug countingDaniel Berlin2017-02-192-5/+6
* [AArch64] Add Cavium ThunderX supportJoel Jones2017-02-171-0/+2
* Change default TimerGroup singleton to use magic staticsErich Keane2017-02-161-16/+3
* [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-153-23/+34
* [Support] Add StringRef::getAsDouble.Zachary Turner2017-02-141-0/+13
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-092-0/+4
* [X86] Remove the HLE feature flag.Craig Topper2017-02-091-1/+0
* [X86] Remove INVPCID and SMAP feature flags. They aren't currently used by an...Craig Topper2017-02-091-2/+0
* [X86] Clzero intrinsic and its addition under znver1Craig Topper2017-02-091-0/+4
* [X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...Craig Topper2017-02-081-1/+0
* Attempt to fix MSVC build broken by r294326Pavel Labath2017-02-071-6/+6
* [Support] Add FormatVariadic support for chrono typesPavel Labath2017-02-071-0/+7
* [APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.Joey Gouly2017-02-071-2/+15
* Revamp llvm::once_flag to be closer to std::once_flagKamil Rytarowski2017-02-051-1/+1
* [APInt] Add integer API bor bitwise operations.Amaury Sechet2017-02-031-0/+12
* Fix LLDB Android AArch64 GCC debug info buildOmair Javaid2017-02-022-2/+2
* [Support] Add newline when dumping an APInt.Davide Italiano2017-01-311-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-284-3/+10
* [APFloat] Reduce some dispatch boilerplates. NFC.Tim Shen2017-01-271-5/+12
* [APFloat] Fix comments. NFC.Tim Shen2017-01-261-28/+30
* [Support] Use O_CLOEXEC only when declaredPavel Labath2017-01-241-2/+20
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-242-0/+22
* [APInt] Remove calls to clearUnusedBits from XorSlowCase and operator^=Craig Topper2017-01-241-6/+2
* [APFloat] Add PPCDoubleDouble multiplicationTim Shen2017-01-241-6/+83
* [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...Tim Shen2017-01-231-79/+320
* raw_fd_ostream: Make file handles non-inheritable by defaultPavel Labath2017-01-181-2/+2
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-50/+76
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-0/+2
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-36/+47
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-47/+36
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-36/+47
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-72/+47
* [ARM] Fix ubig32_t read in ARMAttributeParserSam Parker2017-01-131-3/+3
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-48/+73
* [ARM] Moved ARMAttributeParser to SupportSam Parker2017-01-132-0/+683
* AMD family 17h (znver1) enablementCraig Topper2017-01-101-0/+19
* TarWriter: Fix a bug in Ustar header.Rui Ueyama2017-01-091-1/+1
* Support outputting to /dev/null.Rafael Espindola2017-01-091-22/+44
* TarWriter: Set "00" to Ustar version field.Rui Ueyama2017-01-091-5/+10
* Define sys::path::convert_to_slashRui Ueyama2017-01-092-10/+12
* CommandLine option: Relax the assertion introduced in r290467 to allows for e...Mehdi Amini2017-01-081-1/+1
* TarWriter: Use fitsInUstar function.Rui Ueyama2017-01-071-2/+2
* TarWriter: Use Ustar header's "prefix" field to store long filenames.Rui Ueyama2017-01-071-1/+27
* Use %z for size_t and avoid deprecated string functionsReid Kleckner2017-01-061-4/+4
* TarWriter: Emit PAX headers only when needed.Rui Ueyama2017-01-061-23/+20
* Add a class to create a tar archive file.Rui Ueyama2017-01-062-0/+170
* Revert "Use _Unwind_Backtrace on Apple platforms."Bob Wilson2017-01-061-1/+1
* TypoJoerg Sonnenberger2017-01-051-1/+1
OpenPOWER on IntegriCloud