1. fdc794a Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
  2. 0f986f6 Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
  3. ba2a5e8 More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 15 years ago
  4. d372b18 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  5. f0675ba add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
  6. 8286805 switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  7. a2a8871 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
  8. cfe0685 delete a forwarding function. by Chris Lattner · 15 years ago
  9. 6ef2013 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  10. 088d71c remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
  11. 99b2ea9 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
  12. 8316f2d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  13. 3b19783 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  14. 12759ce Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 15 years ago
  15. f58a372 use Mang->getSymbol() more. by Chris Lattner · 15 years ago
  16. 359e0b2 fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 15 years ago
  17. 8364cff fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference by Chris Lattner · 15 years ago
  18. d96b9ea rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 15 years ago
  19. ce99651 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 15 years ago
  20. 60313f8 move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 15 years ago
  21. 72121e4 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
  22. 009f16a tidy up by Chris Lattner · 15 years ago
  23. 1305dfe Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This by Charles Davis · 16 years ago
  24. c652eca Revert... by Bill Wendling · 16 years ago
  25. d3198e3 Okay. One last attempt: by Bill Wendling · 16 years ago
  26. d273e99 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 16 years ago
  27. df708fc It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there. by Anton Korobeynikov · 16 years ago
  28. 7455116 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  29. 6597f3c Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  30. 84d365c Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago