[PM] Remove the underspecified 'getRoot' method from CallGraph. It's
[oota-llvm.git] / unittests / Transforms /
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
2013-08-12 Alexey SamsonovRelax conditions of test added in r188156 to fix it...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-07-16 Peter CollingbourneMake SpecialCaseList match full strings, as documented...
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneAdd some SpecialCaseList unit tests.
2013-06-28 Daniel MaleaReplace UNIXy path with os-independent one in DebugIR...
2013-06-28 Daniel MaleaFix Windows/Darwin build error in DebugIR unit tests
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-04-10 Joey GoulyDelete the functions F1 and F2 to appease the valgrind...
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-09-26 Benjamin KramerRemove unneeded and invalid SetInsertPoint calls from...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Michael IlsemanUnit tests for IntegerDivision. Currently, just a basic...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-02-21 Duncan SandsSimplify RecursivelyDeleteDeadPHINode. The only functi...
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Nick LewyckyTeach RecursivelyDeleteDeadPHINodes to handle multiple...
2010-03-13 Nick LewyckyTeach this test not to leak. Also, clean up all the...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-27 Nick LewyckyNew unit test for the cloning module, which so far...