llvm-6502/lib
Chris Lattner da2ce11407 * Adjust to changes in TargetLowering interfaces.
* Remove custom promotion for bool and byte select ops.  Legalize now
  promotes them for us.
* Allow folding ConstantPoolIndexes into EXTLOAD's, useful for float immediates.
* Declare which operations are not supported better.
* Add some hacky code for TRUNCSTORE to pretend that we have truncstore
  for i16 types.  This is useful for testing promotion code because I can
  just remove 16-bit registers all together and verify that programs work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19614 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-16 07:34:08 +00:00
..
Analysis Silence VC++ warnings. 2005-01-12 04:51:37 +00:00
Archive
AsmParser Silence VS warnings. 2005-01-08 20:07:03 +00:00
Bytecode
CodeGen Revamp supported ops. Instead of just being supported or not, we now keep 2005-01-16 07:29:19 +00:00
Debugger
ExecutionEngine Improve compatiblity with HPUX on Itanium, patch by Duraid Madina 2005-01-16 01:31:31 +00:00
Linker
Support Use size_t instead of long to represent memory usage. long is 32 bits 2005-01-08 20:15:57 +00:00
System Fix bugpoint 2005-01-16 04:23:22 +00:00
Target * Adjust to changes in TargetLowering interfaces. 2005-01-16 07:34:08 +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 implement these methods. 2005-01-15 06:52:40 +00:00
Makefile