Atomic op support. If any gcc test uses __sync builtins, it might start failing...
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.cpp
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-17 Chris LattnerThis commit changes:
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-08 Andrew Lenharthreturn addresses, those I already have
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2006-12-31 Reid SpencerFor PR950:
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
next