llvm-6502/tools
Benjamin Kramer 3389e10d67 Revert broken pieces of r179373.
You can't copy an OwningPtr, and move semantics aren't available in C++98.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179374 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-12 12:13:51 +00:00
..
bugpoint Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
bugpoint-passes
gold
llc Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
lli
llvm-ar
llvm-as Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
llvm-bcanalyzer
llvm-config
llvm-cov
llvm-diff
llvm-dis Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
llvm-dwarfdump
llvm-extract Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
llvm-jitlistener
llvm-link Revert broken pieces of r179373. 2013-04-12 12:13:51 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump Simplify the code. No functionality change. 2013-04-11 03:34:37 +00:00
llvm-prof
llvm-ranlib Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
llvm-readobj Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer Convert MachOObjectFile to a template. 2013-04-09 14:49:08 +00:00
lto Run the ObjCARCContract pass for LTO. <rdar://problem/13538084> 2013-03-29 23:28:55 +00:00
macho-dump
obj2yaml Remove a global 'endl' variable from the other file as well. 2013-04-08 08:55:18 +00:00
opt Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-12 10:56:28 +00:00
yaml2obj Move yaml2obj to tools too. 2013-04-05 20:00:35 +00:00
CMakeLists.txt Move yaml2obj to tools too. 2013-04-05 20:00:35 +00:00
LLVMBuild.txt
Makefile Move yaml2obj to tools too. 2013-04-05 20:00:35 +00:00