llvm-project/llvm/tools/llvm-reduce
Arthur Eubanks a7b4ce9cfd [NFC][AttributeList] Replace index_begin/end with an iterator
We expose the fact that we rely on unsigned wrapping to iterate through
all indexes. This can be confusing. Rather, keeping it as an
implementation detail through an iterator is less confusing and is less
code.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D110885
2021-10-01 10:17:41 -07:00
..
deltas [NFC][AttributeList] Replace index_begin/end with an iterator 2021-10-01 10:17:41 -07:00
CMakeLists.txt [llvm-reduce] Add reduce operands pass 2021-09-17 12:32:15 -07:00
DeltaManager.cpp [llvm-reduce] Add reduce operands pass 2021-09-17 12:32:15 -07:00
DeltaManager.h [llvm-reduce] Add flag to only run specific passes 2021-04-30 11:51:01 -07:00
TestRunner.cpp
TestRunner.h [llvm-reduce] Add header guards and fix clang-tidy warnings 2021-04-01 20:38:49 -07:00
llvm-reduce.cpp [llvm][tools] Hide remaining unrelated llvm- tool options 2021-07-22 09:47:55 +02:00