This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dca600b49cf Allow operator-> to work from a FixedStreamArrayIterator. new ace8b39f824 [KnownBits] Add wrapper methods for setting and clear all b [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/FunctionLoweringInfo.h | 2 +- include/llvm/Support/KnownBits.h | 33 ++++++++++++++ lib/Analysis/Lint.cpp | 4 +- lib/Analysis/ValueTracking.cpp | 50 ++++++++-------------- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 ++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 5 ++- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/Sparc/SparcISelLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/XCore/XCoreISelLowering.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +- 15 files changed, 70 insertions(+), 54 deletions(-)