1. 01b3a618 [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098) by Gerolf Hoflehner · 10 years ago
  2. 591c379 Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64 by Daniel Sanders · 10 years ago
  3. b32f11f [MachineCombiner] Support for floating-point FMA on ARM64 by Gerolf Hoflehner · 10 years ago
  4. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  5. 272a2bc Minor code cleanup. NFC. by Junmo Park · 10 years ago
  6. e59c8af Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  7. 0cc90a9 Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  8. 83d3476 CodeGen: Use references in MachineTraceMetrics::Trace, NFC by Duncan P. N. Exon Smith · 10 years ago
  9. 33ec5db less indent; NFCI by Sanjay Patel · 10 years ago
  10. 766589e add 'MustReduceDepth' as an objective/cost-metric for the MachineCombiner by Sanjay Patel · 10 years ago
  11. 387e66e replace MachineCombinerPattern namespace and enum with enum class; NFCI by Sanjay Patel · 10 years ago
  12. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  13. acd4bae include equal sign in debug equations; NFC by Sanjay Patel · 10 years ago
  14. 74ca312 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
  15. 17caf32 [MachineCombiner] Don't use the opcode-only form of computeInstrLatency by Hal Finkel · 10 years ago
  16. 924879a wrap OptSize and MinSize attributes for easier and consistent access (NFCI) by Sanjay Patel · 10 years ago
  17. e0fa8f2 [MachineCombiner] Work with itineraries by Hal Finkel · 10 years ago
  18. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  19. e79b43a [x86] generalize reassociation optimization in machine combiner to 2 instructions by Sanjay Patel · 10 years ago
  20. cfe0393 name change: hasPattern() -> getMachineCombinerPatterns() ; NFC by Sanjay Patel · 10 years ago
  21. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  22. 5714998 hoist loop-invariant; NFCI by Sanjay Patel · 10 years ago
  23. 85924e5 remove unnecessary casts; NFCI by Sanjay Patel · 10 years ago
  24. ccb8d5c punctuation policing; NFC by Sanjay Patel · 10 years ago
  25. a32fadd fix typo in comment; NFC by Sanjay Patel · 10 years ago
  26. f911484 fix typo in comment; NFC by Sanjay Patel · 10 years ago
  27. f69f4e4 use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
  28. 70eb9c5 CodeGen: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  29. b1ca4e4 remove function names from comments; NFC by Sanjay Patel · 11 years ago
  30. 6b28077 fix typos; NFC by Sanjay Patel · 11 years ago
  31. 3d4276f The subtarget is cached on the MachineFunction. Access it directly. by Eric Christopher · 11 years ago
  32. 1175945 Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  33. fe2c11f [MachineCombiner] Removal of dangling DBG_VALUES after combining [20598] by Gerolf Hoflehner · 11 years ago
  34. 97c383b MachineCombiner Pass for selecting faster instruction sequence on AArch64 by Gerolf Hoflehner · 11 years ago
  35. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  36. befa215 CodeGen: silence a warning by Saleem Abdulrasool · 11 years ago
  37. 5e1207e MachineCombiner Pass for selecting faster instruction by Gerolf Hoflehner · 11 years ago