summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
...
* MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-24
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-23
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-17
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-17
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-12
* Move variable under condition where it is usedMatt Arsenault2013-09-12
* Add getUnrollingPreferences to TTIHal Finkel2013-09-11
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Add getUnrollingPreferences to TTIHal Finkel2013-08-29
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-28
* 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