Adding support for placing global objects in shared data memory.
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetObjectFile.h
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-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-21 Chris Lattnerrevert r79562 + r79563
2009-08-21 Chris Lattnerrevert 79631
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-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-12 Chris Lattnersome compiler don't get string from TLOF.h implicitly...
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 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-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...