aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-061-163/+207
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-041-12/+19
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-011-4/+18
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-313-159/+80
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-4/+9
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-11/+0
* Quick look-up for block in loop.Wan Xiaofei2013-10-261-15/+3
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-11/+27
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-251-5/+13
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-251-0/+4
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-3/+5
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+11
* Clarify SCEV comments.Andrew Trick2013-10-221-8/+11
* TBAA: fix PR17620.Manman Ren2013-10-221-1/+5
* Use more type helper functionsMatt Arsenault2013-10-211-1/+1
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-5/+10
* Remove unused SCEV functionsMatt Arsenault2013-10-211-20/+1
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-181-18/+21
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-1/+0
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-031-26/+25
* CaptureTracking: Plug a loophole in the "too many uses" heuristic.Benjamin Kramer2013-10-031-0/+6
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-0212-3832/+0
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-011-1/+4
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-47/+15
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-291-5/+7
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-271-1/+3
* Minor code simplificationMatt Arsenault2013-09-271-11/+8
* Use type helper functionsMatt Arsenault2013-09-271-3/+2
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-10/+81
* MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer2013-09-241-1/+1
* MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-241-7/+7
* MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-241-3/+3
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-243-6/+20
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-231-2/+15
* Fix a constant folding address space place I missed.Matt Arsenault2013-09-171-3/+4
* Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-171-2/+1
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-172-0/+281
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
* Move variable under condition where it is usedMatt Arsenault2013-09-121-1/+2
* Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+7
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-102-12/+22
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-0/+19
* Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-9/+0
* Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+9
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-281-7/+15
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-261-6/+34
* Remove trailing spaces.Jakub Staszak2013-08-241-45/+44
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+8
* Reorder headers according to lint.Bill Wendling2013-08-211-4/+2