summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Use.cpp
Commit message (Collapse)AuthorAgeFilesLines
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-191-34/+9
| | | | llvm-svn: 56349
* first shot at removing Use::ValGabor Greif2008-09-191-9/+34
| | | | | | untested, Use::swap() is definitely not done yet llvm-svn: 56348
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ↵Gabor Greif2008-05-151-2/+4
| | | | | | makefile targets to find these better. llvm-svn: 51143
* Merge of r51073-51074 from use-diet branch.Gabor Greif2008-05-131-0/+29
| | | | | | | | | | | 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. llvm-svn: 51078
* merge of use-diet branch to trunkGabor Greif2008-05-101-0/+131
llvm-svn: 50943
OpenPOWER on IntegriCloud