Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9Instr.def
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Brian GaekeThe SparcV9 target no longer uses any pseudoinstruction...
2004-07-02 Brian GaekeAdd M_TERMINATOR_FLAG to terminator instructions (branc...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-03-01 Tanya Lattnerfix bug in previous checkin
2004-02-29 Chris LattnerRemove a TON of flags that noone cares about
2003-10-21 John CriswellAdded LLVM copyright header.
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-18 Chris LattnerThese instructions really take three operands. This...
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-02 Misha BrukmanAdded MOVR (move int reg on register condition), aka...
2003-06-02 Misha BrukmanSparcInstr.def: added 'r' and 'i' versions of MOV(F...
2003-05-30 Misha BrukmanMade the register and immediate versions of instruction...
2003-05-27 Misha BrukmanOne of the first major changes to make the work of...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-25 Chris LattnerFix misspelling
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-07-08 Vikram S. AdveBA has only one argument.
2002-03-24 Vikram S. AdveChange latencies for Load, Store and Branch instructions.
2001-11-14 Vikram S. AdveChange latency of SETX to improve schedule -- just...
2001-11-14 Ruchira SasankaAdded M_PSEUDO_FLAG for SETX .. instr
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
2001-11-03 Ruchira SasankaAdded code to support correct saving of %ccr across...
2001-10-28 Vikram S. AdveAdd SETX instruction for 64-bit constants.
2001-10-22 Vikram S. AdveAdded SAVE and RESTORE. Duplicated JMPL into JMPLCALL...
2001-09-30 Vikram S. AdveChange latency of setuw and setsw to 2 cycles.
2001-09-19 Chris LattnerSeperate instruction definitions into new SparcInstr...