summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-06
* Constify isReachableFromEntry.Dan Gohman2010-10-06
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-01
* Let FE mark a variable as artificial variable.Devang Patel2010-09-29
* Add support to let FE encode method access specifier.Devang Patel2010-09-29
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-29
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-29
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-28
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-27
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-27
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-25
* Fix uninitialized TBAAFlag field values.Dan Gohman2010-09-22
* Teach memdep about TBAA tags.Dan Gohman2010-09-22
* Constify.Dan Gohman2010-09-22
* Add some utility routines.Dan Gohman2010-09-21
* Make CreateComplexVariable independent of SmallVector.Benjamin Kramer2010-09-21
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* typoesGabor Greif2010-09-10
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-09
* Fix this comment.Dan Gohman2010-09-09
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-09
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-08
* Tidy up the getModRefInfo declarations.Dan Gohman2010-09-07
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-30
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-29
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-29
* Switch ScalarEvolution's main Value*->SCEV* map from std::mapDan Gohman2010-08-27
* Fix header define to reflect the name of the file.Eric Christopher2010-08-25
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-23
* CreateTemporaryType doesn't needs its Context argument.Dan Gohman2010-08-20
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-20
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-18
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Revert r111031. The way LLVM defines loop invariance, the property of anDan Gohman2010-08-16
* Placate overzealous compiler warnings.Dan Gohman2010-08-16
* Move SCEVNAryExpr's virtual member functions out of line, and convertDan Gohman2010-08-16
* Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman2010-08-16
* Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators,Dan Gohman2010-08-13
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-11
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-10
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-10
* Refactor.Devang Patel2010-08-09
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07