Age | Commit message (Expand) | Author |
2006-12-13 | Expand f32 / f64 to i32 / i64 conversion to soft-fp library calls. | Evan Cheng |
2006-12-13 | Replace CastInst::createInferredCast calls with more accurate cast | Reid Spencer |
2006-12-12 | Expand FP constant to integers if FP types are not legal. | Evan Cheng |
2006-12-12 | Soft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion. | Evan Cheng |
2006-12-12 | Expand ConstantFP to load from CP if float types are being expanded. | Evan Cheng |
2006-12-12 | Expand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyToReg. | Evan Cheng |
2006-12-12 | - When expanding a bit_convert whose src operand is also to be expanded and | Evan Cheng |
2006-12-12 | Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 ... | Evan Cheng |
2006-12-12 | fit in 80 cols | Chris Lattner |
2006-12-12 | this can only be fptrunc. | Chris Lattner |
2006-12-12 | This case isn't needed with recent changes to ConstantInt::get | Chris Lattner |
2006-12-12 | split up inttoptr from ptrtoint handling, the cases aren't similar at all. | Chris Lattner |
2006-12-12 | the operand of a bitcast is always the right size, just emit it in place. | Chris Lattner |
2006-12-12 | Revert Nate's patch to fix X86/store-fp-constant.ll. With the dag combiner | Chris Lattner |
2006-12-12 | make this code more aggressive about turning store fpimm into store int imm. | Chris Lattner |
2006-12-12 | Tidy up a bit. | Reid Spencer |
2006-12-12 | Change inferred cast creation calls to more specific cast creations. | Reid Spencer |
2006-12-11 | Re-apply changes that were backed out and fix a naughty typo. | Evan Cheng |
2006-12-11 | It seems the llvm::OStream class does not handle stream manipulators. | John Criswell |
2006-12-11 | Revert changes that broke oggenc on ppc | Chris Lattner |
2006-12-11 | Don't convert store double C, Ptr to store long C, Ptr if i64 is not a legal ... | Evan Cheng |
2006-12-11 | f32 / f64 node is expanded to one i32 / i64 node. | Evan Cheng |
2006-12-11 | Clean up some bad code. | Evan Cheng |
2006-12-11 | Move something that should be in the dag combiner from the legalizer to the | Nate Begeman |
2006-12-11 | Properly mangles symbol table names | Nate Begeman |
2006-12-10 | Cleaned setjmp/longjmp lowering interfaces. Now we're producing right | Anton Korobeynikov |
2006-12-09 | Preliminary soft float support. | Evan Cheng |
2006-12-08 | Move findTiedToSrcOperand to TargetInstrDescriptor. | Evan Cheng |
2006-12-08 | Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it is | Evan Cheng |
2006-12-08 | findTiedToSrcOperand() changed. | Evan Cheng |
2006-12-07 | Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64 | Chris Lattner |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
2006-12-07 | Revision 1.83 causes PR1037. | Reid Spencer |
2006-12-07 | Initialize {Min|Max}CSFrameIndex properly. | Evan Cheng |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-07 | MI keeps a ptr of TargetInstrDescriptor, use it. | Evan Cheng |
2006-12-07 | getOperandConstraint returns -1 if the operand does have the specific constra... | Evan Cheng |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-12-06 | Some addresssed should be 64-bit and some shouldn't. | Jim Laskey |
2006-12-06 | Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). | Evan Cheng |
2006-12-06 | eliminate fp statistic | Chris Lattner |
2006-12-02 | Unbreak VC++ build. | Jeff Cohen |
2006-12-01 | Match TargetInstrInfo changes. | Evan Cheng |
2006-11-30 | better check for version | Jim Laskey |
2006-11-30 | Change global descriptor names to provide name, full name and linkage name. | Jim Laskey |
2006-11-30 | Temp fix to deal gdb issue. | Jim Laskey |
2006-11-30 | - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. | Evan Cheng |
2006-11-29 | Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered. | Evan Cheng |
2006-11-29 | Eliminate unnecessary scopes. | Jim Laskey |