llvm-6502/tools
Dale Johannesen 3f6eb7419d Add APInt interfaces to APFloat (allows directly
access to bits).  Use them in place of float and
double interfaces where appropriate.
First bits of x86 long double constants handling 
(untested, probably does not work).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41858 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-11 18:32:33 +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 Add APInt interfaces to APFloat (allows directly 2007-09-11 18:32:33 +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 Separate program name from error message with a : 2007-08-08 21:19:01 +00:00
llvm-ld Turn GVN on by default. 2007-09-08 22:23:52 +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 Apply feedback from previous patch. 2007-09-07 21:07:57 +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 Turn GVN on by default. 2007-09-08 22:23:52 +00:00
Makefile Don't build llvm-stub twice. 2007-08-13 00:25:47 +00:00