llvm-6502/lib
Brian Gaeke 1d0acacc63 Use std::isnan instead of isnan. Brought back to you from the
future, by the reconciliation of the C++ and C99 standards. Someday.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6751 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-17 19:59:17 +00:00
..
Analysis Implement handling of constantexprs for disambiguation. This implements 2003-06-17 15:25:37 +00:00
Archive Fixed 'prevalent'. 2003-04-23 02:59:05 +00:00
AsmParser Fix bugs: 2003-05-21 17:48:56 +00:00
Bytecode Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx 2003-06-17 13:31:10 +00:00
CodeGen Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
ExecutionEngine Use std::isnan instead of isnan. Brought back to you from the 2003-06-17 19:59:17 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. 2003-06-17 19:54:00 +00:00
Target Fairly major change: emit fixed sized allocas in the entry block as a variable, 2003-06-17 04:39:14 +00:00
Transforms Don't corrupt memory when removing an instruction from the program, but 2003-06-17 03:57:18 +00:00
VMCore Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll 2003-06-16 12:11:33 +00:00
Makefile