hanchenye-llvm-project/llvm/unittests/IR
Chandler Carruth 4c1b05f822 Make the User::value_op_iterator a random access iterator. I had written
this code ages ago and lost track of it. Seems worth doing though --
this thing can get called from places that would benefit from knowing
that std::distance is O(1). Also add a very fledgeling unittest for
Users and make sure various aspects of this seem to work reasonably.

llvm-svn: 206453
2014-04-17 09:07:50 +00:00
..
AttributesTest.cpp
CMakeLists.txt Make the User::value_op_iterator a random access iterator. I had written 2014-04-17 09:07:50 +00:00
ConstantRangeTest.cpp
ConstantsTest.cpp
DominatorTreeTest.cpp
IRBuilderTest.cpp
InstructionsTest.cpp Untabify. 2014-03-27 11:38:28 +00:00
LeakDetectorTest.cpp
LegacyPassManagerTest.cpp
MDBuilderTest.cpp Move MDBuilder's methods out of line. 2014-04-12 14:26:59 +00:00
Makefile
MetadataTest.cpp
PassManagerTest.cpp [PM] As was pointed out in review, I need to define a custom swap in 2014-03-13 10:42:18 +00:00
PatternMatch.cpp
TypeBuilderTest.cpp
TypesTest.cpp
UserTest.cpp Make the User::value_op_iterator a random access iterator. I had written 2014-04-17 09:07:50 +00:00
ValueHandleTest.cpp
ValueMapTest.cpp
ValueTest.cpp
VerifierTest.cpp
WaymarkTest.cpp