What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-03 Chris Lattnersilence warnings.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-06 Chris LattnerAlpha uses a got
2006-10-05 Evan ChengMake use of getStore().
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-05 Andrew Lenharthjmp_bufs are this big on alpha.
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector<SDOperand...
2006-07-03 Andrew LenharthThese are already implemented
2006-06-27 Andrew Lenharththis case isn't handled
2006-06-21 Andrew LenharthAdd memory operand and int regs
2006-06-21 Andrew Lenharthinline asm, at least for floats
2006-06-21 Andrew Lenharthfix argument problem
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-12 Chris Lattnerremove dead variable.
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-06 Andrew LenharthThis may be overconservative, but it lets the new cfe...
2006-04-06 Andrew Lenharthfix some linking problems with the new gcc
2006-04-03 Andrew Lenharthmul by const conversion sequences. more coming soon
2006-04-02 Andrew LenharthThis makes McCat/12-IOtest go 8x faster or so
2006-04-02 Andrew LenharthThis will be needed soon
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-09 Andrew Lenharthfcopysign and get rid of dsnode cruft. custom PA runti...
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-02-13 Chris LattnerSwitch targets over to using SelectionDAG::getCALLSEQ_S...
2006-02-01 Nate BegemanFix some of the stuff in the PPC README file, and clean...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-29 Chris LattnerUpdate alpha to reflect recent constantfp legalize...
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-25 Andrew Lenharthoops
2006-01-25 Andrew Lenharthforgot one
2006-01-25 Andrew Lenharthmake things compile again
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-23 Andrew Lenharthbye bye Pattern ISEL
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthfix up more lsmark stuff
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-19 Andrew Lenharthtypo
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-16 Andrew LenharthFriendly names
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Chris Lattnerexpand unsupported stacksave/stackrestore nodes
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-11-30 Andrew LenharthMake typesafe that which isn't: FCMOVxx
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-10-06 Andrew LenharthThis is suppose to work now
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-13 Chris LattnerMajik numbers are bad
2005-09-06 Andrew LenharthFix up the AssertXext problem, as well as adding it...
2005-09-04 Andrew Lenharthrevert part of the last change, should fix regressions
2005-09-02 Andrew LenharthPull out Lowering in preperation for multiple ISels...