1. df20c66 [AArch64] Avoid crashing on .seh directives in assembly by Martin Storsjo · 7 years ago
  2. ab29667 [ARM64] [Windows] Improve error reporting for unsupported SEH unwind. by Eli Friedman · 7 years ago
  3. 96f2ea3 [ARM64][Windows] MCLayer support for exception handling by Sanjin Sijaric · 7 years ago
  4. 910c012 Remove redundant includes from lib/MC. by Michael Zolotukhin · 8 years ago
  5. 4c4422f [MC] Use unique_ptr to manage WinFrameInfos, NFC by Reid Kleckner · 8 years ago
  6. 97837b7 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 9 years ago
  7. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  8. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  9. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  10. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  11. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  12. 7c4059e MC Win64: Put unwind info for COMDAT code into the same COMDAT group by Reid Kleckner · 11 years ago
  13. 91f6621 EmitAbsValue is the same as EmitValue on non-darwin. NFC. by Rafael Espindola · 11 years ago
  14. 64a8cc7 MC: split Win64EHUnwindEmitter into a shared streamer by Saleem Abdulrasool · 11 years ago
  15. b3be737 MC: rename Win64EHFrameInfo to WinEH::FrameInfo by Saleem Abdulrasool · 11 years ago
  16. ab82086 MC: make WinEH opcode an opaque value by Saleem Abdulrasool · 11 years ago
  17. c7c3cb1 MC: make MCWin64EHInstruction a POD-like struct by Saleem Abdulrasool · 11 years ago
  18. 5705cd8 MC: make helper function be more const-correct by Saleem Abdulrasool · 11 years ago
  19. 3f3cefd MC: make DWARF and Windows unwinding handling more similar by Saleem Abdulrasool · 11 years ago
  20. 4a1a2f7 MC: rename MCW64UnwindInfo to MCWinFrameInfo by Saleem Abdulrasool · 11 years ago
  21. 1e76cbd MC: modernise for loop by Saleem Abdulrasool · 11 years ago
  22. 427c08d MC: add and use an accessor for WinCFI by Saleem Abdulrasool · 11 years ago
  23. 8539b46 Fix alignment of unwind data. by Kai Nacke · 12 years ago
  24. 74adc8a Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures. by Kai Nacke · 12 years ago
  25. 1b7e486 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  26. c5cca5a Revert: Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  27. 939ecd7 Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures. by Kai Nacke · 12 years ago
  28. 07bad44 Revert: Fix alignment of unwind data. by Kai Nacke · 12 years ago
  29. 4417ccc Fix alignment of unwind data. by Kai Nacke · 12 years ago
  30. 2a933a6 Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures. by Kai Nacke · 12 years ago
  31. 66bfdb8 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  32. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  33. cc8c539 Fix for .pdata and .xdata section attributes on COFF. Patch by kai@redstar.de ! by Anton Korobeynikov · 13 years ago
  34. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  35. a83b37a Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest by Evan Cheng · 14 years ago
  36. 03eef62 Add a parameter to the Win64 EH section getters to get a section with a by Charles Davis · 14 years ago
  37. ea5dc3a Assorted fixes for Win64 EH unwind info emission: by Charles Davis · 14 years ago
  38. 6d1c4c7 Start keeping track of where the various unwind instructions are in the prolog. by Charles Davis · 14 years ago
  39. 761313b Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structs by Charles Davis · 14 years ago
  40. bc2daa0 Implement emission of all Win64 exception tables. Make the COFF streamer emit by Charles Davis · 14 years ago
  41. 1c8bd5a Make the COFF streamer emit unwind info when processing a .seh_handlerdata by Charles Davis · 14 years ago