Some notes on better load folding we could do
[oota-llvm.git] / lib / Target / IA64 /
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Chris LattnerFix target matching weights, so that ppc-darwin modules...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-16 Evan ChengRET_FLAG has an optional input flag, but it does not...
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector of operands.
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-08-03 Chris Lattnerremove a dead proto
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Evan ChengRemove NodeDepth
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-12 Chris LattnerFix build breakage :(
2006-05-12 Chris LattnerActually override the right method. :)
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-07 Jim LaskeyFoundation for call frame information.
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.
next