llvm-6502/tools
Reid Spencer 3da59db637 For PR950:
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31931 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-27 01:05:10 +00:00
..
bugpoint For PR950: 2006-11-27 01:05:10 +00:00
gccas Update to new predicate simplifier VRP design. Fixes PR966 and PR967. 2006-11-22 23:49:16 +00:00
gccld Update to new predicate simplifier VRP design. Fixes PR966 and PR967. 2006-11-22 23:49:16 +00:00
llc Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
lli add a new (hidden) -disable-core-files option 2006-09-14 06:17:09 +00:00
llvm2cpp For PR950: 2006-11-27 01:05:10 +00:00
llvm-ar For PR786: 2006-11-02 20:25:50 +00:00
llvm-as Switch to using llvm-config to select components to link in. 2006-09-04 04:47:49 +00:00
llvm-bcanalyzer For PR786: 2006-11-02 20:25:50 +00:00
llvm-config Allow things like --libs CBackend 2006-09-04 05:35:23 +00:00
llvm-db Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-dis Switch to using llvm-config to build 2006-09-04 05:24:16 +00:00
llvm-extract Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-ld Need <iostream> for the time being. 2006-11-17 10:09:22 +00:00
llvm-link Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-nm Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-prof Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-ranlib Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc For PR786: 2006-11-02 20:25:50 +00:00
lto Save temp. bc files when saveTemps flag is true. Use final output file 2006-10-26 20:46:22 +00:00
opt Need iostream to be included for the time being. 2006-11-17 10:05:07 +00:00
Makefile ok this really works :) 2006-09-08 18:33:49 +00:00