提交歷史

作者 SHA1 備註 提交日期
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  David Blaikie fe42bd50da Move TargetLoweringObjectFile from CodeGen to Target to fix layering 7 年之前
  Matthias Braun d318139827 MachineFunction: Return reference from getFunction(); NFC 7 年之前
  Michael Zolotukhin 41b2567ccb Remove redundant includes from lib/CodeGen. 7 年之前
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 年之前
  David Blaikie 803f827385 Move TargetFrameLowering.h to CodeGen where it's implemented 7 年之前
  Zachary Turner 19ca2b0f9d Move Object format code to lib/BinaryFormat. 8 年之前
  Joerg Sonnenberger 44b0ebe8a3 PR 31534: When emitting both DWARF unwind tables and debug information, 8 年之前
  Joerg Sonnenberger 9af2e4eb39 Emit .cfi_sections before the first .cfi_startproc 8 年之前
  Matthias Braun 347847bcdc Move most EH from MachineModuleInfo to MachineFunction 8 年之前
  Eric Christopher e7b3959e01 Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" 8 年之前
  Matthias Braun 29c7b3a03e Move most EH from MachineModuleInfo to MachineFunction 8 年之前
  Eric Christopher 88a23b6016 Move the Mangler from the AsmPrinter down to TLOF and clean up the 9 年之前
  Saleem Abdulrasool 1083a5297a CodeGen: avoid emitting unnecessary CFI 9 年之前
  Mehdi Amini f6071e14c5 [NFC] Header cleanup 9 年之前
  Amaury Sechet e882cad04a Fix warning in DwarfCFIException. NFC 9 年之前
  Amaury Sechet dc766bd433 Extract the method to begin and end a fragment in AsmPrinterHandler in their own method. NFC 9 年之前
  Reid Kleckner 7174af9bac [EH] Handle non-Function personalities like unknown personalities 10 年之前
  Mehdi Amini a5574d611a Remove DataLayout from TargetLoweringObjectFile, redirect to Module 10 年之前
  Keno Fischer 890c16626f [CodeGen] Force emission of personality directive if explicitly specified 10 年之前
  Lang Hames 579cebfb15 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. 10 年之前
  Rafael Espindola a480f88b3c Move the EH symbol to the asm printer and use it for the SJLJ case too. 10 年之前
  Rafael Espindola 4d3df54336 Replace a use of GetTempSymbol with createTempSymbol. 10 年之前
  Rafael Espindola be886690bd Print jump tables before exception tables. 10 年之前
  Rafael Espindola 150233c378 Centralize handling of the eh_begin and eh_end labels. 10 年之前
  Reid Kleckner 26ba4c13a7 Classify functions by EH personality type rather than using the triple 10 年之前
  Reid Kleckner 4ac8ae7ea1 Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonalityIndex()] 10 年之前
  Reid Kleckner 0737b4ee14 Rename EH related stuff to be more precise 10 年之前
  Oliver Stannard 25f4c35b22 Revert r221150, as it broke sanitizer tests 10 年之前
  Oliver Stannard b63d71ef81 Emit .eh_frame with relocations to functions, rather than sections 10 年之前