llvm-6502/include/llvm/Analysis
Nick Lewycky 65e2da3b4d Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV
is disabled in the sense that it will refuse to create one from a UDiv
instruction, until the code is better tested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44163 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-15 06:30:50 +00:00
..
AliasAnalysis.h VAArgInst does, in fact, read memory. 2007-11-02 04:01:21 +00:00
AliasSetTracker.h Add explicit keywords. 2007-10-29 19:52:04 +00:00
CallGraph.h Add empty() member functions to a few container-like classes. 2007-10-01 16:01:23 +00:00
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
DominatorInternals.h Some fixes to get MachineDomTree working better. 2007-10-31 03:30:14 +00:00
Dominators.h Some fixes to get MachineDomTree working better. 2007-10-31 03:30:14 +00:00
FindUsedTypes.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
LoadValueNumbering.h
LoopInfo.h More templatization. 2007-11-15 05:00:15 +00:00
LoopPass.h Start the process of making MachineLoopInfo possible by templating Loop. 2007-11-14 02:33:58 +00:00
MemoryDependenceAnalysis.h Add a flag to mark a dirty cache entry. This is not yet used, but will eventually 2007-09-19 16:13:57 +00:00
Passes.h
PostDominators.h Make DomTreeBase not a FunctionPass. 2007-10-23 21:42:49 +00:00
ProfileInfo.h Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV 2007-11-15 06:30:50 +00:00
ScalarEvolutionExpander.h Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV 2007-11-15 06:30:50 +00:00
ScalarEvolutionExpressions.h Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV 2007-11-15 06:30:50 +00:00
Trace.h
ValueNumbering.h Drop 'const' 2007-05-03 01:11:54 +00:00
Verifier.h Change the verifier to never throw an exception. Instead verifyModule can 2006-07-06 18:00:01 +00:00