By Mandeep Singh Grang!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@311919
91177308-0d34-0410-b5e6-
96231b3b80d8
HTML. The tool processes the YAML files produced by clang with the
-fsave-optimization-record option.
+* A new CMake macro ``LLVM_REVERSE_ITERATION`` has been added. If enabled, all
+ supported unordered LLVM containers would be iterated in reverse order. This
+ is useful for uncovering non-determinism caused by iteration of unordered
+ containers. Currently, it supports reverse iteration of SmallPtrSet and
+ DenseMap.
+
Changes to the LLVM IR
----------------------