X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetMachine.h
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2009-08-13 Daniel DunbarReapply pieces of 78914 reverted in 78916, this has...
2009-08-13 Owen AndersonRevert r78914, as it was breaking the build.
2009-08-13 Sanjiv GuptaMove PIC16 AsmPrinter to PIC16/AsmPrinter directory.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-07 Sanjiv GuptaRun memsel inserter just before emit assembly to avoid...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.