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