1. 724c321 Further refactoring of PIC16 Obj file code. by Sanjiv Gupta · 16 years ago
  2. 13808ef Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from by Sanjiv Gupta · 16 years ago
  3. a5ef4d3 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  4. 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  5. 7f50488 revert r79562 + r79563 by Chris Lattner · 16 years ago
  6. 08e6373 revert 79631 by Chris Lattner · 16 years ago
  7. 35bd9de Fix a problem noticed by gcc-4.4: by Duncan Sands · 16 years ago
  8. c8cf606 Add a pass to do call graph analyis to overlay the autos and frame sections of by Sanjiv Gupta · 16 years ago
  9. b42cab9 Implement support for ISRs. by Sanjiv Gupta · 16 years ago
  10. 1943556 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 16 years ago
  11. 7f5ea44 make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 16 years ago
  12. 26aabb9 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
  13. 2cc62b3 add new PIC16Section class, this time hopefully not breaking the build :) by Chris Lattner · 16 years ago
  14. cbfecbe Revert r78501, it doesn't build. by Daniel Dunbar · 16 years ago
  15. 1890ee3 make PIC16 create its own custom MCSection. by Chris Lattner · 16 years ago
  16. e5aaede give pic16 a target-specific section creation name too by Chris Lattner · 16 years ago
  17. 8011f5f sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 16 years ago
  18. 36c2b91 Fix several fixmes and clean up code by sinking *all* section by Chris Lattner · 16 years ago
  19. 967f54f go through PIC16TargetObjectFile to make sections instead of by Chris Lattner · 16 years ago
  20. 0203368 Fix a possible crash on delete of an uninitialized variable. by Daniel Dunbar · 16 years ago
  21. 36dc04f Make SectionKind::get() private. by Chris Lattner · 16 years ago
  22. a3954e6 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
  23. cfd15d8 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
  24. 9de4876 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  25. e6ad12f switch off of 'Section' onto MCSection. We're not properly using by Chris Lattner · 16 years ago
  26. 2931fe4 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
  27. c4c40a9 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago