llvm-6502/lib
Dan Gohman 85ebb0f66c Tell ScalarEvolution to forget a loop before starting to delete it.
This way ScalarEvolution can examine the loop to determine what state
it needs to update, if it chooses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75029 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-08 19:14:29 +00:00
..
Analysis Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
Archive Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
AsmParser Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
Bitcode Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
CodeGen Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
CompilerDriver Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Linker Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
MC Implement parsing support for the .comm directive. Patch by 2009-07-07 20:30:46 +00:00
Support Fix build. 2009-07-07 18:52:14 +00:00
System remove two methods that no longer exist. 2009-07-08 01:07:39 +00:00
Target Convert more abort() calls to llvm_report_error(). 2009-07-08 19:04:27 +00:00
Transforms Tell ScalarEvolution to forget a loop before starting to delete it. 2009-07-08 19:14:29 +00:00
VMCore Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00