1. 31a9212 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
  2. 336c0a1 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  3. 9baeb02 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  4. cf1f5b0 Use pointer-wide encoding for LSDA and FDE on Darwin. by Anton Korobeynikov · 16 years ago
  5. c9adb6a Fix a silly darwin-only typo introduced during merge. by Anton Korobeynikov · 16 years ago
  6. ae4ccc1 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
  7. b8479fb switch ELF @GOTOFF references to use X86MCTargetExpr. by Chris Lattner · 16 years ago
  8. b6b2164 add an x86 implementation of MCTargetExpr for by Chris Lattner · 16 years ago
  9. 082f484 make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 16 years ago
  10. f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  11. 3a78ce3 Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
  12. a6ebba2 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  13. b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago