DebugInfo: Gut DISubprogram and DILexicalBlock*
[oota-llvm.git] / unittests / Transforms / Utils / Cloning.cpp
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-03-30 Duncan P. N. Exon... Transforms: Update unit tests to use verifyModule()
2015-03-30 Duncan P. N. Exon... Transforms: Fix a use of the old DebugLoc in unittests
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-04-22 Quentin ColombetThis reverts r206828 until David has time to figure...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of Value*s in Clonin...
2014-03-26 Reid KlecknerCloneFunction: Clone all attributes, including the CC
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-12 Justin Bognerunittests: Fix -Werror build
2014-03-12 Eli BenderskyAdd parens around && clauses in a || to appease the...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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-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.
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...