X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / PIC16InstrInfo.cpp
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...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-07 Sanjiv GuptaFix memory leaks for external symbol name strings.
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2009-10-27 Sanjiv GuptaRemove unnecessary gotos to fall-thru successors.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
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...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2008-11-28 Duncan SandsAdd include files needed when building with
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-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.