llvm-6502/tools
Bob Wilson 47ed8a161c Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
This is a temporary hack until Bill's project to record command line options
in the LLVM IR is ready. Clang currently sets a default CPU but that isn't
recorded anywhere and it doesn't get used in the final LTO compilation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165809 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-12 17:39:25 +00:00
..
bugpoint Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
bugpoint-passes We need this symbol after an LTO build. 2012-10-12 01:06:33 +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 a new interface to allow IR-level passes to access codegen-specific information. 2012-10-10 22:04:55 +00:00
lli Add float-abi and softfloat options to lli 2012-10-12 09:55:13 +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
llvm-bcanalyzer Stop casting away const qualifier needlessly. 2012-09-05 22:26:57 +00:00
llvm-config Re-enable support for --program-prefix. 2012-10-01 18:40:32 +00:00
llvm-cov
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 Move TargetData to DataLayout. 2012-10-08 16:39:34 +00:00
llvm-link
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
llvm-rtdyld Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
llvm-shlib Add support for the OpenBSD for Bitrig. 2012-08-06 20:52:18 +00:00
llvm-size
llvm-stress Silence -Wnon-virtual-dtor in llvm-stress. 2012-09-19 05:08:30 +00:00
lto Set default CPU for Darwin targets with LTO. <rdar://problem/12457841> 2012-10-12 17:39:25 +00:00
macho-dump Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
opt Add a new interface to allow IR-level passes to access codegen-specific information. 2012-10-10 22:04:55 +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
Makefile