llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner f51d3bd676 Fix a bug that andrew noticed where we do not correctly sign/zero extend
returned integer values all of the way to 64-bits (we only did it to 32-bits
leaving the top bits undefined).  This causes problems for targets like alpha
whose ABI's define the top bits too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20926 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-29 19:09:56 +00:00
..
LegalizeDAG.cpp implement legalization of build_pair for nate 2005-03-28 22:03:13 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Fix a bug where we would incorrectly do a sign ext instead of a zero ext 2005-03-10 20:55:51 +00:00
SelectionDAGISel.cpp Fix a bug that andrew noticed where we do not correctly sign/zero extend 2005-03-29 19:09:56 +00:00
SelectionDAGPrinter.cpp Don't mash stuff together. 2005-01-16 07:28:31 +00:00
TargetLowering.cpp Add a hook to find out how the target handles shift amounts that are out of 2005-01-19 03:36:14 +00:00