1. bb6c3dc MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 16 years ago
  2. 12759ce Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  3. d8a8cb4 use Mang->getSymbol() by Chris Lattner · 16 years ago
  4. 9a80c2e Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 16 years ago
  5. d96b9ea rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
  6. 72121e4 set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  7. 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
  8. 7455116 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  9. 6597f3c Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  10. 2a0cc91 Use pointer-wide encoding for LSDA and FDE on Darwin. by Anton Korobeynikov · 16 years ago
  11. d72d8bc Fix a silly darwin-only typo introduced during merge. by Anton Korobeynikov · 16 years ago
  12. d779bcb Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 16 years ago
  13. 4625c9b switch ELF @GOTOFF references to use X86MCTargetExpr. by Chris Lattner · 16 years ago
  14. bd0764b add an x86 implementation of MCTargetExpr for by Chris Lattner · 16 years ago
  15. 7765306 make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 16 years ago
  16. 31a5474 move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  17. f283fb2 Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
  18. ee62b04 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  19. 8886dc2 Big change #1 for personality function references: by Chris Lattner · 16 years ago