summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-24
* BFI: Remove more float-like language from ScaledNumberDuncan P. N. Exon Smith2014-06-24
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-24
* BFI: Change language from "exponent" to "scale"Duncan P. N. Exon Smith2014-06-23
* BFI: Update ScaledNumber header docsDuncan P. N. Exon Smith2014-06-23
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-20
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-20
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-20
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* remove BasePointer before delinearizingSebastian Pop2014-05-27
* remove constant termsSebastian Pop2014-05-27
* Fix typosAlp Toker2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Update the comments for ComputeMaskedBits, which lost its Mask parameterJay Foad2014-05-14
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* split delinearization pass in 3 stepsSebastian Pop2014-05-07
* [C++11] Add NArySCEV->Operands iterator rangeTobias Grosser2014-05-07
* blockfreq: Move include to .cppDuncan P. N. Exon Smith2014-05-06
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-04
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-01
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-01
* [LCG] Fix a bad bug in the new fancy iterator scheme I added to supportChandler Carruth2014-05-01
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-30
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* blockfreq: Defer to BranchProbability::scale()Duncan P. N. Exon Smith2014-04-29
* blockfreq: Remove BlockMass*BlockMassDuncan P. N. Exon Smith2014-04-29
* Add optimization remarks to the loop unroller and vectorizer.Diego Novillo2014-04-29
* [ADT] Make the iterator adaptor utility a touch more general byChandler Carruth2014-04-29
* blockfreq: Remove extra typename from r207438Duncan P. N. Exon Smith2014-04-28
* Reapply "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith2014-04-28
* [LCG] Add the most basic of edge insertion to the lazy call graph. ThisChandler Carruth2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth2014-04-27
* [LCG] Eliminate more boiler plate by using the iterator facade baseChandler Carruth2014-04-26
* [LCG] Switch the node iterator to use the new fancy adaptor base. ThisChandler Carruth2014-04-26
* [LCG] Rather than removing nodes from the SCC entry set when we processChandler Carruth2014-04-26
* [LCG] Hoist the main DFS loop out of the edge removal function. ThisChandler Carruth2014-04-26
* [LCG] In the incremental SCC re-formation, lift the node currently beingChandler Carruth2014-04-26
* [LCG] Refactor the duplicated code I added in my last commit here intoChandler Carruth2014-04-26