Add difference_type to ImmutableMap/Set iterators so they have a complete set of...
[oota-llvm.git] / include / llvm / Analysis /
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.
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-03-05 Jakub StaszakAdd some constantness.
2013-03-05 Jakub Staszakstd::distance() == 0 means that iterators are equal...
2013-03-05 Arnold SchwaighoferUse the right number of slashes in comment string
2013-03-05 Arnold SchwaighoferClarify comment for function getObjectSize
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-15 Matt Beaumont-GayPacify -Wnon-virtual-dtor
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Sebastian Popadd ScevApplyRewriter
2013-02-15 Sebastian Popadd SCEVParameterRewriter
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Jakub StaszakRemove trailing spaces.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-28 Dan GohmanAdd a comment mentioning that InstructionSimplify routi...
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthFix indentation and formatting.
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthFix an old-style doxygen comment.
2013-01-21 Chandler CarruthCleanup the formatting of this header. This removes...
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-11 Jakub StaszakLoopPass.h doesn't require Function.h. Remove unneeded...
2013-01-10 Jakub StaszakRemove unneeded #includes.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Nuno Lopesadd support for GlobalAlias to ObjectSizeOffsetVisitor
2012-12-28 Chandler CarruthTeach instsimplify to use the constant folder where...
2012-12-28 Chandler CarruthAdd entry points to instsimplify for simplifying calls...
2012-12-27 Alexey SamsonovFix new[]/delete mismatch in FullDependence spotted...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-13 Rafael EspindolaRename isPowerOfTwo to isKnownToBeAPowerOfTwo.
2012-12-12 Rafael EspindolaThe TargetData is not used for the isPowerOfTwo determi...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-10 Sean SilvaFix funky copy-pasted grammatical error.
next