summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.Stepan Dyatkovskiy2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix comment of findGCD.Mingjie Xing2014-01-07
* [PM] Add a definition for the static PassID in the CallGraphAnalysis.Chandler Carruth2014-01-05
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-03
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-02
* BlockFrequencyInfo: Readded getEntryFreq.Yuchen Wu2013-12-20
* [block-freq] Teach branch probability how to return the edge weight in betwee...Michael Gottesman2013-12-14
* Teach MemoryBuiltins about address spacesMatt Arsenault2013-12-14
* [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the n...Michael Gottesman2013-12-14
* [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and Bloc...Michael Gottesman2013-12-14
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-13
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-13
* [cleanup] Remove trailing whitespace before I start changing this file.Chandler Carruth2013-12-12
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Correct word hyphenationsAlp Toker2013-12-05
* Fix typo.Eric Christopher2013-12-04
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Reformat some code with clang-format as I'm going to be editting asChandler Carruth2013-11-26
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-26
* Don't speculate loads under ThreadSanitizerKostya Serebryany2013-11-21
* 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