Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9.td
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-04 Chris LattnerTransition to using 'let X = y' instead of 'set X ...
2003-07-30 Chris LattnerWe no longer need to preprocess SparcV9.td before sendi...
2003-07-29 Misha Brukman* Cleaned up and corrected comments wrt instruction...
2003-07-07 Misha BrukmanElaborated assembly syntax of instructions in the comments.
2003-07-02 Misha BrukmanProperly fix instruction syntax in comments, using...
2003-07-02 Misha BrukmanFixed instruction syntax in the comments (specifies...
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-06 Misha BrukmanThe SUB*i instructions belong to a different class...
2003-06-05 Misha BrukmanDo not preset the cc register, the instructions actuall...
2003-06-05 Misha Brukman* The textual output of (non-)predicted FP branches...
2003-06-05 Misha BrukmanAll store instructions really want 'rd' in the first...
2003-06-04 Misha BrukmanAdded the 4.7 instruction class and all the FMOVcc...
2003-06-04 Misha BrukmanComment out opcodes currently unused in the Sparc backend.
2003-06-04 Misha BrukmanAdded instruction format class 3.15 and floating-point...
2003-06-03 Misha BrukmanStore instructions are different from other Format...
2003-06-03 Misha Brukman* Added section A.34: Move FP register on int reg condi...
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-06-02 Misha Brukman* Added casts to/from floating-point to integers.
2003-05-31 Misha Brukman* Put back into action SLL/SRL/SRA{r,i}6 instructions
2003-05-30 Misha BrukmanFixed the namespace to match SparcInternals.h; added...
2003-05-29 Misha BrukmanFixed to use the correct format of the instruction.
2003-05-29 Misha Brukman* Broke up SparcV9.td into separate files as it was...
2003-05-28 Misha BrukmanFixed ordering of elements in instructions: although...
2003-05-27 Misha BrukmanAdded definitions for a bunch of floating-point instruc...
2003-05-07 Misha BrukmanAdded the initial version of the TableGen description...