Adjust the slot machine to handle Types separately from Values. This was
[oota-llvm.git] / lib / Target /
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-02 Brian GaekeFix use-before-def thinko
2004-07-02 Chris LattnerFix potential problems with unreachable basic blocks.
2004-07-02 Chris LattnerFix all of those problems that the PPC backend has...
2004-07-02 Chris LattnerRemove dead blocks
2004-07-02 Brian GaekeAdd M_TERMINATOR_FLAG to terminator instructions (branc...
2004-07-02 Brian GaekeRETURN instructions are not used in the sparc backend.
2004-07-01 Misha Brukman* Follow the PowerPC convention of leaving 24 bytes...
2004-07-01 Misha Brukman* Get rid of constant-expr handling code: we use the...
2004-07-01 Misha BrukmanWrap long line
2004-07-01 Misha Brukman* Do not allocate r0 as we use it indiscriminantly...
2004-07-01 Misha BrukmanCheck if operand has an allocated reg before requesting it.
2004-07-01 Chris LattnerHandle targets where alignment can be bigger than the...
2004-06-30 Misha BrukmanFix indentation to be 2 spaces.
2004-06-30 Misha Brukman* Coalesce the handy CALL* alias opcodes with the stand...
2004-06-30 Misha Brukman* Allow more registers to be allocated from the general...
2004-06-30 Misha Brukman* Inquire about the number of operands from the instruc...
2004-06-30 Misha BrukmanvisitSetCondInst() takes a parameter of type `SetCondInst'
2004-06-30 Misha BrukmanAlways assume a function may have calls because the...
2004-06-29 Misha Brukman* Don't save LR when outputting globals: it's already...
2004-06-29 Misha Brukman* Stop using BBNumbering, we don't really need it
2004-06-29 Misha BrukmanSet up the prologue and epilogue to be more like the...
2004-06-29 Misha Brukman* Use LA instead of LWZ for LoadLoAddr
2004-06-29 Misha BrukmanOnly allocate non-volatile registers R13-31 (for now).
2004-06-29 Misha BrukmanLower ConstantExpressions before the code generator.
2004-06-29 Misha BrukmanFix associativity of parameters to assert(): now it...
2004-06-29 Misha BrukmanConvert tabs to spaces.
2004-06-29 Misha Brukman* Fix saving LR in function prologue
2004-06-29 Misha BrukmanAssembly syntax/comment fixes by Nate Begeman.
2004-06-29 Chris LattnerThe code generator should work with unreachable blocks...
2004-06-29 Chris LattnerI believe that the code generator now properly handles...
2004-06-29 Chris LattnerFix a regression from r1.224. In particular, codegen...
2004-06-28 Misha BrukmanCan't print out machine code before it is constructed.
2004-06-28 Misha BrukmanFix the assembly opcode on LOADLoAddr, courtesy of...
2004-06-28 Misha BrukmanSet isBranch and isTerminator bits on all branch instru...
2004-06-28 Misha BrukmanFix loading and storing PC-relative static variables...
2004-06-28 Misha BrukmanNo need to generate a lazy-linking stub for internal...
2004-06-28 Misha BrukmanDo not set the `link' bit when branching to the first...
2004-06-28 Misha BrukmanFix spacing around function arguments.
2004-06-27 Brian GaekeAllow saving and restoring of double and float registers.
2004-06-27 Brian GaekeAdd FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}.
2004-06-27 Brian GaekeSupport printing constant pool indices.
2004-06-27 Brian GaekeTrim whitespace.
2004-06-27 Chris LattnerThis class is no longer an annotation
2004-06-27 Chris LattnerAdd a map of MachineCodeForInstruction objects to Machi...
2004-06-27 Chris LattnerMake it obvious that this file is bad bad bad
2004-06-26 Chris LattnerThere is no reason to print ValueType here
2004-06-25 Misha BrukmanAllow debugging machine instrs (by printout) before...
2004-06-25 Misha BrukmanCombine several if stmts with returns into an if-then...
2004-06-25 Misha BrukmanDo not move any values into registers for a void return...
2004-06-25 Misha BrukmanConvert tabs to spaces.
2004-06-25 Misha BrukmanFix opcode: no immediate in an `or r1, r2, r3' (all...
2004-06-25 Misha Brukman* Be consistent about MachineBB labels and references...
2004-06-25 Misha Brukman* Initialize the entire array statically, not member...
2004-06-25 Misha BrukmanFix bug in previous checkin.
2004-06-25 Misha Brukman* Wrap long lines
2004-06-25 Misha BrukmanExcise X86-specific comments.
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-24 Misha BrukmanAdd option to print out machine code before register...
2004-06-24 Misha BrukmanUse DEBUG() guard for printing out debug info.
2004-06-24 Misha BrukmanAdd a `break' in the switch/case statement between...
2004-06-24 Misha Brukman* Lowercase the register names
2004-06-24 Misha Brukman* LowercaseString moved to StringExtras.h
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Misha BrukmanUnindent some more code to be consistent.
2004-06-24 Misha BrukmanUnindent some code, it only needs 2 spaces.
2004-06-24 Misha BrukmanIn emitting code for a GEP instr, iterate over GEPTypes...
2004-06-24 Brian GaekeAdd FSTOD and FDTOS conversion instructions.
2004-06-24 Brian GaekeSupport cast float to float, cast double to float,...
2004-06-24 Misha Brukman* Order #includes
2004-06-24 Brian GaekeMake the double-fp pseudo registers be "NamedRegs".
2004-06-24 Brian GaekeFix a dyn_cast in copyConstantToRegister which should...
2004-06-24 Brian GaekeThe long integer pseudo-regs are history. So long,...
2004-06-24 Brian GaekeUse correct add*Imm form in more BuildMI calls.
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeStrange as it may sound, we'll not use LDD/STD to store...
2004-06-24 Brian GaekeSupport constant cast expressions.
2004-06-23 Brian GaekeMake the most commonly preselected instructions add...
2004-06-22 Brian GaekeAdd pseudo-registers and register class for 64-bit...
2004-06-21 Misha BrukmanOrder #includes as per style guide.
2004-06-21 Misha BrukmanDirect declaration of namespace-ified globals does...
2004-06-21 Misha BrukmanSpecify variables' namespace directly instead of using...
2004-06-21 Misha BrukmanMove implemented interface header up to the top.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim'.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanUse the common `NoFPElim' setting instead of our own.
2004-06-21 Misha BrukmanImplement `NoFPElim' in a target-agnostic fashion so...
2004-06-21 Misha Brukman* Make indentation consistent at 2 chars
2004-06-21 Misha BrukmanThis file is no longer applicable.
2004-06-21 Misha Brukmanllvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower...
2004-06-21 Misha BrukmanIntrinsic::isnan has gone away, support for it commente...
2004-06-21 Misha BrukmanConvert tabs to spaces.
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-18 Brian Gaeke.zero doesn't work in the Solaris assembler.
next