Age | Commit message (Expand) | Author |
2006-12-07 | Fix i64 uint_to_fp on ppc64 | Chris Lattner |
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 | implement sextinreg i8->i64 and i16->i64 | Chris Lattner |
2006-12-06 | fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. | Chris Lattner |
2006-12-06 | Always pass "true" to isMaxValue(bool) because we know the type is LongTy. | Reid Spencer |
2006-12-06 | Adjust to new ConstantIntegral interface for Max/Min tests. | Reid Spencer |
2006-12-06 | Update ConstantIntegral Max/Min tests for new interface. | Reid Spencer |
2006-12-06 | For PR950: | Reid Spencer |
2006-12-06 | fix the jit encoding of sradi, simplify the MDForm1 description. | Chris Lattner |
2006-12-06 | add relocation support for ppc64 branches. | Chris Lattner |
2006-12-06 | merge the Statistic and StatisticBase classes, eliminating virtual methods | Chris Lattner |
2006-12-06 | add #include | Chris Lattner |
2006-12-06 | add missing #include | Chris Lattner |
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 | Make it easier for gdb to find the return address. | Jim Laskey |
2006-12-06 | print weak references | Rafael Espindola |
2006-12-06 | Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). | Evan Cheng |
2006-12-06 | Remove the dead CachedWriter class. | Chris Lattner |
2006-12-06 | Simplify code | Chris Lattner |
2006-12-06 | printName is almost always true. In the cases that mattered where it was false, | Chris Lattner |
2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner |
2006-12-06 | The hasSlot methods are gone. | Chris Lattner |
2006-12-06 | These asm printers shouldn't use assembly/writer.h | Chris Lattner |
2006-12-06 | remove unused api, simplify some code | Chris Lattner |
2006-12-06 | remove more code that was only used by the bc writer | Chris Lattner |
2006-12-06 | remove dead code left over from when this functionality was shared with the | Chris Lattner |
2006-12-06 | rename createSlot -> getOrCreateSlot. | Chris Lattner |
2006-12-06 | clean up some sloppy and inconsistent spacing | Chris Lattner |
2006-12-06 | wrap long lines | Chris Lattner |
2006-12-06 | Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed | Reid Spencer |
2006-12-06 | counter should be unsigned. | Chris Lattner |
2006-12-06 | eliminate fp statistic | Chris Lattner |
2006-12-06 | Fix constant folding to deal with external weak global values. | Reid Spencer |
2006-12-05 | Regenerate. | Reid Spencer |
2006-12-05 | Remove dead var NewVarArgs. | Reid Spencer |
2006-12-05 | Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of- | Chris Lattner |
2006-12-05 | Regenerate. | Reid Spencer |
2006-12-05 | Dump the old va_arg and va_next upgrade support. No need to keep track of | Reid Spencer |
2006-12-05 | Finally get the casting right in this file. Also, remove some unnecessary | Reid Spencer |
2006-12-05 | Revert an unintended change. | Evan Cheng |
2006-12-05 | - Switch X86-64 JIT to large code size model. | Evan Cheng |
2006-12-05 | straighten out various memory ownership issues in the callgraph stuff. | Chris Lattner |
2006-12-05 | Regenerate. | Reid Spencer |
2006-12-05 | Remove various old upgrade hacks that are no longer needed. | Reid Spencer |
2006-12-05 | Bail on the getInferredCast idea. Remove the function and convert | Reid Spencer |
2006-12-05 | If we have ScalarSSE, we can select bitconvert into single instructions. | Chris Lattner |
2006-12-05 | Add a perf optzn corresponding to PR1033. | Chris Lattner |
2006-12-05 | Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store p... | Chris Lattner |