hanchenye-llvm-project/llvm/lib
Brian Gaeke 9f455efff1 Rename the load and store opcodes. The non-fp ones only have one
variant worth worrying about; the fp ones have two.
Stub out the case analysis of int-to-fp casts (no code yet).
I think the number of operands passed to BuildMI for loads was wrong.
Support load and store of float and double.

llvm-svn: 14360
2004-06-24 07:36:48 +00:00
..
Analysis Remove distasteful method which is really part of the indvars pass 2004-06-24 06:52:20 +00:00
AsmParser Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Bytecode Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
CodeGen Making an archive version of the CodeGen library is unnecessary if we just 2004-06-22 17:52:30 +00:00
Debugger Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
ExecutionEngine Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
Support Wrapper for c99 isnan() 2004-06-22 23:54:38 +00:00
Target Rename the load and store opcodes. The non-fp ones only have one 2004-06-24 07:36:48 +00:00
Transforms Two fixes. First, stop using the ugly shouldSubstituteIndVar method. 2004-06-24 06:49:18 +00:00
VMCore Linker.h moved to include/llvm/Support 2004-06-23 17:24:31 +00:00
Makefile