1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 02a4d3bd9b 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.

llvm-svn: 20926
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