llvm-6502/lib/Transforms
Brian Gaeke aee2fdf069 Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because
it's used 7 different times.
Rename `getBackEdges' to `findAndInstrumentBackEdges', for clarity.
Remove some excess whitespace and commented-out code.
Use shorter forms of CallInst ctors.
Do not make `reopt_threshold' visible to the LLVM program, and do not
 pass it to the call to `reoptimizerInitialize'.  Don't pass the
 GlobalVariable representing it to any of our helper methods.
 `reopt_threshold' is an internal parameter of the reoptimizer, which
 InstLoops does not need to know about.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7794 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-12 22:00:24 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because 2003-08-12 22:00:24 +00:00
IPO Bug fix: Some nodes pointed to by globals may not be marked incomplete and need to be tracked to find pool arguments 2003-08-12 00:45:13 +00:00
Scalar Allow pulling logical operations through shifts. 2003-08-12 21:53:41 +00:00
Utils Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll 2003-08-05 16:27:44 +00:00
ExprTypeConvert.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
LevelRaise.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp avoid dividing by zero when dealing with zero sized types (like [0 x double]) 2003-06-23 17:36:49 +00:00
TransformInternals.h Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00