llvm-6502/lib
Vikram S. Adve e895a740c7 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump.
2. Handle fp-to-uint conversions directly here instead of relying on
   a pre-transformation to replace them with the 2-step conversion.
3. Use size rather than explicitly checking types when deciding what
   opcodes to use, wherever possible.  This is less error prone (the
   bug fix above was not the first time!).
4. Float-to-pointer casts shd now work though this hasn't been tested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7645 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-06 18:48:40 +00:00
..
Analysis Remove unnecessary use of NonCopyable 2003-08-06 17:16:24 +00:00
Archive Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen Use a new local data structure instead of the MachineInstr::regsUsed set 2003-08-05 22:11:13 +00:00
ExecutionEngine Specify DEBUG_TYPE's for the JIT debug messages 2003-08-05 17:00:32 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Move debug functionality to Debug.cpp/Debug.h 2003-08-01 22:15:41 +00:00
Target 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump. 2003-08-06 18:48:40 +00:00
Transforms Remove unnecessary use of NonCopyable 2003-08-06 17:16:24 +00:00
VMCore Implement TODO: print out short form of Invoke if possible 2003-08-05 15:34:45 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00