llvm-6502/lib
Chris Lattner cfdf2419bc Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-NegativeZero.llx.
Basically we store floating point values as their integral components, instead of relying
on the semantics of floating point < to differentiate between values.  This is likely to
make the map search be faster anyway.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11064 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-01 22:49:04 +00:00
..
Analysis Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This 2004-01-31 21:02:18 +00:00
Archive
AsmParser
Bytecode Remove all of the annoying statistics now that I'm finished (for the near 2004-02-01 01:50:31 +00:00
CodeGen Change weight array into a vector and make it as big as the number of 2004-02-01 20:13:26 +00:00
Debugger
ExecutionEngine Print an error message if we can't materialize the bytecode file 2004-02-01 01:07:25 +00:00
Linker Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Support Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Target FpMOV is also a move instruction. 2004-02-01 08:22:16 +00:00
Transforms Disable tail duplication in any "hard" cases, where it might break SSA form. 2004-02-01 06:32:28 +00:00
VMCore Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-NegativeZero.llx. 2004-02-01 22:49:04 +00:00
Makefile