[all-commits] [llvm/llvm-project] 1647ff: [ADT/STLExtras.h] - Add llvm::is_sorted wrapper an...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Apr 14 04:11:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1647ff6e2753026f8a1e21c60d37b83602520b64
https://github.com/llvm/llvm-project/commit/1647ff6e2753026f8a1e21c60d37b83602520b64
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/Format/Format.cpp
M clang/lib/Format/SortJavaScriptImports.cpp
M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
M clang/lib/Tooling/Syntax/Tokens.cpp
M lld/wasm/InputFiles.cpp
M llvm/include/llvm/ADT/CoalescingBitVector.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/CodeGen/LiveInterval.h
M llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
M llvm/lib/Analysis/LoopCacheAnalysis.cpp
M llvm/lib/Analysis/TargetLibraryInfo.cpp
M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M llvm/lib/Frontend/OpenMP/OMPContext.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/MC/MCSubtargetInfo.cpp
M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/lib/Target/Mips/MipsCCState.cpp
M llvm/lib/Target/X86/X86EvexToVex.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrFMA3Info.cpp
M llvm/lib/Target/X86/X86InstrFoldTables.cpp
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
M llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
M llvm/tools/llvm-exegesis/lib/Target.cpp
M llvm/tools/llvm-objcopy/ELF/Object.cpp
M llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
M llvm/unittests/ADT/SimpleIListTest.cpp
M llvm/unittests/Support/ParallelTest.cpp
Log Message:
-----------
[ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers.
It can be used to avoid passing the begin and end of a range.
This makes the code shorter and it is consistent with another
wrappers we already have.
Differential revision: https://reviews.llvm.org/D78016
More information about the All-commits
mailing list