llvm-6502/lib
Dan Gohman 6bec5bb344 Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part
of 91296 that caused trouble -- the Processed list needs to be
preserved for the livetime of the pass, as AddUsersIfInteresting
is called from other passes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91641 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-18 00:06:20 +00:00
..
Analysis Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part 2009-12-18 00:06:20 +00:00
Archive
AsmParser
Bitcode
CodeGen Sundry dependent-name fixes flagged by clang++. 2009-12-17 23:49:16 +00:00
CompilerDriver Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
ExecutionEngine Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. 2009-12-17 21:35:29 +00:00
Linker
MC
Support now that libsystem no longer uses SmallVector, we can move 2009-12-16 08:44:24 +00:00
System Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
Target Instruction fixes, added instructions, and AsmString changes in the 2009-12-18 00:01:26 +00:00
Transforms Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part 2009-12-18 00:06:20 +00:00
VMCore This fixes a memory leak in OpaqueType found by Google's internal heapchecker. 2009-12-17 19:55:06 +00:00
Makefile