llvm-6502/lib
Gabor Greif 94fb68ba21 Merge of r51073-51074 from use-diet branch.
Do not rely on std::swap<Use>, provide a (faster) member function instead.
This change is primarily necessitated by MSVC++'s incompatibility with
declaring std::swap<Use> to be a friend of Use.

Also contains some minor tweaks to Use inline functions,
to undo pointless changes that sneaked in with the last merge.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51078 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-13 22:51:52 +00:00
..
Analysis Fix memdep's handling of invokes when finding the dependency of another call 2008-05-13 21:25:37 +00:00
Archive Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
AsmParser
Bitcode Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
CodeGen Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. 2008-05-13 08:35:03 +00:00
Debugger
ExecutionEngine Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Linker
Support Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
System Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Target add a note 2008-05-13 19:56:20 +00:00
Transforms Fix for PR 2323, infinite loop in tail dup. 2008-05-13 20:06:43 +00:00
VMCore Merge of r51073-51074 from use-diet branch. 2008-05-13 22:51:52 +00:00
Makefile