summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16Section.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-211-2/+7
| | | | | | | | variables. This pass can be invoked by llvm-ld or opt to traverse over the call graph to detect what function frames and their automatic variables can be overlaid. Currently this builds an archive , but needs to be changed to a loadable module. llvm-svn: 84753
* Add files Sanjiv forgot.Benjamin Kramer2009-10-151-0/+91
| | | | llvm-svn: 84196
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-91/+0
| | | | | | PIC16Section class", it breaks globals.ll. llvm-svn: 84184
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-0/+91
derived from MCSection. llvm-svn: 84180
OpenPOWER on IntegriCloud