| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix file header comments and include guards -- many files have been moved or | Brian Gaeke | 2004-04-25 | 1 | -2/+3 |
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -24/+24 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+9 |
* | Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need | Misha Brukman | 2003-08-14 | 1 | -2/+2 |
* | Transition to using 'let X = y' instead of 'set X = y'. | Chris Lattner | 2003-08-04 | 1 | -35/+35 |
* | We no longer need to preprocess SparcV9.td before sending it through tablegen | Chris Lattner | 2003-07-30 | 1 | -29/+29 |
* | * Cleaned up and corrected comments wrt instruction formats | Misha Brukman | 2003-07-29 | 1 | -18/+18 |
* | Elaborated assembly syntax of instructions in the comments. | Misha Brukman | 2003-07-07 | 1 | -65/+64 |
* | Properly fix instruction syntax in comments, using `imm' for instructions that | Misha Brukman | 2003-07-02 | 1 | -34/+34 |
* | Fixed instruction syntax in the comments (specifies how instr is used). | Misha Brukman | 2003-07-02 | 1 | -83/+83 |
* | Some preprocessors doen't support // comments and get confused | Chris Lattner | 2003-06-20 | 1 | -1/+1 |
* | * Changed Bcc instructions to behave like BPcc instructions | Misha Brukman | 2003-06-06 | 1 | -13/+35 |
* | The SUB*i instructions belong to a different class than their SUB*r brethren. | Misha Brukman | 2003-06-06 | 1 | -4/+4 |
* | Do not preset the cc register, the instructions actually use it. | Misha Brukman | 2003-06-05 | 1 | -20/+17 |
* | * The textual output of (non-)predicted FP branches is the same. | Misha Brukman | 2003-06-05 | 1 | -24/+50 |
* | All store instructions really want 'rd' in the first field. | Misha Brukman | 2003-06-05 | 1 | -13/+20 |
* | Added the 4.7 instruction class and all the FMOVcc instructions in them. | Misha Brukman | 2003-06-04 | 1 | -36/+112 |
* | Comment out opcodes currently unused in the Sparc backend. | Misha Brukman | 2003-06-04 | 1 | -0/+3 |
* | Added instruction format class 3.15 and floating-point compare instructions. | Misha Brukman | 2003-06-04 | 1 | -9/+6 |
* | Store instructions are different from other Format 3.1/3.2 instructions in that | Misha Brukman | 2003-06-03 | 1 | -6/+6 |
* | * Added section A.34: Move FP register on int reg condition (FMOVr) | Misha Brukman | 2003-06-03 | 1 | -13/+42 |
* | Added MOVR (move int reg on register condition), aka comparison with zero. | Misha Brukman | 2003-06-02 | 1 | -2/+13 |
* | SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions | Misha Brukman | 2003-06-02 | 1 | -34/+64 |
* | * Added casts to/from floating-point to integers. | Misha Brukman | 2003-06-02 | 1 | -90/+187 |
* | * Put back into action SLL/SRL/SRA{r,i}6 instructions | Misha Brukman | 2003-05-31 | 1 | -8/+8 |
* | Fixed the namespace to match SparcInternals.h; added notes on some missing | Misha Brukman | 2003-05-30 | 1 | -5/+18 |
* | Fixed to use the correct format of the instruction. | Misha Brukman | 2003-05-29 | 1 | -3/+3 |
* | * Broke up SparcV9.td into separate files as it was getting unmanageable | Misha Brukman | 2003-05-29 | 1 | -258/+33 |
* | Fixed ordering of elements in instructions: although the binary instructions | Misha Brukman | 2003-05-28 | 1 | -30/+50 |
* | Added definitions for a bunch of floating-point instructions. | Misha Brukman | 2003-05-27 | 1 | -65/+381 |
* | Added the initial version of the TableGen description for the Sparc backend. | Misha Brukman | 2003-05-07 | 1 | -0/+359 |