- Added some SSE2 128-bit packed integer ops.
[oota-llvm.git] / lib / Target / IA64 /
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-03-08 Duraid Madinadoo de doo
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-02-16 Duraid Madinadistinguish between objects and register names, now...
2006-02-13 Chris LattnerSwitch targets over to using SelectionDAG::getCALLSEQ_S...
2006-02-11 Duraid Madinafix storing booleans (grawp missed this one)
2006-02-11 Duraid Madinanow short immediates will get matched (previously const...
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
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 LattnerTargets all now request ConstantFP to be legalized...
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-28 Chris LattnerRemove some dead code
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Duraid Madinafix stack corruption! Previously, 16-byte whole-FP...
2006-01-26 Duraid Madinasome hoovering
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengDefault scheduling preference is SchedulingForLatency.
2006-01-25 Duraid Madinaadd bundling! well not really, for now it's just stop...
2006-01-23 Duraid Madinadie, die!! r15, you are not callee-saved
2006-01-23 Duraid Madinafix register corruption! (my god.) r15 is a scratch...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Duraid Madinainsignificant, but next up is proper stack frame layout!
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Duraid Madinafix sext breakage: now we correctly deal with functions...
2006-01-20 Duraid Madinafix storing bools! eek!
2006-01-19 Duraid Madinafix boolean XOR (which fixes up comparisons..)
2006-01-19 Duraid MadinaBOOM!
2006-01-19 Duraid Madinaclick click
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...
next