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