llvm-6502/lib
Jakob Stoklund Olesen 6ff1c3f36c Remove the SimpleJoin optimization from SimpleRegisterCoalescing.
Measurements show that it does not speed up coalescing, so there is no reason
the keep the added complexity around.

Also clean out some unused methods and static functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106548 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-22 16:13:57 +00:00
..
Analysis Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
Archive
AsmParser
Bitcode Tidy. 2010-06-19 05:33:57 +00:00
CodeGen Remove the SimpleJoin optimization from SimpleRegisterCoalescing. 2010-06-22 16:13:57 +00:00
CompilerDriver
ExecutionEngine
Linker
MC "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for '.type'. 2010-06-21 20:35:01 +00:00
Support Add an explicit keyword. 2010-06-22 13:53:29 +00:00
System
Target Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
Transforms Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
VMCore Use single interface, using twine, to get named metadata. 2010-06-22 01:19:38 +00:00
Makefile