llvm/lib
Craig Topper 54f0462d2b [APInt] Rename getSignBit to getSignMask
getSignBit is a static function that creates an APInt with only the sign bit set. getSignMask seems like a better name to convey its functionality. In fact several places use it and then store in an APInt named SignMask.

Differential Revision: https://reviews.llvm.org/D32108



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300856 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-20 16:56:25 +00:00
..
Analysis [APInt] Rename getSignBit to getSignMask 2017-04-20 16:56:25 +00:00
AsmParser Prefer addAttr(Attribute::AttrKind) over the AttributeList overload 2017-04-19 17:28:52 +00:00
Bitcode PR32382: Fix emitting complex DWARF expressions. 2017-04-18 01:21:53 +00:00
CodeGen [APInt] Rename getSignBit to getSignMask 2017-04-20 16:56:25 +00:00
DebugInfo Code style change as suggested in https://reviews.llvm.org/D32177 (NFC) 2017-04-19 20:52:21 +00:00
Demangle
ExecutionEngine [APInt] Use lshrInPlace to replace lshr where possible 2017-04-18 17:14:21 +00:00
Fuzzer Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin." 2017-04-20 00:16:13 +00:00
IR Prefer addAttr(Attribute::AttrKind) over the AttributeList overload 2017-04-19 17:28:52 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO
MC
Object [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-19 23:02:10 +00:00
ObjectYAML
Option
Passes
ProfileData
Support [APInt] Add isSubsetOf method that can check if one APInt is a subset of another without creating temporary APInts 2017-04-20 16:17:13 +00:00
TableGen
Target [APInt] Rename getSignBit to getSignMask 2017-04-20 16:56:25 +00:00
Transforms [APInt] Rename getSignBit to getSignMask 2017-04-20 16:56:25 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt