Go to file
Jakob Stoklund Olesen f8beafe207 Don't add live ranges for sub-registers when clobbering a physical register.
Both coalescing and register allocation already check aliases for interference,
so these extra segments are only slowing us down.

This speeds up both linear scan and the greedy register allocator.

llvm-svn: 129283
2011-04-11 18:08:10 +00:00
clang If there's an invoke destination, we should use invoke instead of call when calling the __cxa_bad_typeid function. Fixes PR7400. 2011-04-11 14:13:40 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9672 2011-04-11 02:18:41 +00:00
lldb Implement ARM emulation function to handle "SUBS PC, LR and related instructions". 2011-04-11 15:51:10 +00:00
llvm Don't add live ranges for sub-registers when clobbering a physical register. 2011-04-11 18:08:10 +00:00