summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2017-04-20[APInt] Add isSubsetOf method that can check if one APInt is a subset of anot...Craig Topper
2017-04-20[ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus
2017-04-20[APInt] Implement APInt::intersects without creating a temporary APInt in the...Craig Topper
2017-04-19[APInt] Implement operator==(uint64_t) similar to ugt/ult(uint64_t) to remove...Craig Topper
2017-04-19[APInt] Move the 'return *this' from the slow cases of assignment operators i...Craig Topper
2017-04-19[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-04-19Allow suppressing host and target info in VersionPrinterXin Tong
2017-04-18[APInt] Inline the single word case of lshrInPlace similar to what we do for ...Craig Topper
2017-04-18[APInt] Use lshrInPlace to replace lshr where possibleCraig Topper
2017-04-18Revert "[GlobalISel] Support vector-of-pointers in LLT"Kristof Beyls
2017-04-18Fix gcc build after r300535.Kristof Beyls
2017-04-18[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-04-18[APInt] Cleanup the reverseBits slow case a little.Craig Topper
2017-04-18[APInt] Make operator<<= shift in place. Improve the implementation of tcShif...Craig Topper
2017-04-18Add const to a const method. NFCGeorge Burgess IV
2017-04-17[APInt] Merge the multiword code from lshrInPlace and tcShiftRight into a sin...Craig Topper
2017-04-16[APInt] Fix a bug in lshr by a value more than 64 bits above the bit width.Craig Topper
2017-04-13[Support] Fix ErrorOr assertion when /proc/cpuinfo doesn't exist.Teresa Johnson
2017-04-13Remove all allocation and divisions from GreatestCommonDivisorRichard Smith
2017-04-13[APInt] Reorder fields to avoid a hole in the middle of the classCraig Topper
2017-04-13[APInt] Generalize the implementation of tcIncrement to support adding a full...Craig Topper
2017-04-12Fix detection of backtrace() availability on FreeBSDEd Maste
2017-04-11Remove xgene1 from host detectionYi Kong
2017-04-04Implement host CPU detection for AArch64Yi Kong
2017-04-02[APInt] Make use of whichWord and maskBit to simplify some code. NFCCraig Topper
2017-04-02[APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper
2017-04-02[X86] Use tcAdd/tcSubtract to implement the slow case of operator+=/operator-=.Craig Topper
2017-04-02[APInt] Combine declaration and initialization. NFCCraig Topper
2017-04-02[APInt] Simplify some code by using operator+=(uint64_t) instead of doing a m...Craig Topper
2017-04-02[APInt] Fix typo in comment. NFCCraig Topper
2017-04-01[APInt] Use conditional operator to simplify some code. NFCCraig Topper
2017-04-01[APInt] Implement flipAllBitsSlowCase with tcComplement. NFCICraig Topper
2017-04-01[APInt] Fix indentation. NFCCraig Topper
2017-04-01[APInt] Implement AndAssignSlowCase using tcAnd. Do the same for Or and Xor. ...Craig Topper
2017-04-01[APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use mo...Craig Topper
2017-04-01[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...Craig Topper
2017-03-31Fix APFloat mod (committing for simonbyrne)Stephen Canon
2017-03-31[APInt] Rewrite getLoBits in a way that will do one less memory allocation in...Craig Topper
2017-03-31Remove name space pollution from Signals.cppKristof Beyls
2017-03-31Remove more name space pollution from .inc filesKristof Beyls
2017-03-31Do not pollute the namespace in a header file.Kristof Beyls
2017-03-31Make naming in Host.h in line with coding standards.Kristof Beyls
2017-03-31Update comment for r299098 per feedback from James Henderson.Yaron Keren
2017-03-31Do not pollute the namespace in a header file.Kristof Beyls
2017-03-30Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren
2017-03-30Revert "Make naming in Host.h in line with coding standards."Kristof Beyls
2017-03-30Make naming in Host.h in line with coding standards.Kristof Beyls
2017-03-30Refactor getHostCPUName to allow testing on non-native hardware.Kristof Beyls
2017-03-28[APInt] Reformat tc functions to put opening curly braces on the end of the p...Craig Topper
2017-03-28[APInt] Remove an anonymous namespace around static functions. NFCCraig Topper