summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...Serguei Katkov2017-04-211-8/+23
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-12/+157
* [APInt] Add isSubsetOf method that can check if one APInt is a subset of anot...Craig Topper2017-04-201-0/+8
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-1/+1
* [APInt] Implement APInt::intersects without creating a temporary APInt in the...Craig Topper2017-04-201-0/+8
* [APInt] Implement operator==(uint64_t) similar to ugt/ult(uint64_t) to remove...Craig Topper2017-04-191-8/+0
* [APInt] Move the 'return *this' from the slow cases of assignment operators i...Craig Topper2017-04-191-10/+7
* [GlobalISel] Support vector-of-pointers in LLTKristof Beyls2017-04-191-10/+19
* Allow suppressing host and target info in VersionPrinterXin Tong2017-04-191-1/+4
* [APInt] Inline the single word case of lshrInPlace similar to what we do for ...Craig Topper2017-04-181-9/+1
* [APInt] Use lshrInPlace to replace lshr where possibleCraig Topper2017-04-182-5/+5
* Revert "[GlobalISel] Support vector-of-pointers in LLT"Kristof Beyls2017-04-181-19/+10
* Fix gcc build after r300535.Kristof Beyls2017-04-181-8/+8
* [GlobalISel] Support vector-of-pointers in LLTKristof Beyls2017-04-181-10/+19
* [APInt] Cleanup the reverseBits slow case a little.Craig Topper2017-04-181-6/+4
* [APInt] Make operator<<= shift in place. Improve the implementation of tcShif...Craig Topper2017-04-181-78/+24
* Add const to a const method. NFCGeorge Burgess IV2017-04-181-1/+1
* [APInt] Merge the multiword code from lshrInPlace and tcShiftRight into a sin...Craig Topper2017-04-171-68/+25
* [APInt] Fix a bug in lshr by a value more than 64 bits above the bit width.Craig Topper2017-04-161-1/+1
* [Support] Fix ErrorOr assertion when /proc/cpuinfo doesn't exist.Teresa Johnson2017-04-131-0/+1
* Remove all allocation and divisions from GreatestCommonDivisorRichard Smith2017-04-131-70/+82
* [APInt] Reorder fields to avoid a hole in the middle of the classCraig Topper2017-04-131-1/+1
* [APInt] Generalize the implementation of tcIncrement to support adding a full...Craig Topper2017-04-131-64/+40
* Fix detection of backtrace() availability on FreeBSDEd Maste2017-04-122-3/+6
* Remove xgene1 from host detectionYi Kong2017-04-111-11/+1
* Implement host CPU detection for AArch64Yi Kong2017-04-041-4/+32
* [APInt] Make use of whichWord and maskBit to simplify some code. NFCCraig Topper2017-04-021-5/+3
* [APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper2017-04-022-81/+85
* [X86] Use tcAdd/tcSubtract to implement the slow case of operator+=/operator-=.Craig Topper2017-04-021-33/+3
* [APInt] Combine declaration and initialization. NFCCraig Topper2017-04-021-6/+2
* [APInt] Simplify some code by using operator+=(uint64_t) instead of doing a m...Craig Topper2017-04-021-7/+2
* [APInt] Fix typo in comment. NFCCraig Topper2017-04-021-1/+1
* [APInt] Use conditional operator to simplify some code. NFCCraig Topper2017-04-011-4/+1
* [APInt] Implement flipAllBitsSlowCase with tcComplement. NFCICraig Topper2017-04-011-2/+1
* [APInt] Fix indentation. NFCCraig Topper2017-04-011-8/+8
* [APInt] Implement AndAssignSlowCase using tcAnd. Do the same for Or and Xor. ...Craig Topper2017-04-011-9/+3
* [APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use mo...Craig Topper2017-04-011-6/+4
* [APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...Craig Topper2017-04-011-1/+1
* Fix APFloat mod (committing for simonbyrne)Stephen Canon2017-03-311-33/+9
* [APInt] Rewrite getLoBits in a way that will do one less memory allocation in...Craig Topper2017-03-311-3/+4
* Remove name space pollution from Signals.cppKristof Beyls2017-03-313-5/+4
* Remove more name space pollution from .inc filesKristof Beyls2017-03-314-20/+16
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-1/+0
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-312-12/+12
* Update comment for r299098 per feedback from James Henderson.Yaron Keren2017-03-311-2/+1
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-7/+7
* Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren2017-03-301-1/+8
* Revert "Make naming in Host.h in line with coding standards."Kristof Beyls2017-03-302-12/+12
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-302-12/+12
* Refactor getHostCPUName to allow testing on non-native hardware.Kristof Beyls2017-03-301-214/+204
OpenPOWER on IntegriCloud