1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests
Aaron Ballman ee236ecdde Allow SmallPtrSet to be used with a std::insert_iterator
Currently, the SmallPtrSet type allows inserting elements but it does
not support inserting elements with a positional hint. The lack of this
signature means that you cannot use SmallPtrSet with
std::insert_iterator or std::inserter(), which makes some code
constructs more awkward. This adds an overload of insert() that can be
used in these scenarios.

The positional hint is unused by SmallPtrSet and the call is equivalent
to calling insert() without a hint.
2021-02-05 16:12:47 -05:00
..
ADT Allow SmallPtrSet to be used with a std::insert_iterator 2021-02-05 16:12:47 -05:00
Analysis
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [GlobalISel] Implement computeKnownBits for G_ASSERT_ZEXT 2021-01-28 16:34:34 -08:00
DebugInfo Fix windows buildbot build errors from D89845. 2021-01-28 15:25:10 -08:00
Demangle
ExecutionEngine
FileCheck
Frontend [OpenMPIRBuilder] Implement collapseLoops. 2021-02-03 19:12:02 -06:00
FuzzMutate
InterfaceStub
IR Revert "[ConstantFold] Fold more operations to poison" 2021-02-04 00:24:02 +09:00
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
Passes
ProfileData [RGT][ProfileData] Correct a test assertion 2021-02-05 06:55:08 -08:00
Remarks
Support Reland "Ensure that InstructionCost actually implements a total ordering" 2021-02-04 10:04:10 -08:00
TableGen
Target
TextAPI
tools [WebAssembly] Support single-floating-point immediate value 2021-02-04 18:05:06 -08:00
Transforms
XRay
CMakeLists.txt
unittest.cfg.in