we can't do this directly in lowering, so we need this case
[oota-llvm.git] / lib / Target / IA64 /
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.
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris LattnerPut register classes in namespaces
2005-08-19 Chris LattnerThis code has always been dead on itanium
2005-08-19 Duraid Madinaa bugfix (up top) and a quick repair job: disable gener...
2005-08-19 Chris LattnerMark some instructions as variable_ops, and PSEUDO_ALLO...
2005-08-16 Chris Lattnerupdate the backends to work with the new CopyFromReg...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-10 Duraid Madinasorry!! this is temporary; for some reason the nasty...
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-20 Duraid Madinare-enable direct calls, this should just be a performan...
2005-05-15 Duraid Madinamake angry compilers happy again
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-05-11 Chris LattnerNo really IA*64* :)
2005-05-09 Duraid Madinafix and cleanup constmul code a bit, this fixes mediabe...
2005-05-04 Andrew Lenharthfix typo
2005-05-02 Duraid Madinasupport multiplication by constant negative integers
2005-05-02 Duraid Madinaadd support for bools to SELECT, this fixes Prolangs...
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
next