llvm-6502/lib
Jakob Stoklund Olesen bdda37d7fb Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
The previous invalidation missed the alias interference caches.

Also add a stats counter for the number of repaired ranges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131133 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-10 17:37:41 +00:00
..
Analysis Change a few std::maps to DenseMaps. 2011-05-09 18:44:09 +00:00
Archive
AsmParser
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Fix PR9883. Make sure all caches are invalidated when a live range is repaired. 2011-05-10 17:37:41 +00:00
CompilerDriver
ExecutionEngine Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
Linker
MC In a debug_frame the cfi offset is to the start of the debug_frame section! 2011-05-10 15:20:23 +00:00
Object
Support
Target PTX: add PTX 2.3 setting in PTX sub-target. 2011-05-10 12:32:11 +00:00
Transforms Preserve line number information. 2011-05-10 00:03:11 +00:00
VMCore
CMakeLists.txt
Makefile