llvm-6502/tools
Chandler Carruth 6994040a95 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40807 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-04 01:51:18 +00:00
..
bugpoint New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
gccas Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
gccld Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
llc Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
lli Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm2cpp Adjust for new CallInst constructor interface. 2007-08-02 03:30:26 +00:00
llvm-ar eliminate residual cruft related to recognizing bytecode 2007-07-06 13:38:17 +00:00
llvm-as Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-bcanalyzer Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
llvm-config Simplify the handling of the --*flags options. The makefile already gets it 2007-07-10 07:48:09 +00:00
llvm-db Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-dis Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-extract Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-ld Rename FastDSE to just DSE. 2007-08-01 06:36:51 +00:00
llvm-link Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-nm Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-prof Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-ranlib Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-stub finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
llvm-upgrade This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
llvmc update the .cvs files. 2007-07-05 17:27:31 +00:00
lto Fix a sys::Path API error caught by a gcc 4.2 warning. 2007-07-18 05:27:33 +00:00
opt Rename FastDSE to just DSE. 2007-08-01 06:36:51 +00:00
Makefile Get the use of \ right. 2007-02-09 17:18:42 +00:00