llvm-6502/lib
Chris Lattner 0f69b29108 Add support for promoting ADD/MUL.
Add support for new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators.
Realize that if we do any promotions, we need to iterate SelectionDAG
construction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19569 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-15 06:18:18 +00:00
..
Analysis Silence VC++ warnings. 2005-01-12 04:51:37 +00:00
Archive Remove potential platform portability issue with size of "int". 2004-12-29 01:20:24 +00:00
AsmParser Silence VS warnings. 2005-01-08 20:07:03 +00:00
Bytecode Remove potential platform portability issue with size of "int". 2004-12-29 01:20:24 +00:00
CodeGen Add support for promoting ADD/MUL. 2005-01-15 06:18:18 +00:00
Debugger Correct the comments and file header. 2004-12-23 21:16:46 +00:00
ExecutionEngine Rework constant pool handling so that function constant pools are no longer 2005-01-10 18:23:22 +00:00
Linker Remove un-needed #includes. 2004-12-20 04:15:44 +00:00
Support Use size_t instead of long to represent memory usage. long is 32 bits 2005-01-08 20:15:57 +00:00
System We don't distribute the operating system specific directories any more. 2005-01-14 22:43:01 +00:00
Target Add a new target-independent code generator flag. 2005-01-15 06:00:32 +00:00
Transforms Fix some bugs in an xform added yesterday. This fixes Prolangs-C/allroots. 2005-01-14 17:35:12 +00:00
VMCore Make this compatible with the HP/intel compiler. Fix by Duraid, thanks! 2005-01-14 15:53:26 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00