Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a pass to overlay pic16 data sections for function frame and automatic | Sanjiv Gupta | 2009-10-21 | 1 | -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 Kramer | 2009-10-15 | 1 | -0/+91 |
| | | | | llvm-svn: 84196 | ||||
* | Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new | Daniel Dunbar | 2009-10-15 | 1 | -91/+0 |
| | | | | | | PIC16Section class", it breaks globals.ll. llvm-svn: 84184 | ||||
* | Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class | Sanjiv Gupta | 2009-10-15 | 1 | -0/+91 |
derived from MCSection. llvm-svn: 84180 |