1. 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
  2. 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
  3. 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
  4. 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
  5. 0153e59 Fix PR 24724 - The implicit register verifier shouldn't assume certain operand by Alex Lorenz · 10 years ago
  6. 0e28823 [WinEH] Add some support for code generating catchpad by Reid Kleckner · 10 years ago
  7. c1136ef3 MIR Serialization: Serialize the pointer IR expression values in the machine by Alex Lorenz · 10 years ago
  8. 5d8b0bd MIRParser: Split the 'parseIRConstant' method into two methods. NFC. by Alex Lorenz · 10 years ago
  9. f22ca8a MIR Serialization: Print MCSymbol operands. by Alex Lorenz · 10 years ago
  10. 36efd38 MIR Serialization: Use the global value syntax for global value memory operands. by Alex Lorenz · 10 years ago
  11. 0d00964 MIR Serialization: Change syntax for the call entry pseudo source values. by Alex Lorenz · 10 years ago
  12. dd13be0 MIR Serialization: Serialize unnamed local IR values in memory operands. by Alex Lorenz · 10 years ago
  13. 36593ac MIR Parser: parseIRValue should take in a constant pointer. NFC. by Alex Lorenz · 10 years ago
  14. feb6b43 MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC. by Alex Lorenz · 10 years ago
  15. 5ef93b0 MIR Serialization: Serialize instruction's register ties. by Alex Lorenz · 10 years ago
  16. e66a7cc MIR Serialization: Serialize defined registers that require 'def' register flag. by Alex Lorenz · 10 years ago
  17. df9e3c6 MIR Serialization: Serialize MMI's variable debug information. by Alex Lorenz · 10 years ago
  18. 607efb6 MIR Parser: Return true on error when parsing standalone registers. by Alex Lorenz · 10 years ago
  19. f363011 MIR Serialization: Serialize the operand's bit mask target flags. by Alex Lorenz · 10 years ago
  20. a314d81 MIR Serialization: Serialize the frame information's stack protector index. by Alex Lorenz · 10 years ago
  21. dc9dadf MIR Parser: Extract the code that parses stack object references into a new by Alex Lorenz · 10 years ago
  22. eb7c9be MIR Parser: Implicit register verifier should accept unexpected implicit by Alex Lorenz · 10 years ago
  23. eb62568 MIR Serialization: Serialize the memory operand's range metadata node. by Alex Lorenz · 10 years ago
  24. 03e940d MIR Serialization: Serialize the memory operand's noalias metadata node. by Alex Lorenz · 10 years ago
  25. a16f624 MIR Serialization: Serialize the memory operand's alias scope metadata node. by Alex Lorenz · 10 years ago
  26. a617c91 MIR Serialization: Serialize the memory operand's TBAA metadata node. by Alex Lorenz · 10 years ago
  27. 577d271 MIR Serialization: Serialize the '.cfi_same_value' CFI directive. by Alex Lorenz · 10 years ago
  28. c3ba750 MIR Serialization: Serialize the external symbol call entry pseudo source by Alex Lorenz · 10 years ago
  29. 50b826f MIR Serialization: Serialize the global value call entry pseudo source values. by Alex Lorenz · 10 years ago
  30. 1039fd1 MIR Serialization: Serialize the 'internal' register operand flag. by Alex Lorenz · 10 years ago
  31. f9a2b12 MIR Serialization: Serialize the bundled machine instructions. by Alex Lorenz · 10 years ago
  32. 5022f6b MIR Serialization: Change MIR syntax - use custom syntax for MBBs. by Alex Lorenz · 10 years ago
  33. 6866104 MIR Parser: Don't allow negative alignments for memory operands. by Alex Lorenz · 10 years ago
  34. 620f891 MIR Parser: Extract the code that parses the alignment into a new method. NFC. by Alex Lorenz · 10 years ago
  35. 2791dcc MIR Parser: Allow the MI IR references to reference global values. by Alex Lorenz · 10 years ago
  36. 0cc671b MIR Serialization: Serialize the fixed stack pseudo source values. by Alex Lorenz · 10 years ago
  37. ea88212 MIR Parser: Move the parsing of fixed stack object indices into new method. NFC by Alex Lorenz · 10 years ago
  38. 4be56e9 MIR Serialization: Serialize the jump table pseudo source values. by Alex Lorenz · 10 years ago
  39. d858f87 MIR Serialization: Serialize the GOT pseudo source values. by Alex Lorenz · 10 years ago
  40. 46e9558 MIR Serialization: Serialize the stack pseudo source values. by Alex Lorenz · 10 years ago
  41. 91097a3 MIR Serialization: Serialize the constant pool pseudo source values. by Alex Lorenz · 10 years ago
  42. b97c9ef MIR Serialization: Serialize the liveout register mask machine operands. by Alex Lorenz · 10 years ago
  43. 61420f7 MIR Serialization: Serialize the base alignment for the machine memory operands. by Alex Lorenz · 10 years ago
  44. 8312773 MIR Serialization: Serialize the offsets for the machine memory operands. by Alex Lorenz · 10 years ago
  45. dc24c17 MIR Parser: Extract the parsing of the operand's offset into a new method. NFC. by Alex Lorenz · 10 years ago
  46. cba8c5f MIR Serialization: Fix serialization of unnamed IR block references. by Alex Lorenz · 10 years ago
  47. 3fb7768 MIR Parser: Simplify the token's string value handling. by Alex Lorenz · 10 years ago
  48. e86d515 MIR Parser: Report an error when parsing duplicate memory operand flags. by Alex Lorenz · 10 years ago
  49. dc8de2a MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
  50. 10fd038 MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
  51. 49873a8 MIR Serialization: Initial serialization of the machine operand target flags. by Alex Lorenz · 10 years ago
  52. 5672a89 MIR Serialization: Serialize the machine operand's offset. by Alex Lorenz · 10 years ago
  53. 3f2058d MIR Parser: Report an error when parsing large immediate operands. by Alex Lorenz · 10 years ago
  54. 05e3882 MIR Serialization: Serialize the typed immediate integer machine operands. by Alex Lorenz · 10 years ago
  55. 7eaff4c MIR Parser: Extract the IR constant parsing code into a new method. NFC. by Alex Lorenz · 10 years ago
  56. 2b3cf19 MIR Parser: Report an error when parsing duplicate register flags. by Alex Lorenz · 10 years ago
  57. 01c1a5e MIR Serialization: Serialize the 'early-clobber' register operand flag. by Alex Lorenz · 10 years ago
  58. 9075258 MIR Serialization: Serialize the 'debug-use' register operand flag. by Alex Lorenz · 10 years ago
  59. 970c12e MIR Parser: Simplify the handling of quoted tokens. NFC. by Alex Lorenz · 10 years ago
  60. a518b79 MIR Serialization: Serialize the 'volatile' machine memory operand flag. by Alex Lorenz · 10 years ago
  61. 4af7e61 MIR Serialization: Initial serialization of the machine memory operands. by Alex Lorenz · 10 years ago
  62. ad156fb MIR Serialization: Serialize the floating point immediate machine operands. by Alex Lorenz · 10 years ago
  63. b139323 MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. by Alex Lorenz · 10 years ago
  64. fbe9c04 MIR Parser: Parse multiple LHS register machine operands. by Alex Lorenz · 10 years ago
  65. ef5c196 MIR Serialization: Serialize the target index machine operands. by Alex Lorenz · 10 years ago
  66. deb5349 MIR Serialization: Serialize the block address machine operands. by Alex Lorenz · 10 years ago
  67. 41df7d3 MIR Parser: Extract the method 'parseGlobalValue'. NFC. by Alex Lorenz · 10 years ago
  68. 8a1915b MIR Serialization: Serialize the unnamed basic block references. by Alex Lorenz · 10 years ago
  69. 5b0d5f6 MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction. by Alex Lorenz · 10 years ago
  70. 1ea6089 MIR Parser: Rename the standalone parsing methods. NFC. by Alex Lorenz · 10 years ago
  71. 12045a4 MIR Serialization: Serialize the machine function's liveins. by Alex Lorenz · 10 years ago
  72. 8cfc686 MIR Serialization: Serialize the '.cfi_offset' CFI instruction. by Alex Lorenz · 10 years ago
  73. 46d760d MIR Serialization: Serialize the machine instruction's debug location. by Alex Lorenz · 10 years ago
  74. 44f2925 MIR Parser: Extract the MDNode parsing code into a separate method. NFC. by Alex Lorenz · 10 years ago
  75. 35e4446 MIR Serialization: Serialize the metadata machine operands. by Alex Lorenz · 10 years ago
  76. f4baeb5 MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset. by Alex Lorenz · 10 years ago
  77. 6ede374 MIR Serialization: Serialize the external symbol machine operands. by Alex Lorenz · 10 years ago
  78. ab98049 MIR Serialization: Initial serialization of machine constant pools. by Alex Lorenz · 10 years ago
  79. b29554d MIR Parser: Add support for quoted named global value operands. by Alex Lorenz · 10 years ago
  80. e5a4466 MIR Serialization: Serialize the frame setup machine instruction flag. by Alex Lorenz · 10 years ago
  81. 7feaf7c MIR Serialization: Serialize the frame index machine operands. by Alex Lorenz · 10 years ago
  82. 31d7068 MIR Serialization: Serialize the jump table index operands. by Alex Lorenz · 10 years ago
  83. 9fab370 MIR Serialization: Serialize the machine basic block live in registers. by Alex Lorenz · 10 years ago
  84. 2eacca8 MIR Serialization: Serialize the sub register indices. by Alex Lorenz · 10 years ago
  85. 5346451 MIR Serialization: Serialize the virtual register operands. by Alex Lorenz · 10 years ago
  86. 4d026b89 MIR Serialization: Serialize the 'undef' register machine operand flag. by Alex Lorenz · 10 years ago
  87. df08179 MIR Parser: Remove redundant TODO comment. NFC. by Alex Lorenz · 10 years ago
  88. 495ad87 MIR Serialization: Serialize the 'killed' register machine operand flag. by Alex Lorenz · 10 years ago
  89. cbbfd0b MIR Serialization: Serialize the 'dead' register machine operand flag. by Alex Lorenz · 10 years ago
  90. 7a503fa MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC. by Alex Lorenz · 10 years ago
  91. 36962cd MIR Parser: Verify the implicit machine register operands. by Alex Lorenz · 10 years ago
  92. cb268d4 MIR Serialization: Serialize the implicit register flag. by Alex Lorenz · 10 years ago
  93. f09df00 MIR Serialization: Serialize MBB successors. by Alex Lorenz · 10 years ago
  94. 3708a64 MIR Parser: make the machine instruction parsing interface more consistent. NFC. by Alex Lorenz · 10 years ago
  95. 8f6f428 MIR Serialization: Serialize the register mask machine operands. by Alex Lorenz · 10 years ago
  96. 5d6108e MIR Serialization: Serialize global address machine operands. by Alex Lorenz · 10 years ago
  97. 33f0aef MIR Serialization: Serialize machine basic block operands. by Alex Lorenz · 10 years ago
  98. 12b554e MIR Serialization: Serialize the null register operands. by Alex Lorenz · 10 years ago
  99. 240fc1e MIR Serialization: Serialize immediate machine operands. by Alex Lorenz · 10 years ago
  100. f3db51de MIR Serialization: Serialize physical register machine operands. by Alex Lorenz · 10 years ago