| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
| * | Make visitAllocaInst() look more like its X86 counterpart. | Brian Gaeke | 2004-06-18 | 1 | -3/+11 |
| * | Support intrinsic calls (although no particular intrinsics are supported yet). | Brian Gaeke | 2004-06-18 | 1 | -4/+22 |
| * | Support alloca instructions. | Brian Gaeke | 2004-06-18 | 1 | -0/+32 |
| * | Support generating machine instructions for Phi nodes (based on x86, but with | Brian Gaeke | 2004-06-17 | 1 | -52/+178 |
| * | Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. | Brian Gaeke | 2004-06-17 | 1 | -5/+5 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -1/+1 |
| * | Fix thinko in visitor... ShiftInsts should currently be delegated | Brian Gaeke | 2004-06-15 | 1 | -1/+2 |
| * | Fix bug generating code for void call instructions: don't call | Brian Gaeke | 2004-06-15 | 1 | -2/+2 |
| * | Support constant GEP expressions. | Brian Gaeke | 2004-06-15 | 1 | -21/+52 |
| * | Add support for widening integral casts. | Brian Gaeke | 2004-05-08 | 1 | -34/+76 |
| * | Flesh out GEP support | Brian Gaeke | 2004-05-08 | 1 | -3/+53 |
| * | Add stub support for GEPs. | Brian Gaeke | 2004-05-08 | 1 | -8/+90 |
| * | Add support for copying bool constants to registers. | Brian Gaeke | 2004-05-07 | 1 | -8/+36 |
| * | I started working on casts, but I don't have anything compilable yet. | Brian Gaeke | 2004-04-13 | 1 | -0/+11 |
| * | First version of code to handle loads. Stub function for handling stores. | Brian Gaeke | 2004-04-07 | 1 | -1/+39 |
| * | Support loading arguments from %I0...%I5 into virtual registers in | Brian Gaeke | 2004-04-07 | 1 | -3/+30 |
| * | It's setting up the call args right now, but on the callee side, it's | Brian Gaeke | 2004-04-07 | 1 | -1/+13 |
| * | This is a start on handling setcc instructions. As the comment notes, we | Chris Lattner | 2004-04-07 | 1 | -0/+35 |
| * | Avoid emitting an extra copy on each 32-bit operation | Chris Lattner | 2004-04-07 | 1 | -4/+11 |
| * | Add support for shift instructions, wrap some long lines | Chris Lattner | 2004-04-07 | 1 | -15/+24 |
| * | Add a bunch more instructions | Chris Lattner | 2004-04-07 | 1 | -23/+43 |
| * | Preliminary support for getting 64-bit integer constants into registers. | Brian Gaeke | 2004-04-07 | 1 | -2/+27 |
| * | Deal with call return values. | Brian Gaeke | 2004-04-06 | 1 | -1/+15 |
| * | Add support for call instructions (0-ary only for now). | Brian Gaeke | 2004-04-02 | 1 | -1/+7 |
| * | Fix bug in zero-extending of shorts. | Brian Gaeke | 2004-03-16 | 1 | -2/+2 |
| * | Make getClass more robust by adding cLong. | Brian Gaeke | 2004-03-16 | 1 | -1/+7 |
| * | Hmm, who left this sitting around in my tree | Brian Gaeke | 2004-03-09 | 1 | -4/+4 |
| * | Support return values of basic integer types. | Brian Gaeke | 2004-03-06 | 1 | -24/+37 |
| * | Subtract instructions; minor cleanups | Brian Gaeke | 2004-03-04 | 1 | -4/+6 |
| * | Simple copyConstantToReg support, SETHIi and ORri | Brian Gaeke | 2004-03-04 | 1 | -4/+20 |
| * | Support add - note, still missing important copyConstantToRegister stuff | Brian Gaeke | 2004-03-03 | 1 | -2/+147 |
| * | Add an instruction selector capable of selecting 'ret void' | Chris Lattner | 2004-02-29 | 1 | -0/+152 |