1. 66f2370 [GISel]: Add support for CSEing continuously during GISel passes. by Aditya Nandakumar · 7 years ago
  2. 53a6224 Use llvm::copy. NFC by Fangrui Song · 7 years ago
  3. dad0df6 MachineFunction: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  4. 397841e Reland "[WebAssembly] LSDA info generation" by Heejin Ahn · 7 years ago
  5. 4998e62 Revert "[WebAssembly] LSDA info generation" by Krasimir Georgiev · 7 years ago
  6. 2fa550c [WebAssembly] LSDA info generation by Heejin Ahn · 7 years ago
  7. cde69b2 Fix comment indentation in addLandingPad by Heejin Ahn · 7 years ago
  8. 5529711 [WebAssembly] Fix memory leak on WasmEHFuncInfo by Heejin Ahn · 7 years ago
  9. c1ea03b Silence compiler warning about unused variable introduced in r343018 by Mikael Holmen · 7 years ago
  10. f384f74 Unify landing pad information adding routines (NFC) by Heejin Ahn · 7 years ago
  11. 3b41774 Add the ability to register callbacks for removal and insertion of MachineInstrs by Aditya Nandakumar · 7 years ago
  12. 2a752bf [MI] Change the array of `MachineMemOperand` pointers to be by Chandler Carruth · 7 years ago
  13. ee571f2 CodeGen: Cleanup regmask construction; NFC by Matthias Braun · 7 years ago
  14. c430c83 [WebAssembly] Add WasmEHFuncInfo for unwind destination information by Heejin Ahn · 7 years ago
  15. be8f7c9 [MIR] Reset unique MBB numbering in MachineFunction::reset() by Roman Tereshin · 7 years ago
  16. 0f38c60 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  17. 454e6dc [CodeGen] Don't omit any redundant information in -debug output by Francis Visoiu Mistrih · 7 years ago
  18. 7bee1ce [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print by Francis Visoiu Mistrih · 8 years ago
  19. 96ed12f [CodeGen] Print RegClasses on MI in verbose mode by Francis Visoiu Mistrih · 8 years ago
  20. d318139 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  21. dfcb4f5 MachineFunction: Slight refactoring; NFC by Matthias Braun · 8 years ago
  22. d347e97 [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  23. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  24. accb337 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  25. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  26. 0b5d88f NFC Remove default argument of DataLayout::getPointerABIAlignment by Fangrui Song · 8 years ago
  27. 803f827 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  28. 1d03d38 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  29. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  30. 887aef7 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  31. 028255f Add AddresSpace to PseudoSourceValue. by Jan Sjodin · 8 years ago
  32. c86178e Add llvm.codeview.annotation to implement MSVC __annotation by Reid Kleckner · 8 years ago
  33. 18f2445 TargetInstrInfo: Change duplicate() to work on bundles. by Matthias Braun · 8 years ago
  34. eeca49d [StackColoring] Update AliasAnalysis information in stack coloring pass by Hiroshi Inoue · 8 years ago
  35. 8f85685 Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  36. 2144c52 CodeGen: Refactor MIR parsing by Matthias Braun · 8 years ago
  37. a596026 MachineFrameInfo: Move implementation to an own file; NFC by Matthias Braun · 8 years ago
  38. 6095a79 Disable Callee Saved Registers by Oren Ben Simhon · 8 years ago
  39. dd48fdc GlobalISel: put debug info for static allocas in the MachineFunction. by Tim Northover · 8 years ago
  40. 88d2075 Cleanup dump() functions. by Matthias Braun · 9 years ago
  41. 347847b Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  42. e7b3959 Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" by Eric Christopher · 9 years ago
  43. 29c7b3a Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  44. a7e2c08 [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
  45. 0efcb40 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  46. 48435b0 Revert "Use StringRef in Datalayout API (NFC)" by Mehdi Amini · 9 years ago
  47. b398ca6 Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  48. 2b72738 MachineFunction: Add missing newline in debug print() by Matthias Braun · 9 years ago
  49. ba54dc2 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  50. 3061990 Fixed spill stack objects are mutable by Krzysztof Parzyszek · 9 years ago
  51. 9c80b35 ADT: Split ilist_node_traits into alloc and callback, NFC by Duncan P. N. Exon Smith · 9 years ago
  52. 6dff9d7 [MFProperties] Introduce a FailedISel property. by Quentin Colombet · 9 years ago
  53. ac0c6d3 [MachineFunction] Introduce a reset method. by Quentin Colombet · 9 years ago
  54. 690a3cb MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  55. db9ce2f MachineFunction: Introduce NoPHIs property by Matthias Braun · 9 years ago
  56. 8b3f754 MachineFunction: Add llvm_unreachable for missing properties by Matthias Braun · 9 years ago
  57. 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print() by Matthias Braun · 9 years ago
  58. e52c44e MachineFunction: Make LastProperty an alias of the last property by Matthias Braun · 9 years ago
  59. fc114db [GlobalISel] Add Selected MachineFunction property. by Ahmed Bougacha · 9 years ago
  60. 31c3e4f [GlobalISel] Add RegBankSelected MachineFunction property. by Ahmed Bougacha · 9 years ago
  61. 46fe427 [GlobalISel] Add Legalized MachineFunction property. by Ahmed Bougacha · 9 years ago
  62. 3797d93 [CodeGen] Generalize MachineFunctionProperties::print comma handling. by Ahmed Bougacha · 9 years ago
  63. 14fc45e [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand. by Justin Lebar · 9 years ago
  64. f66cee6 [CodeGen] Refactor MachineMemOperand's Flags enum. by Justin Lebar · 9 years ago
  65. af18e01 Pass DebugLoc and SDLoc by const ref. by Benjamin Kramer · 9 years ago
  66. d170aea MachineFunction: Add a const modifier to print() parameter by Matthias Braun · 9 years ago
  67. 4913b3f Improve error message reporting for MachineFunctionProperties by Derek Schuff · 9 years ago
  68. 40e099b Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty by Derek Schuff · 9 years ago
  69. 67e7463 Combine redundant stack realignment booleans in MachineFrameInfo by Reid Kleckner · 9 years ago
  70. c15a907 [CodeGen] Don't assume that fixed stack objects are aligned in a stack-realigned function. by Charles Davis · 9 years ago
  71. cfaa4e0 Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty by Derek Schuff · 9 years ago
  72. d239bc5 Add a print method to MachineFunctionProperties for better error messages by Derek Schuff · 9 years ago
  73. b23b0ff [X86] Create mergeable constant pool entries for AVX by David Majnemer · 9 years ago
  74. 5530798 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  75. 9b455a8 Introduce ConstantFoldCastOperand function and migrate some callers of ConstantFoldInstOperands to use it. NFC. by Manuel Jacob · 10 years ago
  76. 871b3df [MachineFunction] Constify getter. NFC. by Quentin Colombet · 10 years ago
  77. 8b2e79c Add command line options to force function/loop alignments. by Chad Rosier · 10 years ago
  78. 1114aa2 Move EH-specific helper functions to a more appropriate place by David Majnemer · 10 years ago
  79. cff5fab Expand subregisters in MachineFrameInfo::getPristineRegs by Krzysztof Parzyszek · 10 years ago
  80. 595419d [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction by Reid Kleckner · 10 years ago
  81. 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
  82. 9731c60 CodeGen: Continue removing ilist iterator implicit conversions by Duncan P. N. Exon Smith · 10 years ago
  83. 378e97e Revert "Disable targetdatalayoutcheck" by Tobias Grosser · 10 years ago
  84. 79224a7 Disable targetdatalayoutcheck by Tobias Grosser · 10 years ago
  85. de0129a PseudoSourceValue: Replace global manager with a manager in a machine function. by Alex Lorenz · 10 years ago
  86. f360983 wrap OptSize and MinSize attributes for easier and consistent access (NFCI) by Sanjay Patel · 10 years ago
  87. 93204d2 Add a TargetMachine hook that verifies DataLayout compatibility by Mehdi Amini · 10 years ago
  88. 65671bf MIR Serialization: Serialize the external symbol machine operands. by Alex Lorenz · 10 years ago
  89. 33c4d68 Redirect DataLayout from TargetMachine to Module in MachineFunction by Mehdi Amini · 10 years ago
  90. 9a61a42 CodeGen: Use a single SlotTracker in MachineFunction::print() by Duncan P. N. Exon Smith · 10 years ago
  91. cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  92. cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  93. a15d888 MIR Serialization: Connect the machine function analysis pass to the MIR parser. by Alex Lorenz · 10 years ago
  94. ea58c7d remove function names from comments and clean up; NFC by Sanjay Patel · 10 years ago
  95. 97c5de7 MachineFrameInfo: Simplify pristine register calculation. by Matthias Braun · 10 years ago
  96. 19696da MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  97. 2f7322b [ShrinkWrap] Add (a simplified version) of shrink-wrapping. by Quentin Colombet · 10 years ago
  98. 2a9bbcb Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 10 years ago
  99. d639e19 X86: Fix frameescape when not using an FP by Reid Kleckner · 10 years ago
  100. 6f125f5 Cache the Function dependent subtarget on the MachineFunction. by Eric Christopher · 10 years ago