1. f57d7d8 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  2. 9f3cf55 [mir] Serialize DILocation inline when not possible to use a metadata reference by Daniel Sanders · 7 years ago
  3. 6db3a6a Revert r347490 as it breaks address sanitizer builds by Luke Cheeseman · 7 years ago
  4. d6dbd64 Revert r343341 by Luke Cheeseman · 7 years ago
  5. 10981cc Revert r343317 by Luke Cheeseman · 7 years ago
  6. 21f2955b Reapply changes reverted by r343235 by Luke Cheeseman · 7 years ago
  7. 8e5676b Revert r343192 as an ubsan build is currently failing by Luke Cheeseman · 7 years ago
  8. f6844b3 Reapply changes reverted in r343114, lldb patch to follow shortly by Luke Cheeseman · 7 years ago
  9. 77aaa22 Revert r343112 as CallFrameString API change has broken lldb builds by Luke Cheeseman · 7 years ago
  10. 03ad881 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  11. 00b88bb Revert r343089 "[AArch64] - Return address signing dwarf support" by Hans Wennborg · 7 years ago
  12. f755e68 [AArch64] - Return address signing dwarf support by Luke Cheeseman · 7 years ago
  13. c72a725 add IR flags to MI by Michael Berg · 7 years ago
  14. cc3f630 Consistently use MemoryLocation::UnknownSize to indicate unknown access size by Krzysztof Parzyszek · 7 years ago
  15. 75ca6be [x86/MIR] Implement support for pre- and post-instruction symbols, as by Chandler Carruth · 7 years ago
  16. c2ad096 [MIRParser] Allow register class names in the form of integer/scalar by Heejin Ahn · 7 years ago
  17. 7d1b25d MachineInst support mapping SDNode fast math flags for support in Back End code generation by Michael Berg · 7 years ago
  18. 399b46c [MIR] Adding support for Named Virtual Registers in MIR. by Puyan Lotfi · 7 years ago
  19. 43e94b1 Followup on Proposal to move MIR physical register namespace to '$' sigil. by Puyan Lotfi · 8 years ago
  20. e4718e8 [MIR] Add support for addrspace in MIR by Francis Visoiu Mistrih · 8 years ago
  21. fe6c9cb [MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'. by Puyan Lotfi · 8 years ago
  22. dbf2c48 [MIR] Add support for the frame-destroy MachineInstr flag by Francis Visoiu Mistrih · 8 years ago
  23. 5de20e0 [MIR] Add support for missing CFI directives by Francis Visoiu Mistrih · 8 years ago
  24. 60c4310 [MachineOperand][MIR] Add isRenamable to MachineOperand. by Geoff Berry · 8 years ago
  25. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  26. 66d2c26 [AsmPrinterDwarf] Add support for .cfi_restore directive by Francis Visoiu Mistrih · 8 years ago
  27. fa57bd0 [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  28. 6d35334 Parse and print DIExpressions inline to ease IR and MIR testing by Reid Kleckner · 8 years ago
  29. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  30. d62669d [MIRParser] Parse lane masks for register live-ins by Krzysztof Parzyszek · 9 years ago
  31. adbf09e [CodeGen] Split out the notions of MI invariance and MI dereferenceability. by Justin Lebar · 9 years ago
  32. de3aea041 GlobalISel: support irtranslation of icmp instructions. by Tim Northover · 9 years ago
  33. 6b3bd61 CodeGen: add new "intrinsic" MachineOperand kind. by Tim Northover · 9 years ago
  34. 333e468 MIRParser: Use dot instead of colon to mark subregisters by Matthias Braun · 9 years ago
  35. ee06792 MIRParser: Use shorter cfi identifiers by Matthias Braun · 9 years ago
  36. bd50546 GlobalISel: implement alloca instruction by Tim Northover · 9 years ago
  37. 62ae568 GlobalISel: implement low-level type with just size & vector lanes. by Tim Northover · 9 years ago
  38. 47b292d Remove some unneeded headers and replace some headers with forward class declarations (NFC) by Mehdi Amini · 9 years ago
  39. b74eb41 MIRParser: Add %subreg.xxx syntax for subregister index operands by Matthias Braun · 10 years ago
  40. 0d208fc9 MILexer: Add ErrorCallbackType typedef; NFC by Matthias Braun · 10 years ago
  41. 5e63e78 [MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR parser. by Quentin Colombet · 10 years ago
  42. 287c6bb [MIR] Teach the parser how to parse complex types of generic machine instructions. by Quentin Colombet · 10 years ago
  43. c1136ef3 MIR Serialization: Serialize the pointer IR expression values in the machine by Alex Lorenz · 10 years ago
  44. 0d00964 MIR Serialization: Change syntax for the call entry pseudo source values. by Alex Lorenz · 10 years ago
  45. dd13be0 MIR Serialization: Serialize unnamed local IR values in memory operands. by Alex Lorenz · 10 years ago
  46. 5ef93b0 MIR Serialization: Serialize instruction's register ties. by Alex Lorenz · 10 years ago
  47. e66a7cc MIR Serialization: Serialize defined registers that require 'def' register flag. by Alex Lorenz · 10 years ago
  48. eb62568 MIR Serialization: Serialize the memory operand's range metadata node. by Alex Lorenz · 10 years ago
  49. 03e940d MIR Serialization: Serialize the memory operand's noalias metadata node. by Alex Lorenz · 10 years ago
  50. a16f624 MIR Serialization: Serialize the memory operand's alias scope metadata node. by Alex Lorenz · 10 years ago
  51. a617c91 MIR Serialization: Serialize the memory operand's TBAA metadata node. by Alex Lorenz · 10 years ago
  52. 577d271 MIR Serialization: Serialize the '.cfi_same_value' CFI directive. by Alex Lorenz · 10 years ago
  53. 1039fd1 MIR Serialization: Serialize the 'internal' register operand flag. by Alex Lorenz · 10 years ago
  54. f9a2b12 MIR Serialization: Serialize the bundled machine instructions. by Alex Lorenz · 10 years ago
  55. 5022f6b MIR Serialization: Change MIR syntax - use custom syntax for MBBs. by Alex Lorenz · 10 years ago
  56. 4be56e9 MIR Serialization: Serialize the jump table pseudo source values. by Alex Lorenz · 10 years ago
  57. d858f87 MIR Serialization: Serialize the GOT pseudo source values. by Alex Lorenz · 10 years ago
  58. 46e9558 MIR Serialization: Serialize the stack pseudo source values. by Alex Lorenz · 10 years ago
  59. 91097a3 MIR Serialization: Serialize the constant pool pseudo source values. by Alex Lorenz · 10 years ago
  60. b97c9ef MIR Serialization: Serialize the liveout register mask machine operands. by Alex Lorenz · 10 years ago
  61. 61420f7 MIR Serialization: Serialize the base alignment for the machine memory operands. by Alex Lorenz · 10 years ago
  62. 3fb7768 MIR Parser: Simplify the token's string value handling. by Alex Lorenz · 10 years ago
  63. dc8de2a MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
  64. 10fd038 MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
  65. 49873a8 MIR Serialization: Initial serialization of the machine operand target flags. by Alex Lorenz · 10 years ago
  66. 5672a89 MIR Serialization: Serialize the machine operand's offset. by Alex Lorenz · 10 years ago
  67. 05e3882 MIR Serialization: Serialize the typed immediate integer machine operands. by Alex Lorenz · 10 years ago
  68. 01c1a5e MIR Serialization: Serialize the 'early-clobber' register operand flag. by Alex Lorenz · 10 years ago
  69. 9075258 MIR Serialization: Serialize the 'debug-use' register operand flag. by Alex Lorenz · 10 years ago
  70. 970c12e MIR Parser: Simplify the handling of quoted tokens. NFC. by Alex Lorenz · 10 years ago
  71. a518b79 MIR Serialization: Serialize the 'volatile' machine memory operand flag. by Alex Lorenz · 10 years ago
  72. 4af7e61 MIR Serialization: Initial serialization of the machine memory operands. by Alex Lorenz · 10 years ago
  73. ad156fb MIR Serialization: Serialize the floating point immediate machine operands. by Alex Lorenz · 10 years ago
  74. b139323 MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. by Alex Lorenz · 10 years ago
  75. ef5c196 MIR Serialization: Serialize the target index machine operands. by Alex Lorenz · 10 years ago
  76. deb5349 MIR Serialization: Serialize the block address machine operands. by Alex Lorenz · 10 years ago
  77. 82a1cfd MIR Parser: Move the function 'lexName'. NFC. by Alex Lorenz · 10 years ago
  78. 8a1915b MIR Serialization: Serialize the unnamed basic block references. by Alex Lorenz · 10 years ago
  79. 5b0d5f6 MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction. by Alex Lorenz · 10 years ago
  80. 8cfc686 MIR Serialization: Serialize the '.cfi_offset' CFI instruction. by Alex Lorenz · 10 years ago
  81. 46d760d MIR Serialization: Serialize the machine instruction's debug location. by Alex Lorenz · 10 years ago
  82. 35e4446 MIR Serialization: Serialize the metadata machine operands. by Alex Lorenz · 10 years ago
  83. f4baeb5 MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset. by Alex Lorenz · 10 years ago
  84. c1fbb35 MIR Parser: Reuse the function 'lexName' when lexing global value tokens. NFC. by Alex Lorenz · 10 years ago
  85. 6ede374 MIR Serialization: Serialize the external symbol machine operands. by Alex Lorenz · 10 years ago
  86. ab98049 MIR Serialization: Initial serialization of machine constant pools. by Alex Lorenz · 10 years ago
  87. b29554d MIR Parser: Add support for quoted named global value operands. by Alex Lorenz · 10 years ago
  88. 484903e MIR Parser: Allow the dollar characters in all of the identifier tokens. by Alex Lorenz · 10 years ago
  89. e5a4466 MIR Serialization: Serialize the frame setup machine instruction flag. by Alex Lorenz · 10 years ago
  90. 7feaf7c MIR Serialization: Serialize the frame index machine operands. by Alex Lorenz · 10 years ago
  91. 31d7068 MIR Serialization: Serialize the jump table index operands. by Alex Lorenz · 10 years ago
  92. 2eacca8 MIR Serialization: Serialize the sub register indices. by Alex Lorenz · 10 years ago
  93. 5346451 MIR Serialization: Serialize the virtual register operands. by Alex Lorenz · 10 years ago
  94. 4d026b89 MIR Serialization: Serialize the 'undef' register machine operand flag. by Alex Lorenz · 10 years ago
  95. 495ad87 MIR Serialization: Serialize the 'killed' register machine operand flag. by Alex Lorenz · 10 years ago
  96. cbbfd0b MIR Serialization: Serialize the 'dead' register machine operand flag. by Alex Lorenz · 10 years ago
  97. cb268d4 MIR Serialization: Serialize the implicit register flag. by Alex Lorenz · 10 years ago
  98. 6c6c46e MIR Parser: adopt the 'maybeLex...' pattern. NFC. by Alex Lorenz · 10 years ago
  99. 5d6108e MIR Serialization: Serialize global address machine operands. by Alex Lorenz · 10 years ago
  100. 33f0aef MIR Serialization: Serialize machine basic block operands. by Alex Lorenz · 10 years ago