Remove spurious case. EXTLOAD is not one of the node opcodes.
[oota-llvm.git] / lib / Target / IA64 /
2006-01-19 Duraid Madinafix calls that return f32
2006-01-17 Duraid Madinaoops, this shouldn't have gotten in
2006-01-17 Duraid Madinause proper (82-bit) spills/fills when spilling FP regs...
2006-01-17 Duraid Madinafixing divides
2006-01-16 Duraid Madinafixing divides: FP should now be 100%, and integers...
2006-01-16 Duraid Madinafix division! again!! pattern isel, prepare to die.
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-14 Chris LattnerCleanup IA64ISD, tell the graph drawer what the symboli...
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Duraid Madinadon't be a doofus - this fixes storing bools
2006-01-13 Chris Lattnernew nodes
2006-01-12 Duraid Madinasabre's (correct) fix means these guys need to be flagg...
2006-01-12 Chris LattnerFix an itanium call lowering bug for duraid
2006-01-11 Nate BegemanMissed a spot.
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Chris Lattnertblgen does this now
2006-01-11 Duraid Madinacleanup GETFD
2006-01-11 Duraid Madinathis just might work
2006-01-11 Duraid Madinaadd support for selecting bools
2006-01-10 Chris Lattnersilence a bogus warning
2006-01-10 Duraid Madinaheh, 'sif it'd be a legalizer bug.
2006-01-10 Duraid Madinasupport functions that return bool (this "should" work...
2006-01-06 Chris Lattnersilence a bogus gcc warning
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2005-12-27 Duraid Madinanasty paste-o, calls passing more than 8 arguments...
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-25 Duraid Madinaunbreak calls, a few more tests should run. Tomorrow...
2005-12-25 Duraid Madinawe don't feed our call instructions extra operands
2005-12-22 Chris Lattnerremove dead code
2005-12-22 Duraid Madinathis is a hack, which may or may not hang around. In...
2005-12-22 Duraid Madinawe can't do this directly in lowering, so we need this...
2005-12-22 Duraid Madinaoops, back this out
2005-12-22 Duraid Madinawe can't all have brains now, can we
2005-12-22 Duraid Madinathis should take care of calls to varadic functions...
2005-12-22 Duraid Madinawe need to emit the getf.d instruction in lowering...
2005-12-22 Duraid MadinaI shoulda done this a *long* time ago (tm): implement...
2005-12-22 Duraid Madinakill SelectCALL() in the DAG isel, we handle this in...
2005-12-22 Duraid Madinaupdate tablegen files - nothing to see here
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-05 Chris LattnerAdd some explicit type casts so that tblgen knows the...
2005-12-01 Chris LattnerIA64 doesn't support the LOCATION node, and for some...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-11-30 Chris LattnerPay attn to the node returned by SelectNodeTo
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-25 Duraid Madinaadd support for dynamic_stackalloc to the dag isel...
2005-11-21 Duraid Madinaadd support for div/rem to the dag->dag isel. yay.
2005-11-21 Chris LattnerEliminate unneeded intermediate class. Move doFinalize...
2005-11-21 Chris LattnerStart using shared asmprinter Constant Pool emitter...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels
2005-11-21 Chris LattnerStart using SwitchSection, allowing globals and functio...
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-11-21 Chris LattnerStart using PrivateGlobalPrefix correctly
2005-11-14 Duraid Madinaadd FP select. next up - divide!
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-06 Duraid Madinaask for 16-byte aligned jmpbufs. This should unbreak...
2005-11-04 Duraid Madinaoops, forgot to load GP for indirect calls, though...
2005-11-04 Duraid Madinakill redundant SP/GP/RP save/restores across calls
2005-11-04 Duraid Madinaadd support for loading bools
2005-11-04 Duraid Madinafun with predicates! (add TRUNC i64->i1, AND i1 i1...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris LattnerFix a bug that prevented this pattern from matching
2005-11-02 Duraid Madina"fix" support for FP constants (this code asserts in...
2005-11-02 Duraid Madinaadd F0 and F1 to the FP register class
2005-11-02 Chris LattnerThis works now
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-11-01 Duraid Madinaheh, scheduling was easy?
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Duraid Madinaadd shladd
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-10-28 Chris Lattnerremove dead stuff
2005-10-28 Chris LattnerEliminate getClass, it is not needed
2005-10-21 Nate BegemanDon't generate operations that aren't yet supported
2005-10-07 Chris LattnerFix CodeGen/Generic/bool-to-double.ll
2005-09-30 Chris Lattnerthese registers don't belong to any register classes...
2005-09-30 Chris Lattnerthese methods get extra args
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-14 Chris LattnerGive all operands names
2005-09-07 Chris Lattnerignore generated files
2005-09-02 Chris LattnerHandle ANY_EXTEND like ZERO_EXTEND. Simplify the exten...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-26 Chris LattnerFix a bug in my previous checkin
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-25 Chris Lattnerfix a warning in optimized build
2005-08-22 Chris LattnerFix a crash I introduced into the IA64 backend with...
2005-08-22 Chris LattnerAdd a pass name for -time-passes output
2005-08-21 Duraid Madinareenable collapse of loadimm+AND -> dep.z (thanks guys)
2005-08-20 Jim LaskeyRepair an out by one error for IA64.
next