summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Optimistically analyse Phi cyclesArnold Schwaighofer2012-12-10
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth2012-12-07
* Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman2012-12-06
* constify the cost APINadav Rotem2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Modified dump() to provide a littlePreston Briggs2012-11-30
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* Improve isImpliedCond comment a bit.Andrew Trick2012-11-29
* Cleaned up a couple of comments.Preston Briggs2012-11-29
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-27
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-27
* Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs2012-11-27
* Fast-math optimization: fold multiply by zeroMichael Ilseman2012-11-27
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-21
* removes a few "const" qualifiersSebastian Pop2012-11-20
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-19
* Some comment fixes.Bob Wilson2012-11-19
* Phi speculation improvement for BasicAAHal Finkel2012-11-17
* Make this easier to understand, as suggested by Chandler.Duncan Sands2012-11-16
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-16
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-13
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* ConstantFolding.cpp: Whitespace.NAKAMURA Takumi2012-11-05
* Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands2012-11-04
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* Remove code to saturate profile counts.Bob Wilson2012-10-29
* SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...Benjamin Kramer2012-10-27
* SCEV validator: Add workarounds for some common false positives due to the wa...Benjamin Kramer2012-10-27
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-26
* Fix a crash in SimpliftDemandedBits of vectors of pointers.Nadav Rotem2012-10-26
* Hoist out some work done inside a loop doing a linear scan over allNick Lewycky2012-10-26
* Revert 166726 because it may have broken a number of SPEC tests. PR14183.Nadav Rotem2012-10-25
* Fix a crash in ValueTracking. Add support for vectors of pointers.Nadav Rotem2012-10-25
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-25
* getSmallConstantTripMultiple should never return zero.Hal Finkel2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Ignore unreachable blocks when doing memory dependence analysis on non-localBill Wendling2012-10-23
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19