X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / PIC16InstrInfo.h
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PIC16.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2009-10-27 Sanjiv GuptaRemove unnecessary gotos to fall-thru successors.
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-01-21 Sanjiv GuptaFixed build warnings. Restoring changes done in 62600...
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2008-11-19 Sanjiv GuptaFixed build warnings.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.