1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 616585b Enable EH for linux/ppc32 targets by Nicolas Geoffray · 17 years ago
  3. 696f768 Enable EH on PPC Darwin. This basically works; there by Dale Johannesen · 17 years ago
  4. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 17 years ago
  5. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 17 years ago
  6. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  7. f4c164c Fix crash before main on ppc/linux with static constructors. PR1771 by Nick Lewycky · 17 years ago
  8. 8248294 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 17 years ago
  9. fe4afb1 Enable indirect encoding for the personality function by Bill Wendling · 17 years ago
  10. 90e167a Disable EH generation until PPC works 100%. by Chris Lattner · 17 years ago
  11. e2b9052 Fix debug info and globals filled with zeros. by Nick Lewycky · 17 years ago
  12. 98ded76 For Darwin, put constant data into .const, .const_data, .literal{4|8|16} by Evan Cheng · 17 years ago
  13. a15be8c Add TAI field for exception table section. by Jim Laskey · 17 years ago
  14. b82313f Support for non-landing pad exception handling. by Jim Laskey · 18 years ago
  15. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 18 years ago
  16. 072200c Landing pad-less eh for PPC. by Jim Laskey · 18 years ago
  17. b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 18 years ago
  18. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 18 years ago
  19. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  20. 70d4107 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 18 years ago
  21. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
  22. 8752ce6 Add weak reference directive. by Evan Cheng · 18 years ago
  23. 80aa9a1 Place cstrings in .cstring section. by Evan Cheng · 18 years ago
  24. 5059dda Use S_debug for dwarf info. by Jim Laskey · 18 years ago
  25. a66ba5f Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 18 years ago
  26. 9b7ce7d Move getSectionForFunction to AsmPrinter, change it to return a string. by Chris Lattner · 18 years ago
  27. b56dcc4 implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting by Chris Lattner · 18 years ago
  28. a53115b Compile: int x __attribute__((used)); by Chris Lattner · 18 years ago
  29. f45c25f Missing tab by Jim Laskey · 18 years ago
  30. 8e8de8f Break out target asm info into separate files. by Jim Laskey · 18 years ago