aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Section.h
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-05-17MC: Add dyn_cast support to MCSection.Daniel Dunbar
2010-03-30XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer
2010-03-30PIC16: Plug a leak in PIC16Section by allocating name & address strings in theBenjamin Kramer
2010-03-17Initialize Size member to appease valgrind.Benjamin Kramer
2009-10-21Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta
2009-10-15Add files Sanjiv forgot.Benjamin Kramer
2009-10-15Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar
2009-10-15Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta
2009-08-15rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner
2009-08-13make PIC16 unique its own sections instead of having mcontext do it.Chris Lattner
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-08-081. Make MCSection an abstract class.Chris Lattner
2009-08-08add new PIC16Section class, this time hopefully not breaking the build :)Chris Lattner
2009-08-08Revert r78501, it doesn't build.Daniel Dunbar
2009-08-08make PIC16 create its own custom MCSection.Chris Lattner