1. 0ef61ec [MIR] Support Customed Register Mask and CSRs by Oren Ben Simhon · 9 years ago
  2. b73e309 MIR: parse & print the atomic parts of a MachineMemOperand. by Tim Northover · 9 years ago
  3. bf48055 [MIRParser] Allow generic register specification on operand. by Ahmed Bougacha · 9 years ago
  4. de5fea2 MIRParser: Allow regclass specification on operand by Matthias Braun · 9 years ago
  5. 3749f33 [GlobalISel] More fix for the size vs. type typo. NFC. by Quentin Colombet · 9 years ago
  6. e08cc59 [MIRParser] Fix a typo in comment and error message. by Quentin Colombet · 9 years ago
  7. 9751e61 [MIRParser] Non-generic virtual register may have a type. by Quentin Colombet · 9 years ago
  8. 36ef5dc [MIRParser] Add parsing hex literals of arbitrary size as unsigned integers by Krzysztof Parzyszek · 9 years ago
  9. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  10. f23ef43 Move FrameInstructions from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  11. b51774a [MIRPrinter] Print raw branch probabilities as expected by MIRParser by Geoff Berry · 9 years ago
  12. 9c884e4 MIRParser: Add support for parsing vreg reg alloc hints by Tom Stellard · 9 years ago
  13. 06ac79c Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  14. d62669d [MIRParser] Parse lane masks for register live-ins by Krzysztof Parzyszek · 9 years ago
  15. 60cf6fc MIRParser: allow types on registers with a RegBank. by Tim Northover · 9 years ago
  16. 3d85ebe MIRParser: generic register operands with types by Matthias Braun · 9 years ago
  17. 74ad41c MIRParser: Rewrite register info initialization; mostly NFC by Matthias Braun · 9 years ago
  18. 0f8b5d6 [MIRParser] Delete dead code. NFCI. by Davide Italiano · 9 years ago
  19. a53d49e Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) by Mehdi Amini · 9 years ago
  20. 32a078a GlobalISel: remove "unsized" LLT by Tim Northover · 9 years ago
  21. 5ae8350 GlobalISel: cache pointer sizes in LLT by Tim Northover · 9 years ago
  22. d28d3cc GlobalISel: disambiguate types when printing MIR by Tim Northover · 9 years ago
  23. adbf09e [CodeGen] Split out the notions of MI invariance and MI dereferenceability. by Justin Lebar · 9 years ago
  24. 0f140c7 GlobalISel: move type information to MachineRegisterInfo. by Tim Northover · 9 years ago
  25. a5b1eef [MC] Move .cv_loc management logic out of MCContext by Reid Kleckner · 9 years ago
  26. 6cd4b23 GlobalISel: legalize integer comparisons on AArch64. by Tim Northover · 9 years ago
  27. de3aea041 GlobalISel: support irtranslation of icmp instructions. by Tim Northover · 9 years ago
  28. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  29. 6b3bd61 CodeGen: add new "intrinsic" MachineOperand kind. by Tim Northover · 9 years ago
  30. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  31. d760de0 [MIRParser] Accept unsized generic instructions. by Ahmed Bougacha · 9 years ago
  32. 333e468 MIRParser: Use dot instead of colon to mark subregisters by Matthias Braun · 9 years ago
  33. 26e40bd GlobalISel: omit braces on MachineInstr types when there's only one. by Tim Northover · 9 years ago
  34. 98a56eb GlobalISel: allow multiple types on MachineInstrs. by Tim Northover · 9 years ago
  35. bd50546 GlobalISel: implement alloca instruction by Tim Northover · 9 years ago
  36. 62ae568 GlobalISel: implement low-level type with just size & vector lanes. by Tim Northover · 9 years ago
  37. 5a59b24 [GlobalISel] Mark newly-created gvregs as having a bank. by Ahmed Bougacha · 9 years ago
  38. 5d00b32 MIParser: reject subregister indexes on physregs by Matthias Braun · 9 years ago
  39. 0af80cd [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand. by Justin Lebar · 9 years ago
  40. e35861d MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC by Matthias Braun · 9 years ago
  41. 8394786 MIRParser: Move MachineFunction reference into PFS; NFC by Matthias Braun · 9 years ago
  42. 2c64696 [MIR] Check that generic virtual registers get a size. by Quentin Colombet · 9 years ago
  43. 3ef7df9 MIR: Fix parsing of stack object references in MachineMemOperands by Matthias Braun · 9 years ago
  44. c25c9cc MIR: Support MachineMemOperands without associated value by Matthias Braun · 9 years ago
  45. b74eb41 MIRParser: Add %subreg.xxx syntax for subregister index operands by Matthias Braun · 10 years ago
  46. 287c6bb [MIR] Teach the parser how to parse complex types of generic machine instructions. by Quentin Colombet · 10 years ago
  47. 8519967 [MIR] Teach the mir parser about types on generic machine instructions. by Quentin Colombet · 10 years ago
  48. 2a831fb [MIR] Teach the parser how to handle the size of generic virtual registers. by Quentin Colombet · 10 years ago
  49. e5e035a3 Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef. by Craig Topper · 10 years ago
  50. d97c100 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  51. 1dbaf67 Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces." by Hans Wennborg · 10 years ago
  52. fa1917c Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  53. 0153e59 Fix PR 24724 - The implicit register verifier shouldn't assume certain operand by Alex Lorenz · 10 years ago
  54. 0e28823 [WinEH] Add some support for code generating catchpad by Reid Kleckner · 10 years ago
  55. c1136ef3 MIR Serialization: Serialize the pointer IR expression values in the machine by Alex Lorenz · 10 years ago
  56. 5d8b0bd MIRParser: Split the 'parseIRConstant' method into two methods. NFC. by Alex Lorenz · 10 years ago
  57. f22ca8a MIR Serialization: Print MCSymbol operands. by Alex Lorenz · 10 years ago
  58. 36efd38 MIR Serialization: Use the global value syntax for global value memory operands. by Alex Lorenz · 10 years ago
  59. 0d00964 MIR Serialization: Change syntax for the call entry pseudo source values. by Alex Lorenz · 10 years ago
  60. dd13be0 MIR Serialization: Serialize unnamed local IR values in memory operands. by Alex Lorenz · 10 years ago
  61. 36593ac MIR Parser: parseIRValue should take in a constant pointer. NFC. by Alex Lorenz · 10 years ago
  62. feb6b43 MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC. by Alex Lorenz · 10 years ago
  63. 5ef93b0 MIR Serialization: Serialize instruction's register ties. by Alex Lorenz · 10 years ago
  64. e66a7cc MIR Serialization: Serialize defined registers that require 'def' register flag. by Alex Lorenz · 10 years ago
  65. df9e3c6 MIR Serialization: Serialize MMI's variable debug information. by Alex Lorenz · 10 years ago
  66. 607efb6 MIR Parser: Return true on error when parsing standalone registers. by Alex Lorenz · 10 years ago
  67. f363011 MIR Serialization: Serialize the operand's bit mask target flags. by Alex Lorenz · 10 years ago
  68. a314d81 MIR Serialization: Serialize the frame information's stack protector index. by Alex Lorenz · 10 years ago
  69. dc9dadf MIR Parser: Extract the code that parses stack object references into a new by Alex Lorenz · 10 years ago
  70. eb7c9be MIR Parser: Implicit register verifier should accept unexpected implicit by Alex Lorenz · 10 years ago
  71. eb62568 MIR Serialization: Serialize the memory operand's range metadata node. by Alex Lorenz · 10 years ago
  72. 03e940d MIR Serialization: Serialize the memory operand's noalias metadata node. by Alex Lorenz · 10 years ago
  73. a16f624 MIR Serialization: Serialize the memory operand's alias scope metadata node. by Alex Lorenz · 10 years ago
  74. a617c91 MIR Serialization: Serialize the memory operand's TBAA metadata node. by Alex Lorenz · 10 years ago
  75. 577d271 MIR Serialization: Serialize the '.cfi_same_value' CFI directive. by Alex Lorenz · 10 years ago
  76. c3ba750 MIR Serialization: Serialize the external symbol call entry pseudo source by Alex Lorenz · 10 years ago
  77. 50b826f MIR Serialization: Serialize the global value call entry pseudo source values. by Alex Lorenz · 10 years ago
  78. 1039fd1 MIR Serialization: Serialize the 'internal' register operand flag. by Alex Lorenz · 10 years ago
  79. f9a2b12 MIR Serialization: Serialize the bundled machine instructions. by Alex Lorenz · 10 years ago
  80. 5022f6b MIR Serialization: Change MIR syntax - use custom syntax for MBBs. by Alex Lorenz · 10 years ago
  81. 6866104 MIR Parser: Don't allow negative alignments for memory operands. by Alex Lorenz · 10 years ago
  82. 620f891 MIR Parser: Extract the code that parses the alignment into a new method. NFC. by Alex Lorenz · 10 years ago
  83. 2791dcc MIR Parser: Allow the MI IR references to reference global values. by Alex Lorenz · 10 years ago
  84. 0cc671b MIR Serialization: Serialize the fixed stack pseudo source values. by Alex Lorenz · 10 years ago
  85. ea88212 MIR Parser: Move the parsing of fixed stack object indices into new method. NFC by Alex Lorenz · 10 years ago
  86. 4be56e9 MIR Serialization: Serialize the jump table pseudo source values. by Alex Lorenz · 10 years ago
  87. d858f87 MIR Serialization: Serialize the GOT pseudo source values. by Alex Lorenz · 10 years ago
  88. 46e9558 MIR Serialization: Serialize the stack pseudo source values. by Alex Lorenz · 10 years ago
  89. 91097a3 MIR Serialization: Serialize the constant pool pseudo source values. by Alex Lorenz · 10 years ago
  90. b97c9ef MIR Serialization: Serialize the liveout register mask machine operands. by Alex Lorenz · 10 years ago
  91. 61420f7 MIR Serialization: Serialize the base alignment for the machine memory operands. by Alex Lorenz · 10 years ago
  92. 8312773 MIR Serialization: Serialize the offsets for the machine memory operands. by Alex Lorenz · 10 years ago
  93. dc24c17 MIR Parser: Extract the parsing of the operand's offset into a new method. NFC. by Alex Lorenz · 10 years ago
  94. cba8c5f MIR Serialization: Fix serialization of unnamed IR block references. by Alex Lorenz · 10 years ago
  95. 3fb7768 MIR Parser: Simplify the token's string value handling. by Alex Lorenz · 10 years ago
  96. e86d515 MIR Parser: Report an error when parsing duplicate memory operand flags. by Alex Lorenz · 10 years ago
  97. dc8de2a MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
  98. 10fd038 MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
  99. 49873a8 MIR Serialization: Initial serialization of the machine operand target flags. by Alex Lorenz · 10 years ago
  100. 5672a89 MIR Serialization: Serialize the machine operand's offset. by Alex Lorenz · 10 years ago