Go to file
Jakob Stoklund Olesen 9fceda741d Actually use the MachineOperand field for isRegTiedToDefOperand().
The MachineOperand::TiedTo field was maintained, but not used.

This patch enables it in isRegTiedToDefOperand() and
isRegTiedToUseOperand() which are the actual functions use by the
register allocator.

llvm-svn: 163153
2012-09-04 18:43:25 +00:00
clang Revert r163083 per chandlerc's request. 2012-09-04 17:49:35 +00:00
clang-tools-extra Update Makefiles to reflect split of clangRewrite.a into two libraries. 2012-09-01 07:44:41 +00:00
compiler-rt [Sanitizer] Support for reading inlined frames from llvm-symbolizer 2012-09-04 15:34:43 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Add rsqrt builtin. Based on patch by Cassie Epps! 2012-08-21 10:48:35 +00:00
libcxx Some minor mingw64 porting tweaks from Glen. 2012-09-03 18:13:11 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a hand coded option. I made a few modifications: 2012-09-04 15:42:49 +00:00
llvm Actually use the MachineOperand field for isRegTiedToDefOperand(). 2012-09-04 18:43:25 +00:00
polly Add dependency to intrinsics_gen 2012-09-04 08:19:12 +00:00