fix storing bools to mem and unordered FP ops
[oota-llvm.git] / lib / Target / Alpha /
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
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 Lenharthmore shotenning
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-20 Reid SpencerFor PR950:
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Chris Lattneradjcallstack up/down clobbers the sp
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerRemove dead/redundant instructions. These are handled...
2006-10-11 Andrew LenharthThis entry is done. switched to the gcc way of doing...
2006-10-11 Chris LattnerThis has apparently been fixed
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-06 Chris LattnerSet the jt section
2006-10-06 Chris LattnerAlpha uses a got
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattneruse getSectionForFunction to decide which section to...
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-24 Andrew Lenharthjump table note
2006-09-20 Andrew LenharthAccount for pseudo-ops correctly
2006-09-20 Andrew Lenharthcatch constants more often
2006-09-20 Andrew Lenharthclarify with test case
2006-09-20 Andrew LenharthAdd Note
2006-09-18 Andrew LenharthA pass to remove the worst of the replay trap offenders...
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
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-05 Andrew Lenharthjmp_bufs are this big on alpha.
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 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-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector<SDOperand...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-03 Andrew LenharthThese are already implemented
2006-07-03 Andrew Lenharth0 offsets for memory operands
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-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-13 Andrew LenharthI am sure I had commited this workaround before. Perha...
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-06-04 Andrew Lenharthignore ordered/unordered for now
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-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-12 Chris Lattnerremove dead variable.
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 V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerKeep the alpha JIT similar to the PPC/X86 jits
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
next