summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add support for Ananas platformEd Schouten2017-06-251-0/+2
* [APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...Craig Topper2017-06-231-7/+2
* Fix a misleading indentation warning.Peter Collingbourne2017-06-231-3/+3
* Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne2017-06-231-1/+1
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-231-15/+46
* Add a BinarySubstreamRef, and a method to read one.Zachary Turner2017-06-231-0/+6
* [ADT] Add llvm::to_floatPavel Labath2017-06-232-19/+11
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-223-12/+25
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-213-37/+71
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-0/+7
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-213-25/+12
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-202-1/+16
* [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer...Craig Topper2017-06-181-37/+30
* Implement AllocateRWX and ReleaseRWX for NetBSDKamil Rytarowski2017-06-181-0/+4
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-172-1/+15
* Fix buildbots.Rui Ueyama2017-06-161-1/+2
* Fix msan buildbot.Rui Ueyama2017-06-161-1/+2
* Hide dbgs() stream for when built with -fmodules.Frederich Munch2017-06-141-1/+5
* Support: Remove MSVC 2013 workarounds in ThreadPool class.Peter Collingbourne2017-06-141-16/+3
* Support: Don't set RLIMIT_AS on child processes when applying a memory limitDavid Blaikie2017-06-121-10/+0
* [ADT] Reduce duplication between {Contextual,}FoldingSet; NFCGeorge Burgess IV2017-06-121-21/+21
* bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie2017-06-091-5/+11
* [Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn2017-06-071-0/+15
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-073-716/+2
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-062-12/+9
* AMDGPU/NFC: Move amdgpu code object metadata to supportKonstantin Zhuravlyov2017-06-062-0/+219
* Fix another ordering constraint with windows.h and comment aboutChandler Carruth2017-06-061-0/+2
* Fix one place where I missed a commented requirement for a particularChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0628-36/+33
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-052-2/+3
* Fix building DynamicLibrary.cpp with musl libcDimitry Andric2017-06-051-2/+2
* ADT: handle special case of ARM environment for SUSESaleem Abdulrasool2017-06-031-0/+4
* Revert r304117 - WebAssembly object format isn't ready to be the defaultJacob Gravelle2017-06-021-4/+2
* [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done rightKamil Rytarowski2017-06-011-0/+5
* Adding parsing ability for .res file.Eric Beckmann2017-05-301-0/+20
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-05-301-0/+2
* [ManagedStatic] Avoid putting function pointers in template args.Benjamin Kramer2017-05-291-3/+5
* Try to work around MSVC being buggy. Attempt #1.Benjamin Kramer2017-05-291-1/+3
* [Timer] Move DefaultTimerGroup into a ManagedStatic.Benjamin Kramer2017-05-291-3/+4
* [Nios2] Target registrationNikolai Bozhenov2017-05-291-0/+11
* Disabled implicit-fallthrough warnings for ConvertUTF.cpp.Galina Kistanova2017-05-291-0/+31
* Support: adjust the default obj format for wasmSaleem Abdulrasool2017-05-291-2/+4
* [X86] Fixing VPOPCNTDQ feature set lookup.Oren Ben Simhon2017-05-281-1/+1
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-0/+2
* Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLi...Frederich Munch2017-05-261-3/+8
* Make BinaryStreamReader::readCString a bit faster.Zachary Turner2017-05-251-13/+14
* [X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon2017-05-251-0/+1
* [APInt] Use std::end to avoid mentioning the size of a local buffer repeatedly.Craig Topper2017-05-241-2/+2
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-0/+4
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-0/+1
OpenPOWER on IntegriCloud