summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-04
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-01
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-28
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-25
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-25
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Clarify SCEV comments.Andrew Trick2013-10-22
* TBAA: fix PR17620.Manman Ren2013-10-22
* Use more type helper functionsMatt Arsenault2013-10-21
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-21
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-18
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-03
* CaptureTracking: Plug a loophole in the "too many uses" heuristic.Benjamin Kramer2013-10-03
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-01
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-29
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-27
* Minor code simplificationMatt Arsenault2013-09-27
* Use type helper functionsMatt Arsenault2013-09-27
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer2013-09-24
* MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-24
* 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