summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16TargetObjectFile.cpp
Commit message (Expand)AuthorAge
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-25
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-24
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-24
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-21
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-16
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-15
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-15
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-15
* Further refactoring of PIC16 Obj file code.Sanjiv Gupta2009-09-01
* Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff fromSanjiv Gupta2009-08-25
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* revert r79562 + r79563Chris Lattner2009-08-21
* revert 79631Chris Lattner2009-08-21
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-21
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-21
* Implement support for ISRs. Sanjiv Gupta2009-08-20
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-15
* make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner2009-08-13
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner2009-08-08
* Revert r78501, it doesn't build.Daniel Dunbar2009-08-08
* make PIC16 create its own custom MCSection.Chris Lattner2009-08-08
* give pic16 a target-specific section creation name tooChris Lattner2009-08-08
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-08
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-06
* go through PIC16TargetObjectFile to make sections instead of Chris Lattner2009-08-06
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-02
* Make SectionKind::get() private.Chris Lattner2009-08-02
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-01
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28