aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-251-0/+8
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-241-8/+0
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-241-0/+8
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-211-0/+4
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-62/+97
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-97/+62
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-62/+97
* Further refactoring of PIC16 Obj file code.Sanjiv Gupta2009-09-011-1/+2
* Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff fromSanjiv Gupta2009-08-251-1/+2
* revert r79562 + r79563Chris Lattner2009-08-211-5/+2
* revert 79631Chris Lattner2009-08-211-4/+0
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-211-0/+4
* Implement support for ISRs. Sanjiv Gupta2009-08-201-2/+5
* make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner2009-08-131-0/+4
* some compiler don't get string from TLOF.h implicitly or something.Chris Lattner2009-08-121-0/+1
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+5
* add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner2009-08-081-1/+1
* give pic16 a target-specific section creation name tooChris Lattner2009-08-081-3/+2
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-081-0/+4
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-061-4/+2
* go through PIC16TargetObjectFile to make sections instead of Chris Lattner2009-08-061-0/+6
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-021-1/+2
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-011-2/+2
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-2/+2
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-21/+23
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-1/+3
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-0/+100