Introduce a pointertracking pass.
[oota-llvm.git] / unittests / VMCore /
2009-07-14 Dan GohmanPort this unittest to use LLVMContext.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-09 Nick LewyckyFix pointer casting problem.
2009-04-09 Misha BrukmanFixed compiler warning.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.