llvm-6502/tools
Andrew Trick 67076a91cf Silence -Wnon-virtual-dtor in llvm-stress.
This was making it hard to scan my builds for new warnings. The
warning still fires with ToT clang. But if my workaround is unnecessary
for whatever reason, feel free to revert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164201 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-19 05:08:30 +00:00
..
bugpoint Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
bugpoint-passes build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00
gold Pass -lLTO after gold-plugin.o so that it gets used in systems that default to 2012-08-27 03:03:07 +00:00
llc Add support for the --param ssp-buffer-size= driver option. 2012-08-21 16:15:24 +00:00
lli Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
llvm-ar Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
llvm-as LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
llvm-bcanalyzer Stop casting away const qualifier needlessly. 2012-09-05 22:26:57 +00:00
llvm-config llvm-config: Use sys::fs::equivalent instead of string comparison. 2012-05-15 22:07:18 +00:00
llvm-cov LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
llvm-diff Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
llvm-dis Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and 2012-06-28 00:05:13 +00:00
llvm-dwarfdump Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
llvm-extract Remove extraneous ".get()->" which is just "->". No functionality change. 2011-12-30 19:17:23 +00:00
llvm-link LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
llvm-mc When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
llvm-nm Add hidden flag to exclude aliases from output. 2012-09-18 18:47:58 +00:00
llvm-objdump Some of the instructions in the Mips instruction set are revision 2012-08-28 19:24:49 +00:00
llvm-prof Round 2 of dead private variable removal. 2012-06-06 19:47:08 +00:00
llvm-ranlib Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
llvm-readobj Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. 2012-03-10 02:04:38 +00:00
llvm-rtdyld Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. 2012-05-16 18:50:11 +00:00
llvm-shlib Add support for the OpenBSD for Bitrig. 2012-08-06 20:52:18 +00:00
llvm-size LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
llvm-stress Silence -Wnon-virtual-dtor in llvm-stress. 2012-09-19 05:08:30 +00:00
lto Explicitly erase the file from disk if something bad happened. <rdar://problem/12184899> 2012-09-06 21:07:57 +00:00
macho-dump Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
opt Code cleanup: tools/opt/opt.cpp 2012-09-01 14:43:30 +00:00
CMakeLists.txt [CMake] Restructure how Clang, Polly and other external projects get included. 2012-04-26 19:43:35 +00:00
LLVMBuild.txt Remove llvm-ld and llvm-stub (which is only used by llvm-ld). 2012-04-19 19:27:54 +00:00
Makefile Remove llvm-ld and llvm-stub (which is only used by llvm-ld). 2012-04-19 19:27:54 +00:00