summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-26
* Remove trailing spaces.Jakub Staszak2013-08-24
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Reorder headers according to lint.Bill Wendling2013-08-21
* Add some constantness.Jakub Staszak2013-08-20
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel2013-08-18
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-13
* Slightly simplify code with helper functionsMatt Arsenault2013-08-12
* Add some braces, and spaces around operatorsMatt Arsenault2013-08-12
* Teach ValueTracking about address spacesMatt Arsenault2013-08-10
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* Remove extraneous semicolon.Jakub Staszak2013-08-06
* Minor address space code simplification.Matt Arsenault2013-08-03
* Teach InstructionSimplify about pointer address spacesMatt Arsenault2013-08-02
* Fix a severe compile time problem when forming large SCEV expressions.Andrew Trick2013-07-31
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-30
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Comment: try to clarify loop iteration order.Andrew Trick2013-07-20
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expandNick Lewycky2013-07-18
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.Andrew Trick2013-07-14
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-14
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* Stylistic change.Shuxin Yang2013-07-12
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-11
* Fix indentation. No functional change.Craig Topper2013-07-11
* InstSimplify: X >> X -> 0David Majnemer2013-07-09
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-09
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-09
* Fix a SCEV update problem.Shuxin Yang2013-07-08
* Eliminate trivial redundant loads across nocapture+readonly calls to uncapturedNick Lewycky2013-07-07
* isKnownToBeAPowerOfTwo: Fix a typo in a commentDavid Majnemer2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* Fix xemacs mode line, don't put them in .cpp files (just header files). NoNick Lewycky2013-06-10