Fix UB in MCJIT test cases that relied on union type punning
[oota-llvm.git] / unittests / ExecutionEngine / Orc /
2015-06-25 Benjamin KramerDon't use std::make_unique.
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-04-21 Reid Kleckners/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling