Go to file
Jakob Stoklund Olesen 26667abbd3 Use CFG connectedness as a secondary sort key when deciding the order of copy coalescing.
This means that well connected blocks are copy coalesced before the less connected blocks. Connected blocks are more difficult to
coalesce because intervals are more complicated, so handling them first gives a greater chance of success.

llvm-svn: 90194
2009-12-01 03:03:00 +00:00
clang c-index-test: Split "function scanning" behavior into its own "filter" -- its 2009-12-01 02:35:37 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm Use CFG connectedness as a secondary sort key when deciding the order of copy coalescing. 2009-12-01 03:03:00 +00:00