summaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-221-0/+1
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-191-0/+1
* [APInt] Add support for dividing or remainder by a uint64_t or int64_t.Craig Topper2017-05-191-56/+197
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-181-0/+18
* Add some helpers for manipulating BinaryStreamRefs.Zachary Turner2017-05-171-0/+5
* [BinaryStream] Reduce the amount of boiler plate needed to use.Zachary Turner2017-05-174-4/+158
* Revert r303015, because it has the unintended side effect of breakingDimitry Andric2017-05-171-24/+6
* Re-land r303274: "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner2017-05-171-48/+71
* Revert "[CrashRecovery] Use SEH __try instead of VEH when available"Reid Kleckner2017-05-171-66/+48
* [CrashRecovery] Use SEH __try instead of VEH when availableReid Kleckner2017-05-171-48/+66
* Workaround for incorrect Win32 header on GCC.Zachary Turner2017-05-171-6/+4
* Fix for compilers with older CRT header libraries.Zachary Turner2017-05-161-1/+6
* [Support] Ignore OutputDebugString exceptions in our crash recovery.Zachary Turner2017-05-161-0/+8
* [APInt] Simplify a for loop initialization based on the fact that 'n' is know...Craig Topper2017-05-151-1/+1
* Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric2017-05-141-6/+24
* [APInt] Use Lo_32/Hi_32/Make_64 in a few more places in the divide code. NFCICraig Topper2017-05-131-6/+6