Age | Commit message (Expand) | Author |
2010-07-15 | Revert r108401; it breaks bootstrap :( | Eli Friedman |
2010-07-15 | Add AssertingVH which makes PR7647 break consistently. | Eli Friedman |
2010-07-12 | Add a lint check for mismatched return types, inspired by PR6944. | Dan Gohman |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-07-12 | Add parentheses around an || to correct the logic. Also silences a GCC warning | Chandler Carruth |
2010-07-12 | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner |
2010-07-09 | remove useless cast and fix typos in comment | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | do not repeatedly dereference use_iterator | Gabor Greif |
2010-07-08 | Reverting r107918 and r107919. Radar 8063111. | Stuart Hastings |
2010-07-08 | Fix decl/def debug info for template functions. Radar 8063111. | Stuart Hastings |
2010-07-07 | Minore code simplification. | Dan Gohman |
2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |
2010-07-07 | conditionalize by CallInst::ArgOffset | Gabor Greif |
2010-07-06 | Add some more TODO comments. | Dan Gohman |
2010-07-06 | Add a comment. | Dan Gohman |
2010-07-01 | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman |
2010-06-30 | In ScalarEvolution::forgetValue, eliminate any SCEVUnknown | Dan Gohman |
2010-06-30 | Revert the part of r107257 which introduced new logic for using | Dan Gohman |
2010-06-30 | Improve ScalarEvolution's nsw and nuw preservation. | Dan Gohman |
2010-06-30 | When computing a new ConservativeResult, intersect it with | Dan Gohman |
2010-06-30 | Rework scev-aa's basic computation so that it doesn't depend | Dan Gohman |
2010-06-30 | Simplify. | Dan Gohman |
2010-06-29 | Fix ScalarEvolution's tripcount computation for chains of loops | Dan Gohman |
2010-06-29 | Fix whitespace style. | Dan Gohman |
2010-06-29 | Remove a pointless variable. | Duncan Sands |
2010-06-29 | Use a more obvious way to avoid compiling functions which are only used when ... | Benjamin Kramer |
2010-06-29 | Jump through some silly hoops to make GCC accept that a function may not always | Chandler Carruth |
2010-06-29 | Just as its not safe to blindly transfer the nsw bit from an add | Dan Gohman |
2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
2010-06-28 | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman |
2010-06-28 | Generalize AAEval so that it can be used both per-function and | Dan Gohman |
2010-06-28 | Use named MDNode, llvm.dbg.sp, to collect subprogram info. This will be used ... | Devang Patel |
2010-06-27 | Do not forget last element, function, while creating Subprogram definition MD... | Devang Patel |
2010-06-25 | Eliminate a redundant FoldingSet lookup. | Dan Gohman |
2010-06-24 | Don't try to preserve pointer types in SCEVConstants; the old code | Dan Gohman |
2010-06-24 | Make the trunc code consistent with the zext and sext code in its | Dan Gohman |
2010-06-23 | use ArgOperand accessors | Gabor Greif |
2010-06-23 | use the new isFreeCall API and ArgOperand accessors | Gabor Greif |
2010-06-23 | minor enhancement to llvm::isFreeCall API: return CallInst; no functional change | Gabor Greif |
2010-06-23 | use ArgOperand getters | Gabor Greif |
2010-06-22 | Replace ScalarEvolution's private copy of getLoopPredecessor | Dan Gohman |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
2010-06-22 | Use single interface, using twine, to get named metadata. | Devang Patel |