llvm-6502/lib/VMCore
Devang Patel fe613905b3 Keep track of inherited analysis. For example, if a loop pass does not
preserve dominator info then it should update parent FPPassManager's
available analysis info to reflect this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34942 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 01:55:46 +00:00
..
AsmWriter.cpp Adjust to changes in the APInt interface. 2007-02-27 20:25:25 +00:00
BasicBlock.cpp
ConstantFold.cpp Fix constant folding of fp->int bitcast for vectors. 2007-03-03 08:32:46 +00:00
ConstantFold.h
Constants.cpp Drop the ConstantInt(const Type&, const APInt&) constructor. It is 2007-03-01 19:30:34 +00:00
Dominators.cpp
Function.cpp
Globals.cpp reapply my previous patch with a bugfix. 2007-02-26 05:02:39 +00:00
InlineAsm.cpp
Instruction.cpp Refactor the setName stuff, moving it down the inheritance hierarchy, to 2007-02-24 00:55:48 +00:00
Instructions.cpp Use modern variable name. ConstantUnsignedInt is long since dead. No 2007-03-01 20:27:41 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
PassManager.cpp Keep track of inherited analysis. For example, if a loop pass does not 2007-03-06 01:55:46 +00:00
SymbolTableListTraitsImpl.h
Type.cpp Reduce #includage by taking a method out of line. 2007-03-01 04:02:06 +00:00
TypeSymbolTable.cpp
Value.cpp Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
ValueSymbolTable.cpp disable some noisy debug output 2007-02-25 20:42:59 +00:00
ValueTypes.cpp
Verifier.cpp