llvm-6502/lib
Chris Lattner 9860e77110 * Be TBAA safe
* Fix isFPCSafeToPrint to find more constants safe to print, which it was
  failing because ftostr was padding with leading space characters.
* Scan the entire module for global constants instead of each function at a
  time.  This has the advantage of allowing us to emit constants at global
  scope instead of function scope.  This speeds FP programs quite a bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9048 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-12 04:36:29 +00:00
..
Analysis Fix spelling. 2003-10-10 17:57:28 +00:00
Archive Update file header for renamed file 2003-09-22 23:42:00 +00:00
AsmParser Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". 2003-10-10 19:12:08 +00:00
Bytecode Ok, the "fix" for this is to do a real associative container. Symbol tables 2003-10-10 05:43:47 +00:00
CodeGen * Doxygenified comments 2003-10-10 17:41:32 +00:00
ExecutionEngine Make mmap's fd for anonymous memory acquisition default to -1, except on 2003-10-11 03:51:18 +00:00
Linker Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
Support Don't include Config/stdio.h or <stdio.h>. 2003-10-10 18:46:29 +00:00
Target * Be TBAA safe 2003-10-12 04:36:29 +00:00
Transforms Include <cstdio> instead of <stdio.h>. 2003-10-10 18:46:52 +00:00
VMCore Don't include Config/stdio.h or <stdio.h>. 2003-10-10 18:46:29 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00