llvm-project/llvm/lib/Bitcode/Writer
Dmitri Gribenko aba43035bd Use llvm::sort instead of std::sort where possible
llvm::sort is beneficial even when we use the iterator-based overload,
since it can optionally shuffle the elements (to detect
non-determinism). However llvm::sort is not usable everywhere, for
example, in compiler-rt.

Reviewed By: nhaehnle

Differential Revision: https://reviews.llvm.org/D130406
2022-07-23 15:19:05 +02:00
..
BitWriter.cpp
BitcodeWriter.cpp [ThinLTO] Support aliased GlobalIFunc 2022-07-20 15:30:38 -07:00
BitcodeWriterPass.cpp Cleanup includes: final pass 2022-03-29 09:00:21 +02:00
CMakeLists.txt [LLVM] Resolve layer violation in BitcodeWriter 2022-01-31 19:01:08 -05:00
ValueEnumerator.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
ValueEnumerator.h [Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refs 2021-04-22 12:03:33 +01:00