Age | Commit message (Expand) | Author |
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-07-18 | CPR fixes | Chris Lattner |
2004-07-16 | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. | Brian Gaeke |
2004-07-08 | Support setcc on fp values. | 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-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 | Trim whitespace. | Brian Gaeke |
2004-06-24 | Support cast float to float, cast double to float, and cast float to double. | Brian Gaeke |
2004-06-24 | Fix a dyn_cast in copyConstantToRegister which should have been a cast. | 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 | Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of | Brian Gaeke |
2004-06-24 | Support constant cast expressions. | Brian Gaeke |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-18 | Make visitAllocaInst() look more like its X86 counterpart. | Brian Gaeke |
2004-06-18 | Support intrinsic calls (although no particular intrinsics are supported yet). | Brian Gaeke |
2004-06-18 | Support alloca instructions. | Brian Gaeke |
2004-06-17 | Support generating machine instructions for Phi nodes (based on x86, but with | Brian Gaeke |
2004-06-17 | Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. | Brian Gaeke |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
2004-06-15 | Fix thinko in visitor... ShiftInsts should currently be delegated | Brian Gaeke |
2004-06-15 | Fix bug generating code for void call instructions: don't call | Brian Gaeke |
2004-06-15 | Support constant GEP expressions. | Brian Gaeke |
2004-05-08 | Add support for widening integral casts. | Brian Gaeke |
2004-05-08 | Flesh out GEP support | Brian Gaeke |
2004-05-08 | Add stub support for GEPs. | Brian Gaeke |
2004-05-07 | Add support for copying bool constants to registers. | Brian Gaeke |
2004-04-13 | I started working on casts, but I don't have anything compilable yet. | Brian Gaeke |
2004-04-07 | First version of code to handle loads. Stub function for handling stores. | Brian Gaeke |
2004-04-07 | Support loading arguments from %I0...%I5 into virtual registers in | Brian Gaeke |
2004-04-07 | It's setting up the call args right now, but on the callee side, it's | Brian Gaeke |
2004-04-07 | This is a start on handling setcc instructions. As the comment notes, we | Chris Lattner |
2004-04-07 | Avoid emitting an extra copy on each 32-bit operation | Chris Lattner |
2004-04-07 | Add support for shift instructions, wrap some long lines | Chris Lattner |
2004-04-07 | Add a bunch more instructions | Chris Lattner |
2004-04-07 | Preliminary support for getting 64-bit integer constants into registers. | Brian Gaeke |
2004-04-06 | Deal with call return values. | Brian Gaeke |
2004-04-02 | Add support for call instructions (0-ary only for now). | Brian Gaeke |
2004-03-16 | Fix bug in zero-extending of shorts. | Brian Gaeke |
2004-03-16 | Make getClass more robust by adding cLong. | Brian Gaeke |
2004-03-09 | Hmm, who left this sitting around in my tree | Brian Gaeke |
2004-03-06 | Support return values of basic integer types. | Brian Gaeke |
2004-03-04 | Subtract instructions; minor cleanups | Brian Gaeke |
2004-03-04 | Simple copyConstantToReg support, SETHIi and ORri | Brian Gaeke |