Remove trailing spaces.
[oota-llvm.git] / include / llvm / Analysis /
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.
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Dan GohmanUpdate comment for malloc being a library call now...
2012-11-27 Michael IlsemanFast-math optimization: fold multiply by zero
2012-11-21 Preston Briggstest commit: added a few comments
2012-11-20 Sebastian Popremoves a few "const" qualifiers
2012-11-19 Bob WilsonClean up handling of always-inline functions in the...
2012-11-19 Bob WilsonSome comment fixes.
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Benjamin KramerFix a couple of comment typos.
2012-10-29 Bob WilsonRemove code to saturate profile counts.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Benjamin KramerAdd a basic verifier for SCEV's backedge taken counts.
2012-10-25 Benjamin KramerDependenceAnalysis: Push #includes down into the implem...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-19 Nadav Rotemrevert r166264 because the LTO build is still failing
2012-10-19 Nadav Rotemrecommit the patch that makes LSR and LowerInvoke use...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Chad RosierRemove extra semicolon.
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Jakub StaszakFix doxygen comment to match parameters' names.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-19 Will DietzFix minor typo in IntervalPartition.h
2012-09-19 Benjamin KramerInlineCost: Make TotalAllocaSizeRecursiveCaller unsigne...
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperRemove a couple unused fields. Not detected by Wunused...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-08-31 Benjamin KramerClean up ProfileDataLoader a bit.
2012-08-31 Bill WendlingCleanups due to feedback. No functionality change....
2012-08-29 Michael Liaofix C++ comment in C header
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-24 Manman RenForgot to check in ProfileDataTypes.h in r162576
2012-08-24 Manman RenProfile: move a single enum out of ProfileInfoTypes...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
next