| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | I think that V8 should coallesce registers, don't you? | Chris Lattner | 2004-07-25 | 2 | -0/+25 |
* | CPR fixes | Chris Lattner | 2004-07-18 | 3 | -10/+8 |
* | Add a class for pseudo-instructions. Use it. | Brian Gaeke | 2004-07-16 | 1 | -8/+7 |
* | Add what will eventually be the TSFlags. Big switch(opcode) statements are bad. | Brian Gaeke | 2004-07-16 | 1 | -0/+12 |
* | Add special handling for pseudo-instructions (print them as comments). | Brian Gaeke | 2004-07-16 | 1 | -0/+18 |
* | Add to-do list. | Brian Gaeke | 2004-07-16 | 1 | -0/+9 |
* | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. | Brian Gaeke | 2004-07-16 | 2 | -20/+122 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 1 | -9/+1 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 1 | -1/+1 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -0/+6 |
* | Support setcc on fp values. | Brian Gaeke | 2004-07-08 | 2 | -24/+42 |
* | Add floating-point branches and compares. Compares don't complete | Brian Gaeke | 2004-07-08 | 2 | -0/+52 |
* | Fix bug where SwitchSection would fail to change to ".bss" successfully. | Brian Gaeke | 2004-07-08 | 1 | -1/+1 |
* | Fix bug involving bool arguments to binary operators. | Brian Gaeke | 2004-07-08 | 2 | -4/+4 |
* | Fix bug in copying long constants to register pairs. We were getting | Brian Gaeke | 2004-07-08 | 2 | -4/+34 |
* | Support 'ret float' | Brian Gaeke | 2004-07-08 | 2 | -0/+6 |
* | Add #includes | Chris Lattner | 2004-07-04 | 4 | -0/+4 |
* | Fix potential problems with unreachable basic blocks. | Chris Lattner | 2004-07-02 | 1 | -0/+10 |
* | Fix indentation to be 2 spaces. | Misha Brukman | 2004-06-30 | 2 | -16/+16 |
* | visitSetCondInst() takes a parameter of type `SetCondInst' | Misha Brukman | 2004-06-30 | 2 | -4/+4 |
* | Allow saving and restoring of double and float registers. | Brian Gaeke | 2004-06-27 | 1 | -9/+27 |
* | Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}. | Brian Gaeke | 2004-06-27 | 1 | -0/+16 |
* | Support printing constant pool indices. | Brian Gaeke | 2004-06-27 | 1 | -1/+4 |
* | Trim whitespace. | Brian Gaeke | 2004-06-27 | 2 | -26/+112 |
* | * LowercaseString moved to StringExtras.h | Misha Brukman | 2004-06-24 | 1 | -10/+2 |
* | Add FSTOD and FDTOS conversion instructions. | Brian Gaeke | 2004-06-24 | 1 | -0/+5 |
* | Support cast float to float, cast double to float, and cast float to double. | Brian Gaeke | 2004-06-24 | 2 | -20/+54 |
* | Make the double-fp pseudo registers be "NamedRegs". | Brian Gaeke | 2004-06-24 | 1 | -5/+8 |
* | Fix a dyn_cast in copyConstantToRegister which should have been a cast. | Brian Gaeke | 2004-06-24 | 2 | -38/+32 |
* | The long integer pseudo-regs are history. So long, we hardly knew ye. | Brian Gaeke | 2004-06-24 | 2 | -31/+1 |
* | Use correct add*Imm form in more BuildMI calls. | Brian Gaeke | 2004-06-24 | 2 | -36/+52 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 2 | -12/+20 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 1 | -13/+26 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 2 | -32/+80 |
* | Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of | Brian Gaeke | 2004-06-24 | 2 | -4/+8 |
* | Support constant cast expressions. | Brian Gaeke | 2004-06-24 | 2 | -34/+86 |
* | Add pseudo-registers and register class for 64-bit integer values. | Brian Gaeke | 2004-06-22 | 2 | -2/+31 |
* | Order #includes as per style guide. | Misha Brukman | 2004-06-21 | 1 | -1/+1 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 2 | -2/+2 |
* | .zero doesn't work in the Solaris assembler. | Brian Gaeke | 2004-06-18 | 1 | -5/+2 |
* | Get rid of selects the easy way | Brian Gaeke | 2004-06-18 | 1 | -0/+6 |
* | Make visitAllocaInst() look more like its X86 counterpart. | Brian Gaeke | 2004-06-18 | 2 | -6/+22 |
* | Mess around with allocation order. In particular, I think we ought to be | Brian Gaeke | 2004-06-18 | 1 | -3/+3 |
* | JMPL has a delay slot. | Brian Gaeke | 2004-06-18 | 1 | -0/+1 |
* | Clean up the commented-out F3_3 stuff. | Brian Gaeke | 2004-06-18 | 1 | -5/+4 |
* | Fix jmpl. | Brian Gaeke | 2004-06-18 | 1 | -3/+7 |
* | Support printing base+offset pairs where the offset is a register. | Brian Gaeke | 2004-06-18 | 1 | -10/+25 |
* | Support intrinsic calls (although no particular intrinsics are supported yet). | Brian Gaeke | 2004-06-18 | 2 | -8/+44 |
* | Add load instructions for floating-point registers. | Brian Gaeke | 2004-06-18 | 1 | -0/+5 |
* | Support alloca instructions. | Brian Gaeke | 2004-06-18 | 2 | -0/+64 |