Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 gadi atpakaļ
  Rafael Espindola d64f170e11 Use assembler expressions to lay out the EH LSDA. 7 gadi atpakaļ
  Matthias Braun d318139827 MachineFunction: Return reference from getFunction(); NFC 7 gadi atpakaļ
  Michael Zolotukhin 41b2567ccb Remove redundant includes from lib/CodeGen. 7 gadi atpakaļ
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 gadi atpakaļ
  David Blaikie 803f827385 Move TargetFrameLowering.h to CodeGen where it's implemented 7 gadi atpakaļ
  Zachary Turner 19ca2b0f9d Move Object format code to lib/BinaryFormat. 8 gadi atpakaļ
  Joerg Sonnenberger 44b0ebe8a3 PR 31534: When emitting both DWARF unwind tables and debug information, 8 gadi atpakaļ
  Joerg Sonnenberger 9af2e4eb39 Emit .cfi_sections before the first .cfi_startproc 8 gadi atpakaļ
  Matthias Braun 347847bcdc Move most EH from MachineModuleInfo to MachineFunction 8 gadi atpakaļ
  Eric Christopher e7b3959e01 Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" 8 gadi atpakaļ
  Matthias Braun 29c7b3a03e Move most EH from MachineModuleInfo to MachineFunction 8 gadi atpakaļ
  Mehdi Amini f6071e14c5 [NFC] Header cleanup 9 gadi atpakaļ
  Reid Kleckner 7174af9bac [EH] Handle non-Function personalities like unknown personalities 10 gadi atpakaļ
  Pete Cooper 639ec3da92 Reapply "Add reverse(ContainerTy) range adapter." 10 gadi atpakaļ
  Pete Cooper c54abc96f8 Revert "Add reverse(ContainerTy) range adapter." 10 gadi atpakaļ
  Pete Cooper a53ce4e0be Add reverse(ContainerTy) range adapter. 10 gadi atpakaļ
  Pete Cooper 9f2f1650c4 Use make_range(rbegin(), rend()) to allow foreach loops. NFC. 10 gadi atpakaļ
  Keno Fischer 890c16626f [CodeGen] Force emission of personality directive if explicitly specified 10 gadi atpakaļ
  Lang Hames 579cebfb15 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. 10 gadi atpakaļ
  Rafael Espindola a480f88b3c Move the EH symbol to the asm printer and use it for the SJLJ case too. 10 gadi atpakaļ
  Rafael Espindola 4d3df54336 Replace a use of GetTempSymbol with createTempSymbol. 10 gadi atpakaļ
  Rafael Espindola be886690bd Print jump tables before exception tables. 10 gadi atpakaļ
  Rafael Espindola 150233c378 Centralize handling of the eh_begin and eh_end labels. 10 gadi atpakaļ
  Reid Kleckner 4ac8ae7ea1 Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonalityIndex()] 10 gadi atpakaļ
  Reid Kleckner 98c86d76df Allow the use of functions as typeinfo in landingpad clauses 10 gadi atpakaļ
  Oliver Stannard 25f4c35b22 Revert r221150, as it broke sanitizer tests 10 gadi atpakaļ
  Oliver Stannard b63d71ef81 Emit .eh_frame with relocations to functions, rather than sections 10 gadi atpakaļ
  Saleem Abdulrasool 095271bcf4 CodeGen: refactor DwarfException 11 gadi atpakaļ
  Logan Chien f5864fffc3 Fix ARM EHABI when function has landingpad and nounwind. 11 gadi atpakaļ