1. b3e3477 [X86] Remove the AL/AX/EAX/RAX short immediate forms from the macro fusion shouldScheduleAdjacent. NFC by Craig Topper · 7 years ago
  2. c6cf169 [X86] Add the mem-reg form of CMP to the macro fusion shouldScheduleAdjacent. by Craig Topper · 7 years ago
  3. 616eeb8 [X86] Remove ADD8mi and ADDmr from the macro fusion shouldScheduleAdjacent. by Craig Topper · 7 years ago
  4. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  5. f89f188 [X86] Avoid using high register trick for test instruction by Amaury Sechet · 8 years ago
  6. 0b69b5e Revert "[X86] Avoid using high register trick for test instruction" by Eric Liu · 8 years ago
  7. 015184b [X86] Avoid using high register trick for test instruction by Amaury Sechet · 8 years ago
  8. 67b04bd Recover some overzealously removed includes. by Michael Zolotukhin · 8 years ago
  9. ad24af7 Remove redundant includes from lib/Target/X86. by Michael Zolotukhin · 8 years ago
  10. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  11. c20b46d [X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem by Craig Topper · 8 years ago
  12. 641e2af [X86] Provide a separate feature bit for macro fusion support instead of basing it on the AVX flag by Craig Topper · 8 years ago
  13. 5f746c8 Recommit rL305677: [CodeGen] Add generic MacroFusion pass by Florian Hahn · 8 years ago
  14. e16d310 Revert r305677 [CodeGen] Add generic MacroFusion pass. by Florian Hahn · 8 years ago
  15. ee1b096f [CodeGen] Add generic MacroFusion pass. by Florian Hahn · 8 years ago
  16. f025a89 Sink accessing TII to fix release Werror builds. by Eric Christopher · 9 years ago
  17. 8f70e24 [AArch64, X86] Additional debug information for MacroFusion by Evandro Menezes · 9 years ago
  18. a8d3301 [AArch64, X86] Add statistics for the MacroFusion pass by Evandro Menezes · 9 years ago
  19. b9b7f4b [AArch64, X86] Guard against both instrs being wild cards by Evandro Menezes · 9 years ago
  20. 16b476f [X86] Prefer static_cast<> to C-style cast. NFCI. by Davide Italiano · 9 years ago
  21. 599b872 [X86] Fix enumeral/non-enumeral conditional expression warning. by Simon Pilgrim · 9 years ago
  22. 468487d *MacroFusion.cpp: Suppress warnings to eliminate \param(s). [-Wdocumentation] by NAKAMURA Takumi · 9 years ago
  23. 94edf02 [CodeGen] Move MacroFusion to the target by Evandro Menezes · 9 years ago