aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16Section.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-1/+7
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-301-0/+2
* PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer2010-03-301-8/+7
* Initialize Size member to appease valgrind.Benjamin Kramer2010-03-171-1/+1
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-211-0/+1
* Add files Sanjiv forgot.Benjamin Kramer2009-10-151-0/+91
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-91/+0
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-0/+91
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-151-41/+0
* make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner2009-08-131-2/+4
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-12/+8
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-2/+8
* add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner2009-08-081-0/+37
* Revert r78501, it doesn't build.Daniel Dunbar2009-08-081-35/+0
* make PIC16 create its own custom MCSection.Chris Lattner2009-08-081-0/+35