summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Merging r199351:Tom Stellard2014-04-11
* Merging r198400:Tom Stellard2014-04-11
* Merging r198290:Tom Stellard2014-04-11
* Merging r203719:Tom Stellard2014-04-08
* Merging r198863:Tom Stellard2014-04-08
* Merging r197216:Bill Wendling2013-12-15
* Merging r197215:Bill Wendling2013-12-15
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-16
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-16
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-14
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-14
* Fixed 80+ violations.Michael Gottesman2013-11-14
* add more comments around the delinearization of arraysSebastian Pop2013-11-13
* Simplify code. No functionality change.Jakub Staszak2013-11-13
* Move Delinearization pass into an anonymous namespace.Benjamin Kramer2013-11-13
* delinearization of arraysSebastian Pop2013-11-12
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-12
* Use size function instead of manually calculating it.Matt Arsenault2013-11-10
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* 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