Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
[oota-llvm.git] / unittests / Transforms /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-09-02 Benjamin Kramer[RemoveDuplicatePHINodes] Start over after removing...
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-06-30 David Majnemer[Cloning] Teach CloneModule about personality functions
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
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-17 Duncan P. N. Exon... MapMetadata: Allow unresolved metadata if it won't...
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-03 Peter CollingbourneAdd explicit type to empty std::set initializer to...
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
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-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
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 NAKAMURA TakumiDebugIRTests: Fixup for r204130.
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-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
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...