2010-08-18 |
Dan Gohman | Introduce a ScopedFatalErrorHandler class to make it...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal.
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Remove an unused command-line option.
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Fix the "Finished Creating" messages for aliases to...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Revert r111321. This doesn't fix a problem.
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | Tweak IVUsers' concept of "interesting" to exclude...
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | When rotating loops, put the original header at the...
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | Use the getUniquePredecessor() utility function, instead...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | The plural of analysis is analyses.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Make some of PMTopLevelManager's members non-public...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Remove redundant inline keywords.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Eliminate the TopLevelManagerType enum; instead, just...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Revert r111031. The way LLVM defines loop invariance...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Placate overzealous compiler warnings.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | To create a copy of a SmallVector with an element removed...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Tidy whitespace.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Use const_iterator in a few places.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Use iterators instead of indices in a few more places.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Micro-optimize SCEVConstant comparison.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Move SCEVNAryExpr's virtual member functions out of...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Use iterators instead of indices in simple cases.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Avoid gratuitous inefficiency in ifndef NDEBUG code.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Make one getAddExpr call when analyzing a+b+c+d+e+...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Delete an unused function.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Instead of having CollectSubexpr's categorize operands...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Put add operands in ScalarEvolution-canonical order...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Specialize FoldingSetTrait<SCEV>, providing implementations...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Add hooks to FoldingSetTrait to allow specializations...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Tidy up whitespace in comments.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Constify FoldingSetNodeIDRef's Data.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Reverse the order of GetNodeProfile's arguments, for...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Fix indentation in example code in a comment.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Avoid #include <ScalarEvolution.h> in LoopSimplify...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Instead, teach SimplifyCFG to trim non-address-taken...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Revert r111058, the lint check for indirectbr successors...
|
commit | commitdiff | tree |
2010-08-14 |
Dan Gohman | LoopSimplify shouldn't split loop backedges that use...
|
commit | commitdiff | tree |
2010-08-14 |
Dan Gohman | Teach SimplifyCFG how to simplify indirectbr instructions.
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | Add a lint check for an indirectbr destination which...
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | Various optimizations. Don't compare two loops' depths
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | Fix LSR's ExtractImmediate and ExtractSymbol to avoid...
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | When testing whether one loop contains another, test...
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | Add a const.
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | When creating a symmetric SCEV with a constant operand...
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | An add recurrence is loop-invariant in any loop inside...
|
commit | commitdiff | tree |
2010-08-13 |
Dan Gohman | Implement hasComputableLoopEvolution for Add, Mul,...
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Trim #includes.
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Tidy up whitespace.
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Use .empty() instead of .size().
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Optimize ScalarEvolution::getAddExpr's operand factoring...
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Hoist some loop-invariant code out of a hot loop.
|
commit | commitdiff | tree |
2010-08-12 |
Dan Gohman | Optimize ScalarEvolution::getAddExpr's duplicate operand...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Make LoopPass::getContainedPass return a LoopPass*...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Remove BasicBlockPass::runOnFunction, which was unused.
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Delete FunctionPass::run, which is unused.
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Delete FunctionPass::runOnModule, which is unused.
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Don't use unsigned char for alignments in TargetData...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Use ISD::ADD instead of ISD::SUB with a negated constant...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they...
|
commit | commitdiff | tree |
2010-08-11 |
Dan Gohman | When analyzing loop exit conditions combined with and...
|
commit | commitdiff | tree |
2010-08-10 |
Dan Gohman | Rename and reorder the arguments to isImpliedCond,...
|
commit | commitdiff | tree |
2010-08-10 |
Dan Gohman | Revert r110718; it broke clang-i386-darwin9.
|
commit | commitdiff | tree |
2010-08-10 |
Dan Gohman | Expand uses of python 2.6's "A if B else C" syntax...
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Remove assignPassManager's default arguments. It's...
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | More #include cleanups.
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Delete this explicit assignment operator; it's equivalent to
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Oops, check in this file too.
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Tidy up PMStack. Add a bunch of consts, use std::vector...
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Tidy some #includes and forward-declarations, and move...
|
commit | commitdiff | tree |
2010-08-07 |
Dan Gohman | Make AnalysisImpls private.
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Eliminate PromoteMemoryToRegisterID; just use addPreserved...
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Implement a proper getModRefInfo for va_arg.
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Be more conservative in the face of volatile.
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Fix a comment.
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2010-08-06 |
Dan Gohman | Move all the logic for function attributes and call...
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Fix 80-column violations.
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Make AA private, since subclasses shouldn't (aren't...
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Implement AccessesArguments checking in the two-callsite...
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Yes, we can do better, but this is not the place for it.
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Fix memdep's code for reasoning about dependences between...
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Move x86-specific tests out of test/Transforms/LoopStrengthR...
|
commit | commitdiff | tree |
2010-08-05 |
Dan Gohman | Revert r110270 for now. It appears to uncover a memdep...
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | svn:ignore
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | svn:ignore
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | The trouble with testing for "ModRef" and "NoModRef...
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Delete obsolete comments.
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | The two-callsite form of AliasAnalysis::getModRefInfo...
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Fix a minor bug which resulted in intermediate calculations
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Change this llvm_unreachable to report_fatal_error...
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Fix whitespace.
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Update the polygen grammar for linker_private and linker_pri...
|
commit | commitdiff | tree |
2010-08-04 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
next |