[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / include / llvm / Analysis /
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-10 Arnold SchwaighoferSCEVRewriter: Optionally interpret constants in value...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-04 Andrew Trickwhitespace
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
2013-12-14 Michael Gottesman[block-freq] Rename getEntryFrequency() -> getEntryFreq...
2013-12-14 Michael Gottesman[block-freq] Teach branch probability how to return...
2013-12-14 Matt ArsenaultTeach MemoryBuiltins about address spaces
2013-12-14 Michael Gottesman[block-freq] Add the equivalent methods to MachineBlock...
2013-12-14 Michael Gottesman[block-freq] Convert BlockFrequencyImpl to use the...
2013-12-13 Michael Gottesman[block-freq] Add a print method on BlockFrequencyImpl...
2013-12-13 Michael Gottesman[block-freq] Begin move of BlockFrequency::EntryFreq...
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Diego NovilloFix dominator descendants for unreachable blocks.
2013-12-02 Chandler Carruth[PM] [cleanup] Rearrange the public and private section...
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-26 Diego NovilloAdd PostDominatorTree::getDescendants.
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-26 Chandler Carruth[PM] Add a really simple trait to the DOTGraphTraitsPas...
2013-11-26 Chandler Carruth[PM] Re-format this code with clang-format before makin...
2013-11-26 Chandler Carruth[PM] Make the (really awesome) file comment here availa...
2013-11-26 Chandler Carruth[PM] Reformat this file with clang-format. Mostly fixes...
2013-11-26 Chandler Carruth[PM] Sink a trailing comment to be a doxygen comment.
2013-11-26 Chandler Carruth[PM] Rename the 'Mod' member to the more idiomatic...
2013-11-26 Chandler Carruth[PM] Clean up a bunch of comments, modernize the doxyge...
2013-11-22 Michael Gottesman[block-freq] Add a method to loop info for returning...
2013-11-16 Benjamin KramerScalarEvolution: Warn if the result of setFlags/clearFl...
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Sebastian Popremove virtual methods in SCEVApplyRewriter and SCEVPar...
2013-11-12 Andrew TrickGraphViz CFGPrinter: wrap long lines.
2013-11-12 Andrew Trickwhitespace
2013-11-12 Wan XiaofeiChange data structure to memorize computed result in...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-19 Shuxin Yang Add function DominatorTree::getDescendants().
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-22 Matt ArsenaultFix typo (ponted -> pointed)
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-12 Michael GottesmanFixed 80+ violation and added C++ to header.
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Michael GottesmanFixed comment in header of Block Frequency Impl and...
2013-07-12 Shuxin YangStylistic change.
2013-07-08 Shuxin Yang Fix a SCEV update problem.
2013-06-28 Preston Briggsextending the interface of Dependence slightly to suppo...
2013-06-28 Jakob Stoklund OlesenTry to unbreak Linux buildbots.
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-25 Jakob Stoklund OlesenMerge isReachable into isBackedge.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-09 Benjamin KramerAdd a const version of findNearestCommonDominator to...
2013-06-06 Jakub StaszakRemove unneeded #include.
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2013-05-17 Sylvestre LedruFix a typo (ouput => output)
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
2013-03-18 Jakub StaszakRemove unneeded #includes.
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-09 Jakub StaszakRemove unneeded const_cast.
2013-03-09 Jakub StaszakUse forward declaration instead of #include.
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
next