- b25fda9 Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. by Craig Topper · 14 years ago
- b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
- bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
- 750cb61 GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 15 years ago
- ce83fc3 Remove unnecessary argument. by Rafael Espindola · 15 years ago
- 0870434 Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 15 years ago
- bbcaa40 Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
- 0344874 Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 16 years ago
- 2562356 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
- 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
- 336c0a1 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
- 9baeb02 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
- d7d8afa Minor warning fixes (semicolons, newline at EOF). by Benjamin Kramer · 16 years ago
- ab663a0 Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago
- 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
- 3a78ce3 Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
- a6ebba2 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
- b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago