llvm-6502/tools
Nick Lewycky 8a8d479214 Move global variables in TargetMachine into new TargetOptions class. As an API
change, now you need a TargetOptions object to create a TargetMachine. Clang
patch to follow.

One small functionality change in PTX. PTX had commented out the machine
verifier parts in their copy of printAndVerify. That now calls the version in
LLVMTargetMachine. Users of PTX who need verification disabled should rely on
not passing the command-line flag to enable it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145714 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-02 22:16:29 +00:00
..
bugpoint Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
bugpoint-passes
gold Point to libLTO with -L/PATH/ -lLTO so that it is found in the install 2011-11-23 03:07:25 +00:00
llc Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
lli LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-ar LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-as LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-bcanalyzer remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 2011-11-27 05:48:27 +00:00
llvm-config llvm-config: Replace with C++ version (was llvm-config-2). 2011-12-01 20:18:09 +00:00
llvm-cov LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-diff LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-dis LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-dwarfdump LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-extract LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-ld LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-link LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-mc LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-nm Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00
llvm-objdump Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00
llvm-prof Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
llvm-ranlib LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-rtdyld LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-shlib
llvm-size LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
llvm-stub LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
lto Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
macho-dump LLVMBuild: Add description files for the LLVM tools. 2011-11-11 22:59:39 +00:00
opt Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
CMakeLists.txt llvm-config: Replace with C++ version (was llvm-config-2). 2011-12-01 20:18:09 +00:00
LLVMBuild.txt
Makefile llvm-config: Replace with C++ version (was llvm-config-2). 2011-12-01 20:18:09 +00:00