- Dec 04, 2005
-
-
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
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
-
-
Chris Lattner authored
llvm-svn: 24572
-
- Dec 01, 2005
-
-
Chris Lattner authored
stuff isn't using ISelLowering.cpp llvm-svn: 24567
-
Chris Lattner authored
llvm-svn: 24566
-
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: 24547
-
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
-
Andrew Lenharth authored
llvm-svn: 24538
-
Andrew Lenharth authored
llvm-svn: 24536
-
Andrew Lenharth authored
llvm-svn: 24535
-
Nate Begeman authored
changes allow us to generate the following code: _foo: li r2, 0 lvx v0, r2, r3 vaddfp v0, v0, v0 stvx v0, r2, r3 blr for this llvm: void %foo(<4 x float>* %a) { entry: %tmp1 = load <4 x float>* %a %tmp2 = add <4 x float> %tmp1, %tmp1 store <4 x float> %tmp2, <4 x float>* %a ret void } llvm-svn: 24534
-
Andrew Lenharth authored
Getting in on the custom lowering thing, yay evilness with fp setcc, yuck trivial int select, hmmm in memory args for functions, yay DIV and REM, always handy. They should be custom lowered though. Lots more stuff compiles now (go go single source!). Of course, none of it probably works, but that is what the nightly tester can find out :) llvm-svn: 24533
-
Chris Lattner authored
llvm-svn: 24526
-
Evan Cheng authored
llvm-svn: 24525
-
Evan Cheng authored
llvm-svn: 24522
-
- Nov 29, 2005
-
-
Nate Begeman authored
that we can use the correct SPR numbers in the InstrInfo.td file. This is necessary to support VRsave. llvm-svn: 24521
-
Evan Cheng authored
llvm-svn: 24520
-
Nate Begeman authored
llvm-svn: 24517
-
Nate Begeman authored
enhancements will be necessary to teach the code generator that since there is no fmul, it will have to do vmaddfp, adding +0.0. llvm-svn: 24516
-
Chris Lattner authored
llvm-svn: 24513
-
Nate Begeman authored
and make a few changes to the legalization machinery to support more than 16 types. llvm-svn: 24511
-
Evan Cheng authored
createPPCPatternInstructionSelector -> createPPCISelPattern llvm-svn: 24510
-
Chris Lattner authored
llvm-svn: 24505
-
Chris Lattner authored
this to be something sane, but in the mean time it is unused, so safe to make something bogus. llvm-svn: 24504
-
Chris Lattner authored
llvm-svn: 24503
-
- Nov 28, 2005
-
-
Chris Lattner authored
llvm-svn: 24501
-
Chris Lattner authored
llvm-svn: 24495
-