llvm-6502/tools
Bill Wendling 81043ee5dc The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
string of features for that target. However LTO was using that string to pass
into the "create target machine" stuff. That stuff needed the feature string to
be in a particular form. In particular, it needed the CPU specified first and
then the attributes. If there isn't a CPU specified, it required it to be blank
-- e.g., ",+altivec". Yuck.

Modify the getDefaultSubtargetFeatures method to be a non-static member
function. For all attributes for a specific subtarget, it will add them in like
normal. It will also take a CPU string so that it can satisfy this horrible
syntax.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103451 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-11 00:30:02 +00:00
..
bugpoint Add command line option --gcc to bugpoint. 2010-05-10 07:38:37 +00:00
edis
gold
llc make -filetype=obj default to emitting its output to foo.obj 2010-05-06 00:54:20 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-dis
llvm-extract
llvm-ld don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) 2010-05-07 16:27:04 +00:00
llvm-link
llvm-mc Fixed a sign-extension bug in the X86 disassembler 2010-05-05 22:47:27 +00:00
llvm-nm
llvm-prof
llvm-ranlib
llvm-shlib
llvm-stub
llvmc llc no longer requires the -f option to overwrite files. 2010-04-29 18:46:52 +00:00
lto The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a 2010-05-11 00:30:02 +00:00
opt
CMakeLists.txt
Makefile