1. d29fc89 [MachineVerifier][GlobalISel] Checking that generic instrs have LLTs on all vregs by Roman Tereshin · 7 years ago
  2. 7d1b25d MachineInst support mapping SDNode fast math flags for support in Back End code generation by Michael Berg · 8 years ago
  3. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  4. 8ed0f74 [CodeGen] Print user-friendly debug locations as MI comments by Francis Visoiu Mistrih · 8 years ago
  5. 71a4c0c [CodeGen] Fix printing bundles in MIR output by Krzysztof Parzyszek · 8 years ago
  6. e85b06d [CodeGen] Use MIR syntax for MachineMemOperand printing by Francis Visoiu Mistrih · 8 years ago
  7. 084e7d8 [AArch64] Keep track of MIFlags in the LoadStoreOptimizer by Francis Visoiu Mistrih · 8 years ago
  8. 3abf0573 [MIR] Allow frame-setup and frame-destroy on the same instruction by Francis Visoiu Mistrih · 8 years ago
  9. 0838919 The final step to close D41278 [MachineCombiner] Improve debug output (NFC). by Andrew V. Tischenko · 8 years ago
  10. f8bf2ec [MachineOperand][Target] MachineOperand::isRenamable semantics changes by Geoff Berry · 8 years ago
  11. 68ced40 Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" by Francis Visoiu Mistrih · 8 years ago
  12. d65438d [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
  13. d37dc77 [AMDGPU][X86][Mips] Make sure renamable bit not set for reserved regs by Geoff Berry · 8 years ago
  14. 548add9 [CodeGen] Unify printing format of debug-location in both MIR and -debug by Francis Visoiu Mistrih · 8 years ago
  15. eb3f76f [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print by Francis Visoiu Mistrih · 8 years ago
  16. 378b5f3 [CodeGen] Print RegClasses on MI in verbose mode by Francis Visoiu Mistrih · 8 years ago
  17. 586444e [CodeGen][NFC] Refactor MachineInstr::print by Francis Visoiu Mistrih · 8 years ago
  18. 5eaddb3 [CodeGen] Remove special case of printing subRegIdx from MachineInstr::print by Francis Visoiu Mistrih · 8 years ago
  19. ecd0b83 [CodeGen][NFC] Correct case for printSubRegIdx by Francis Visoiu Mistrih · 8 years ago
  20. 7d9bef8 [CodeGen] Don't print "pred:" and "opt:" in -debug output by Francis Visoiu Mistrih · 8 years ago
  21. 72cc21e [CodeGen] Print frame-setup/destroy flags in -debug output like we do in MIR by Francis Visoiu Mistrih · 8 years ago
  22. 2b3bd30 [CodeGen] Don't print register classes in -debug output by Francis Visoiu Mistrih · 8 years ago
  23. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  24. 440f69c [CodeGen] Move printing MO_Immediate operands to MachineOperand::print by Francis Visoiu Mistrih · 8 years ago
  25. e6fc3ce [CodeGen] Fix index when printing tied machine operands by Francis Visoiu Mistrih · 8 years ago
  26. a8a83d1 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. by Francis Visoiu Mistrih · 8 years ago
  27. aa73969 [CodeGen] Separate MachineOperand implementation from MachineInstr by Francis Visoiu Mistrih · 8 years ago
  28. 946e394 [CodeGen] Cleanup MachineOperand by Francis Visoiu Mistrih · 8 years ago
  29. 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  30. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  31. 88efb9f MI: Print ranges on MMO by Matt Arsenault · 8 years ago
  32. 7adb2fd Revert "Correct dwarf unwind information in function epilogue for X86" by Reid Kleckner · 8 years ago
  33. fa18b9e Set hasSideEffects=0 for PHI and fix affected passes by Alex Bradbury · 8 years ago
  34. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  35. e2a585d Reland "Correct dwarf unwind information in function epilogue for X86" by Petar Jovanovic · 8 years ago
  36. bb5c84f Revert "Correct dwarf unwind information in function epilogue for X86" by Petar Jovanovic · 8 years ago
  37. f2faee9 Correct dwarf unwind information in function epilogue for X86 by Petar Jovanovic · 8 years ago
  38. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  39. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  40. 4a5f522 MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago
  41. fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  42. ec7cba5 CodeGen: Add MachineInstr::getMF(). NFC by Justin Bogner · 8 years ago
  43. 9e6c309 [DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilled by Reid Kleckner · 8 years ago
  44. 312ccf7 Add AddresSpace to PseudoSourceValue. by Jan Sjodin · 8 years ago
  45. 42adadf Re-land MachineInstr: Reason locally about some memory objects before going to AA. by Balaram Makam · 8 years ago
  46. c5698be Revert "MachineInstr: Reason locally about some memory objects before going to AA." by Balaram Makam · 8 years ago
  47. d9f5341 MachineInstr: Reason locally about some memory objects before going to AA. by Balaram Makam · 8 years ago
  48. 8de4bbd [MachineOperand] Add ChangeToTargetIndex method. NFC by Marcello Maggioni · 8 years ago
  49. 5129659 [SelectionDAG] Resolve PR33978. by Simon Dardis · 8 years ago
  50. 8b9bb53 Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  51. db78273 Add an ID field to StackObjects by Matt Arsenault · 8 years ago
  52. d62fe83 Replace -print-whole-regmask with a threshold. by Matt Arsenault · 8 years ago
  53. 6748abe [MIR] Add support for printing and parsing target MMO flags by Geoff Berry · 8 years ago
  54. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  55. 55e2f59 [GlobalIsel] allow x86_fp80 values to be dumped. by Igor Breger · 8 years ago
  56. 559aa75 Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" by Daniel Jasper · 8 years ago
  57. 7b3a38e [X86] Correct dwarf unwind information in function epilogue by Petar Jovanovic · 8 years ago
  58. 95f24dc [SelectionDAG] set dereferenceable flag when expanding memcpy/memmove by Hiroshi Inoue · 8 years ago
  59. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  60. 4e9736b [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  61. bc09894 MachineInstr: Do not skip dead def operands when printing. by Matthias Braun · 8 years ago
  62. 06d6096 Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC) by Adrian Prantl · 9 years ago
  63. 2deea18 [globalisel][tablegen] Revise API for ComplexPattern operands to improve flexibility. by Daniel Sanders · 9 years ago
  64. 6825fb6 PR32382: Fix emitting complex DWARF expressions. by Adrian Prantl · 9 years ago
  65. 89268b1 GlobalISel: allow quad-precision values to be dumped. by Tim Northover · 9 years ago
  66. 8a4bae9 [globalisel][tblgen] Add support for ComplexPatterns by Daniel Sanders · 9 years ago
  67. fe34c5e Disable Callee Saved Registers by Oren Ben Simhon · 9 years ago
  68. 93f47e5 Refactor alias check from MISched into common helper. NFC. by Eli Friedman · 9 years ago
  69. 97119d4 [CodeGen] Print MI without a newline when skipping debugloc. NFC. by Ahmed Bougacha · 9 years ago
  70. 4319224 [CodeGen] Add a way to SkipDebugLoc in MachineInstr::print(). NFC. by Ahmed Bougacha · 9 years ago
  71. a4976c6 MachineInstr: Remove parameter from dump() by Matthias Braun · 9 years ago
  72. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  73. a374308 MachineInstr: Print name for subreg index in SUBREG_TO_REG by Matthias Braun · 9 years ago
  74. 7779484 machine combiner: fix pretty printer by Sebastian Pop · 9 years ago
  75. b29a15e [CodeGen] Make MachineInstr::isIdenticalTo() symmetric. by Bjorn Pettersson · 9 years ago
  76. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  77. 637488d MachineOperand: Add dump() method by Matthias Braun · 9 years ago
  78. 8ea0246 [MachineMemOperand] Move synchronization scope and atomic orderings from SDNode to MachineMemOperand, and remove redundant getAtomic* member functions from SelectionDAG. by Konstantin Zhuravlyov · 9 years ago
  79. 48d9fdc Fix formatting in findRegisterUseOperandIdx. NFC. by Fraser Cormack · 9 years ago
  80. 25dba30 AMDGPU: Support commuting a FrameIndex operand by Matt Arsenault · 9 years ago
  81. 925961b [GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC. by Ahmed Bougacha · 9 years ago
  82. adbf09e [CodeGen] Split out the notions of MI invariance and MI dereferenceability. by Justin Lebar · 9 years ago
  83. d98cf00 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
  84. 0f140c7 GlobalISel: move type information to MachineRegisterInfo. by Tim Northover · 9 years ago
  85. 036b94d Fix some more asserts after r279466. by Pete Cooper · 9 years ago
  86. 673b347 Reset isUndef when removing subreg from a def operand by Krzysztof Parzyszek · 9 years ago
  87. de3aea041 GlobalISel: support irtranslation of icmp instructions. by Tim Northover · 9 years ago
  88. 0a16c22 Use range algorithms instead of unpacking begin/end by David Majnemer · 9 years ago
  89. 6b3bd61 CodeGen: add new "intrinsic" MachineOperand kind. by Tim Northover · 9 years ago
  90. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  91. 46c05fc [GlobalISel] Remove types on selected insts instead of using LLT(). by Ahmed Bougacha · 9 years ago
  92. 98a56eb GlobalISel: allow multiple types on MachineInstrs. by Tim Northover · 9 years ago
  93. 62ae568 GlobalISel: implement low-level type with just size & vector lanes. by Tim Northover · 9 years ago
  94. d32a2d3 [inlineasm] Propagate operand constraints to the backend by Simon Dardis · 9 years ago
  95. 288b337 [CodeGen] Refactor MachineMemOperand::Flags's target-specific flags. by Justin Lebar · 9 years ago
  96. a3b786a [CodeGen] Refactor MachineMemOperand's Flags enum. by Justin Lebar · 9 years ago
  97. dede81e [MI] Clean up some loops over MachineInstr::memoperands(). NFC by Justin Lebar · 9 years ago
  98. dfd358f [MI] Fix MachineInstr::isInvariantLoad. by Justin Lebar · 9 years ago
  99. 0526e7f AMDGPU: Add convergent flag to INLINEASM instruction. by Wei Ding · 9 years ago
  100. bdc4956 Pass DebugLoc and SDLoc by const ref. by Benjamin Kramer · 9 years ago