summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Section.h
Commit message (Expand)AuthorAge
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-30
* PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer2010-03-30
* Initialize Size member to appease valgrind.Benjamin Kramer2010-03-17
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-21
* Add files Sanjiv forgot.Benjamin Kramer2009-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
* 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
* 1. Make MCSection an abstract class.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