summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* [APInt] Fix typo in comment. NFCCraig Topper2017-05-131-1/+1
* [APInt] Add early outs for a division by 1 to udiv/urem/udivremCraig Topper2017-05-121-4/+18
* [APInt] In udivrem, remember the bit width in a local variable so we don't re...Craig Topper2017-05-121-4/+5
* [APInt] Add an assert to check for divide by zero in udivrem. NFCCraig Topper2017-05-121-0/+1
* [APInt] Remove unnecessary checks of rhsWords==1 with lhsWords==1 from udiv a...Craig Topper2017-05-121-2/+2
* [APInt] Fix a case where udivrem might delete and create a new allocation ins...Craig Topper2017-05-121-2/+5
* [APInt] Add a utility method to change the bit width and storage size of an A...Craig Topper2017-05-121-42/+31
* [APInt] Remove an APInt copy from the return of APInt::multiplicativeInverse.Craig Topper2017-05-111-1/+4
* [APInt] Fix typo in comment. NFCCraig Topper2017-05-111-1/+1
* Fix -DLLVM_ENABLE_THREADS=OFF build after r302748Hans Wennborg2017-05-111-0/+2
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-111-2/+2
* [APInt] Remove an unneeded extra temporary APInt from toString.Craig Topper2017-05-111-5/+1
* [APInt] Use negate() instead of copying an APInt to negate it and then writin...Craig Topper2017-05-111-3/+3
* Final (hopefully) fix for the build bots.Zachary Turner2017-05-111-1/+1
* Try again to fix the buildbots.Zachary Turner2017-05-111-1/+1
* Fix build errors with Parallel.Zachary Turner2017-05-111-1/+1
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-112-0/+137
* [APInt] Add negate helper method to implement twos complement. Use it to shor...Craig Topper2017-05-101-6/+3
OpenPOWER on IntegriCloud