llvm-6502/lib
Dale Johannesen b63fa050b7 Chris' change to print an approximation to long doubles
exposed a bug in APFloat's long double->double conversion of
NaNs.  Broke several things in the ieee part of gcc testsuite.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46617 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-31 18:34:01 +00:00
..
Analysis Avoid unnecessarily casting away const, fixing a FIXME. 2008-01-31 01:05:10 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
CodeGen Add a comment for a nasty short term hack. 2008-01-31 10:05:13 +00:00
Debugger Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngine Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Linker Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Support Chris' change to print an approximation to long doubles 2008-01-31 18:34:01 +00:00
System Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
Target Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution. 2008-01-31 09:59:15 +00:00
Transforms Remove a couple more cases of "getNumUses() == 0". No need to walk the linked 2008-01-30 08:01:28 +00:00
VMCore Fix 80-col violations. 2008-01-29 12:09:55 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00