X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetObjectFile.cpp
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
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-09-01 Sanjiv GuptaFurther refactoring of PIC16 Obj file code.
2009-08-25 Sanjiv GuptaStart refactoring PIC16 TargetObjectFile code. Eventual...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-21 Chris Lattnerrevert r79562 + r79563
2009-08-21 Chris Lattnerrevert 79631
2009-08-21 Duncan SandsFix a problem noticed by gcc-4.4:
2009-08-21 Sanjiv GuptaAdd a pass to do call graph analyis to overlay the...
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-15 Chris Lattnerrename PIC16Section.h -> MCSectionPIC16.h for consisten...
2009-08-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattneradd new PIC16Section class, this time hopefully not...
2009-08-08 Daniel DunbarRevert r78501, it doesn't build.
2009-08-08 Chris Lattnermake PIC16 create its own custom MCSection.
2009-08-08 Chris Lattnergive pic16 a target-specific section creation name too
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-06 Chris Lattnergo through PIC16TargetObjectFile to make sections inste...
2009-08-02 Daniel DunbarFix a possible crash on delete of an uninitialized...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...