Go to file
Jakob Stoklund Olesen fe6e07fd8a Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots.
This allows us to always keep the smaller slot for an instruction which is what
we want when a register has early clobber defines.

Drop the UsingInstrs set and the UsingBlocks map. They are no longer needed.

llvm-svn: 128886
2011-04-05 15:18:18 +00:00
clang Make this const, there's probably no harm in it and it silences a bunch 2011-04-05 07:54:42 +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 Chris Jefferson found a missing const (Bugzilla 9632) 2011-04-05 14:55:28 +00:00
lldb Added a speed test to the GDBRemoteCommunicationClient and 2011-04-04 18:18:57 +00:00
llvm Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots. 2011-04-05 15:18:18 +00:00