1. a0875a9 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  2. c8ecb42 Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
  3. 7ef46a7 Revert r343341 by Luke Cheeseman · 7 years ago
  4. 83c015b MachineOperand/MIParser: Do not print debug-use flag, infer it by Matthias Braun · 7 years ago
  5. b829dc3 Fix in MachineOperand::printIRValueReference(). by Jonas Paulsson · 7 years ago
  6. 4c6cb9f Revert r343317 by Luke Cheeseman · 7 years ago
  7. 96f82d5 Reapply changes reverted by r343235 by Luke Cheeseman · 7 years ago
  8. 4d42c19 Revert r343192 as an ubsan build is currently failing by Luke Cheeseman · 7 years ago
  9. a26da93 Reapply changes reverted in r343114, lldb patch to follow shortly by Luke Cheeseman · 7 years ago
  10. 9f0b248 Revert r343112 as CallFrameString API change has broken lldb builds by Luke Cheeseman · 7 years ago
  11. 538d8c7 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  12. 2149199 Revert r343089 "[AArch64] - Return address signing dwarf support" by Hans Wennborg · 7 years ago
  13. e99f0eb [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  14. 7e54adc Consistently use MemoryLocation::UnknownSize to indicate unknown access size by Krzysztof Parzyszek · 7 years ago
  15. 7eeba25 [ADT] Make escaping fn conform to coding guidelines by Jonas Devlieghere · 7 years ago
  16. 481686f [MachineVerifier][GlobalISel] NFC, Improving MO printing and refactoring visitMachineInstrBefore by Roman Tereshin · 7 years ago
  17. 0f38c60 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  18. 0e32281 Fix type mismatch between MachineMemOperand constructor and accessors. NFC by Daniel Sanders · 7 years ago
  19. eed988e [MIR] Adding support for Named Virtual Registers in MIR. by Puyan Lotfi · 7 years ago
  20. fcccedd [CodeGen] Fixed unreachable with -print-machineinstrs and custom pseudo source value by Tim Renouf · 7 years ago
  21. 0d758f3 [CodeGen] Use MIR syntax for MachineMemOperand printing by Francis Visoiu Mistrih · 7 years ago
  22. 13357c9 [MachineOperand][Target] MachineOperand::isRenamable semantics changes by Geoff Berry · 8 years ago
  23. 7bee1ce [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print by Francis Visoiu Mistrih · 8 years ago
  24. 96ed12f [CodeGen] Print RegClasses on MI in verbose mode by Francis Visoiu Mistrih · 8 years ago
  25. 19988dd [CodeGen][NFC] Correct case for printSubRegIdx by Francis Visoiu Mistrih · 8 years ago
  26. b931375 [MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'. by Puyan Lotfi · 8 years ago
  27. 235e856 [CodeGen] Move printing MO_BlockAddress operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  28. 234b36e [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  29. 43c2ba7 [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  30. 30e8e01 [CodeGen] Move printing MO_FPImmediate operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  31. a6e4a6b [CodeGen] Refactor printOffset from MO and MIRPrinter by Francis Visoiu Mistrih · 8 years ago
  32. fcfc7b2 [CodeGen] Move printing MO_CFIIndex operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  33. 38e881d [CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  34. 278b31c [MIR] Add support for missing CFI directives by Francis Visoiu Mistrih · 8 years ago
  35. ee30ab7 [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  36. f726bec [CodeGen] Move printing MO_Metadata operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  37. f6cd582 [CodeGen] Print live-out register lists as liveout(...) in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  38. 3f63013f [CodeGen] Print global addresses as @foo in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  39. d398775 [CodeGen] Print external symbols as $symbol in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  40. d347e97 [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  41. 2b16863 [CodeGen] Print target index operands as target-index(target-specific) + 8 in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  42. c846909 [CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  43. 3b391fe [MachineOperand][MIR] Add isRenamable to MachineOperand. by Geoff Berry · 8 years ago
  44. e28484a [CodeGen] Move printing MO_Immediate operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  45. ab9bb80 [CodeGen] Move printing MO_CImmediate operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  46. e8c40f0 [CodeGen] Use more getMFIfAvailable by Francis Visoiu Mistrih · 8 years ago
  47. fd11bc0 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. by Francis Visoiu Mistrih · 8 years ago
  48. 1c29733 [CodeGen] Fix formatting error from r319885 by Francis Visoiu Mistrih · 8 years ago
  49. f8f387e [CodeGen] Better handling of detached MachineOperands by Francis Visoiu Mistrih · 8 years ago
  50. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  51. dcc00b1 CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT_VECTOR_ELT by Yaxun Liu · 8 years ago
  52. 5e75583 [CodeGen] Fix doxygen \file comment style by Francis Visoiu Mistrih · 8 years ago
  53. 4ea70ff [CodeGen] Fix doxygen by Francis Visoiu Mistrih · 8 years ago
  54. b58eb1a [CodeGen] Separate MachineOperand implementation from MachineInstr by Francis Visoiu Mistrih · 8 years ago