aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Merging r197216:Bill Wendling2013-12-151-1/+1
* Merging r197215:Bill Wendling2013-12-151-37/+76
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+4
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-161-6/+6
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-161-2/+3
* Add addrspacecast instruction.Matt Arsenault2013-11-151-5/+7
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-141-0/+103
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-141-5/+6
* Fixed 80+ violations.Michael Gottesman2013-11-141-5/+5
* add more comments around the delinearization of arraysSebastian Pop2013-11-133-17/+88
* Simplify code. No functionality change.Jakub Staszak2013-11-131-8/+8
* Move Delinearization pass into an anonymous namespace.Benjamin Kramer2013-11-131-0/+4
* delinearization of arraysSebastian Pop2013-11-125-0/+653
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-121-22/+42
* Use size function instead of manually calculating it.Matt Arsenault2013-11-101-1/+1
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+1
* 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