Age | Commit message (Expand) | Author |
2004-09-22 | Fix file header path | Misha Brukman |
2004-09-22 | Prettify formatting of the file, adjust paths to making V8 a subdir of Sparc | Misha Brukman |
2004-09-22 | V8 is now a subdirectory of Sparc; adjust paths accordingly | Misha Brukman |
2004-09-13 | Changes to make this work with Jason's patch. I checked this by hand, but | Chris Lattner |
2004-09-10 | Renamed file to SparcV8ISelSimple.cpp | Misha Brukman |
2004-09-08 | This file does not need <iostream>, I think. | Brian Gaeke |
2004-09-02 | Back to compiling land for v8 | Brian Gaeke |
2004-08-21 | Convert bytes to bits in alignment | Chris Lattner |
2004-08-15 | V8 never used the instrselectorgenerator | Chris Lattner |
2004-08-15 | Code insertion methods now return void instead of an int. | Chris Lattner |
2004-08-15 | These methods no longer take a TargetRegisterClass* operand. | Chris Lattner |
2004-08-14 | Update to no longer take MF as an argument | Chris Lattner |
2004-08-09 | Remove ClassPrefix variable as it's no longer used. | Misha Brukman |
2004-08-09 | The (future) SparcV8 JIT would do well to have a class prefix. | Misha Brukman |
2004-08-06 | Update the To-Do list according to my notes + assertions | Brian Gaeke |
2004-08-04 | getValues is gone | Chris Lattner |
2004-07-31 | I'm pretty sure that ba is branch always, which is a barrier. Brg should | Chris Lattner |
2004-07-25 | I think that V8 should coallesce registers, don't you? | Chris Lattner |
2004-07-18 | CPR fixes | Chris Lattner |
2004-07-16 | Add a class for pseudo-instructions. Use it. | Brian Gaeke |
2004-07-16 | Add what will eventually be the TSFlags. Big switch(opcode) statements are bad. | Brian Gaeke |
2004-07-16 | Add special handling for pseudo-instructions (print them as comments). | Brian Gaeke |
2004-07-16 | Add to-do list. | Brian Gaeke |
2004-07-16 | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. | Brian Gaeke |
2004-07-11 | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner |
2004-07-11 | Make these format a bit nicer | Chris Lattner |
2004-07-11 | Auto-registrate target | Chris Lattner |
2004-07-08 | Support setcc on fp values. | Brian Gaeke |
2004-07-08 | Add floating-point branches and compares. Compares don't complete | Brian Gaeke |
2004-07-08 | Fix bug where SwitchSection would fail to change to ".bss" successfully. | Brian Gaeke |
2004-07-08 | Fix bug involving bool arguments to binary operators. | Brian Gaeke |
2004-07-08 | Fix bug in copying long constants to register pairs. We were getting | Brian Gaeke |
2004-07-08 | Support 'ret float' | Brian Gaeke |
2004-07-04 | Add #includes | Chris Lattner |
2004-07-02 | Fix potential problems with unreachable basic blocks. | Chris Lattner |
2004-06-30 | Fix indentation to be 2 spaces. | Misha Brukman |
2004-06-30 | visitSetCondInst() takes a parameter of type `SetCondInst' | Misha Brukman |
2004-06-27 | Allow saving and restoring of double and float registers. | Brian Gaeke |
2004-06-27 | Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}. | Brian Gaeke |
2004-06-27 | Support printing constant pool indices. | Brian Gaeke |
2004-06-27 | Trim whitespace. | Brian Gaeke |
2004-06-24 | * LowercaseString moved to StringExtras.h | Misha Brukman |
2004-06-24 | Add FSTOD and FDTOS conversion instructions. | Brian Gaeke |
2004-06-24 | Support cast float to float, cast double to float, and cast float to double. | Brian Gaeke |
2004-06-24 | Make the double-fp pseudo registers be "NamedRegs". | Brian Gaeke |
2004-06-24 | Fix a dyn_cast in copyConstantToRegister which should have been a cast. | Brian Gaeke |
2004-06-24 | The long integer pseudo-regs are history. So long, we hardly knew ye. | Brian Gaeke |
2004-06-24 | Use correct add*Imm form in more BuildMI calls. | Brian Gaeke |
2004-06-24 | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke |
2004-06-24 | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke |