llvm-6502/lib
Chris Lattner 8b486a114e Fix a regression from r1.224. In particular, codegen a cast from double ->
float as a truncation by going through memory.  This truncation was being
skipped, which caused 175.vpr to fail after aggressive register promotion.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14473 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-29 00:14:38 +00:00
..
Analysis Initial checkin of a simple mod/ref analysis for global variables. This is 2004-06-28 06:33:13 +00:00
Archive
AsmParser
Bytecode No functionality changes here: 2004-06-25 20:52:10 +00:00
CodeGen Do not find these ugly sparc-specific objects by using the annotation API on 2004-06-27 18:52:17 +00:00
Debugger
ExecutionEngine
Linker Linker.h moved to include/llvm/Support 2004-06-23 17:33:09 +00:00
Support Wrapper for c99 isnan() 2004-06-22 23:54:38 +00:00
Target Fix a regression from r1.224. In particular, codegen a cast from double -> 2004-06-29 00:14:38 +00:00
Transforms Remove unused file 2004-06-28 00:46:58 +00:00
VMCore Fold iType into Value::VTy 2004-06-27 18:38:48 +00:00
Makefile