[dfsan] Move combineShadows to DFSanFunction in preparation for it to use a domtree.
[oota-llvm.git] / lib / Analysis /
2014-07-15 Matt ArsenaultTeach computeKnownBits to look through addrspacecast.
2014-07-15 Matt ArsenaultTeach GetUnderlyingObject / BasicAA about addrspacecast
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-14 Matt ArsenaultLook through addrspacecast in IsConstantOffsetFromGlobal
2014-07-14 Matt ArsenaultLook through addrspacecast in GetPointerBaseWithConstan...
2014-07-14 David MajnemerInstSimplify: Correct sdiv x / -1
2014-07-14 David MajnemerInstSimplify: The upper bound of X / C was missing...
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-12 Duncan P. N. Exon... BFI: Add constructor for Weight
2014-07-12 Duncan P. N. Exon... BFI: Clean up BlockMass
2014-07-11 Duncan P. N. Exon... BFI: Mark the end of namespaces
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-07-06 Sanjay Patelfixed typos in comments
2014-07-04 David MajnemerInstSimplify: Fix a bug when INT_MIN is in a sdiv
2014-07-03 Andrea Di Biagio[CostModel][x86] Improved cost model for alternate...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Dinesh DwivediThis patch removed duplicate code for matching patterns
2014-06-26 Alp TokerMSVC build fix following r211749
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... BFI: Un-floatify more language
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... BFI: Change language from "exponent" to "scale"
2014-06-23 Duncan P. N. Exon... BFI: Rename UnsignedFloat => ScaledNumber
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-09 Alp TokerRemove old fenv.h workaround for a historic clang drive...
2014-06-09 Alp TokerFold FEnv.h into the implementation
2014-06-08 Tobias GrosserScalarEvolution: Derive element size from the type...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-05-29 Sebastian Popimplement missing SCEVDivision case
2014-05-29 Sebastian Popfail to find dimensions when ElementSize is nullptr
2014-05-28 Sanjay Pateltest check-in: added missing parenthesis in comment
2014-05-27 Sebastian Popavoid type mismatch when building SCEVs
2014-05-27 Sebastian Popdo not use the GCD to compute the delinearization strides
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-26 Michael ZolotukhinSome cleanup for r209568.
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-23 Andrew TrickFix and improve SCEV ComputeBackedgeTankCount.
2014-05-23 Justin BognerScalarEvolution: Fix handling of AddRecs in isKnownPred...
2014-05-22 Andrew TrickFix a bug in SCEV's backedge taken count computation...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Nick LewyckyTeach isKnownNonNull that a nonnull return is not null...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-16 David MajnemerInstSimplify: Improve handling of ashr/lshr
2014-05-16 David MajnemerInstSimplify: Optimize using dividend in sdiv
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Jay FoadInstead of littering asserts throughout the code after...
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2014-05-15 Alp TokerFix typos
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 David MajnemerInstSimplify: Optimize signed icmp of -(zext V)
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-12 Sebastian Popuse nullptr instead of NULL
2014-05-12 Sebastian Popdo not assert when delinearization fails
2014-05-12 Sebastian Popuse isZero()
2014-05-10 Benjamin KramerSCEV: Use range-based for loop and fold variable into...
2014-05-09 Sebastian Popmove findArrayDimensions to ScalarEvolution
2014-05-09 Sebastian Popfix typo in debug message
2014-05-08 Tobias GrosserCorrect formatting.
2014-05-08 Tobias GrosserUse std::remove_if to remove elements from a vector
2014-05-08 Rafael EspindolaUse a range loop.
2014-05-08 Tobias GrosserRevert "SCEV: Use I = vector<>.erase(I) to iterate...
2014-05-08 Tobias GrosserSCEV: Use I = vector<>.erase(I) to iterate and delete...
2014-05-07 Sebastian Popavoid segfaulting
2014-05-07 Sebastian Popdo not collect undef terms
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-05-07 Tobias Grosser[C++11] Add NArySCEV->Operands iterator range
2014-05-06 Duncan P. N. Exon... blockfreq: Move include to .cpp
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Don't lookup the child SCC twice. Spotted this...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale()
2014-04-28 Duncan P. N. Exon... blockfreq: Remove more extra typenames from r207438
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-26 Chandler Carruth[LCG] Rather than removing nodes from the SCC entry...
2014-04-26 Chandler Carruth[LCG] Rotate the full SCC finding algorithm to avoid...
2014-04-26 Chandler Carruth[LCG] Hoist the main DFS loop out of the edge removal...
2014-04-26 Chandler Carruth[LCG] In the incremental SCC re-formation, lift the...
next