Skip to content
Snippets Groups Projects
  1. Aug 23, 2009
  2. Aug 22, 2009
  3. Aug 21, 2009
  4. Aug 20, 2009
    • Sanjiv Gupta's avatar
      part of the previous commit for PIC16 ISR implementation. · a874d824
      Sanjiv Gupta authored
      llvm-svn: 79563
      a874d824
    • Sanjiv Gupta's avatar
      Implement support for ISRs. · 686e9f55
      Sanjiv Gupta authored
      Clone functions that are shared between the Main thread and Interrupt thread.
      CallSites are changed in AsmPrinter currently. A better solution would have been to modify the legalizer (SoftenFloat) to allow targets to change the name of libcalls for float operations. But that currently breaks other targets.
      Also, cloing of automatic variables is done AsmPrinter, a better approach would
      be to use the ValueMap in CloneFunction itself.
      
      llvm-svn: 79562
      686e9f55
Loading