- Dec 05, 2005
-
-
Chris Lattner authored
1. Remove redundant type casts now that PR673 is implemented. 2. Implement the OUT*ir instructions correctly. The port number really *is* a 16-bit value, but the patterns should only match if the number is 0-255. Update the patterns so they now match. 3. Fix patterns for shifts to reflect that the shift amount is always an i8, not an i16 as they were believed to be before. This previous fib stopped working when we started knowing that CL has type i8. 4. Change use of i16i8imm in SH*ri patterns to all be imm. llvm-svn: 24599
-
Chris Lattner authored
being shifted. Don't assume they are. llvm-svn: 24598
-
Chris Lattner authored
Add some explicit type casts so that tblgen knows the type of the shiftamount, which is not necessarily the same as the type being shifted. llvm-svn: 24595
-
Chris Lattner authored
amount, which is not necessarily the same as the type being shifted. llvm-svn: 24594
-
- Dec 04, 2005
-
-
Chris Lattner authored
llvm-svn: 24592
-
Chris Lattner authored
improvements. llvm-svn: 24591
-
Chris Lattner authored
llvm-svn: 24590
-
Chris Lattner authored
llvm-svn: 24589
-
Evan Cheng authored
llvm-svn: 24588
-
Evan Cheng authored
chains. * Added DAG node property SDNPHasChain for nodes which r/w control-flow chains. * Renamed SDTVT to SDTOther. * Added several new SDTypeProfiles for BR, BRCOND, RET, and WRITEPORT. * Added SDNode definitions for BR, BRCOND, RET, and WRITEPORT. llvm-svn: 24586
-
Chris Lattner authored
llvm-svn: 24585
-
- Dec 03, 2005
-
-
Chris Lattner authored
llvm-svn: 24583
-
Chris Lattner authored
llvm-svn: 24581
-
Chris Lattner authored
This also fixes 177.mesa, the only program that fails with --enable-x86-fastcc turned on. Given a clean nightly tester run, we should be able to turn it on by default! llvm-svn: 24578
-
- Dec 02, 2005
-
-
Andrew Lenharth authored
llvm-svn: 24574
-
Andrew Lenharth authored
llvm-svn: 24573
-
Chris Lattner authored
llvm-svn: 24572
-
Chris Lattner authored
should come from the arbitrary ops map. This fixes Regression/CodeGen/PowerPC/2005-12-01-Crash.ll llvm-svn: 24571
-
- Dec 01, 2005
-
-
Chris Lattner authored
llvm-svn: 24568
-
Chris Lattner authored
stuff isn't using ISelLowering.cpp llvm-svn: 24567
-
Chris Lattner authored
llvm-svn: 24566
-
Chris Lattner authored
selecting a node and use a mix of getTargetNode() and SelectNodeTo. Because SelectNodeTo didn't check the CSE maps for a preexisting node and didn't insert its result into the CSE maps, we would sometimes miss a CSE opportunity. This is extremely rare, but worth fixing for completeness. llvm-svn: 24565
-
Andrew Lenharth authored
llvm-svn: 24564
-
Nate Begeman authored
work. This change has no effect on generated code. llvm-svn: 24563
-
Nate Begeman authored
llvm-svn: 24562
-
Chris Lattner authored
llvm-svn: 24561
-
Andrew Lenharth authored
llvm-svn: 24560
-
Evan Cheng authored
llvm-svn: 24559
-
Evan Cheng authored
llvm-svn: 24558
-
Chris Lattner authored
llvm-svn: 24552
-
Chris Lattner authored
llvm-svn: 24551
-
- Nov 30, 2005
-
-
Chris Lattner authored
llvm-svn: 24550
-
Chris Lattner authored
llvm-svn: 24549
-
Chris Lattner authored
llvm-svn: 24548
-
Chris Lattner authored
llvm-svn: 24547
-
Chris Lattner authored
Transforms/DeadStoreElimination/2005-11-30-vaarg.ll llvm-svn: 24545
-
Nate Begeman authored
llvm-svn: 24542
-
Nate Begeman authored
an argument to every operand printing function. Requires some slight tweaks to x86, the only user. llvm-svn: 24541
-
Chris Lattner authored
replaceAllUses'ing. llvm-svn: 24539
-
Andrew Lenharth authored
llvm-svn: 24538
-