1. 194693e [MC] Split out register def/use idx calls to make debugging simpler. NFCI. by Simon Pilgrim · 8 years ago
  2. e52abba [MachineCombiner] Fix initialisation of LastUpdate for incremental update. by Florian Hahn · 8 years ago
  3. ceb4494 Recommit [MachineCombiner] Update instruction depths incrementally for large BBs. by Florian Hahn · 8 years ago
  4. 06e2a38 Revert r312719 "[MachineCombiner] Update instruction depths incrementally for large BBs." by Hans Wennborg · 8 years ago
  5. d39b8a3 [MachineCombiner] Update instruction depths incrementally for large BBs. by Florian Hahn · 8 years ago
  6. 1d2dc68 [NFC] Move DEBUG_TYPE macro below includes... by Jakub Kuderski · 8 years ago
  7. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  8. 17ce8a2 Fix up grammar in a comment. by Eric Christopher · 9 years ago
  9. 8da9691 Compile time decreasing in the case we're dealing with Machine Combiner. by Andrew V. Tischenko · 9 years ago
  10. a4976c6 MachineInstr: Remove parameter from dump() by Matthias Braun · 9 years ago
  11. 7779484 machine combiner: fix pretty printer by Sebastian Pop · 9 years ago
  12. e08d9c7 instr-combiner: sum up all latencies of the transformed instructions by Sebastian Pop · 9 years ago
  13. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  14. 01b3a618 [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098) by Gerolf Hoflehner · 10 years ago
  15. 591c379 Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64 by Daniel Sanders · 10 years ago
  16. b32f11f [MachineCombiner] Support for floating-point FMA on ARM64 by Gerolf Hoflehner · 10 years ago
  17. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  18. 272a2bc Minor code cleanup. NFC. by Junmo Park · 10 years ago
  19. e59c8af Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  20. 0cc90a9 Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  21. 83d3476 CodeGen: Use references in MachineTraceMetrics::Trace, NFC by Duncan P. N. Exon Smith · 10 years ago
  22. 33ec5db less indent; NFCI by Sanjay Patel · 10 years ago
  23. 766589e add 'MustReduceDepth' as an objective/cost-metric for the MachineCombiner by Sanjay Patel · 10 years ago
  24. 387e66e replace MachineCombinerPattern namespace and enum with enum class; NFCI by Sanjay Patel · 10 years ago
  25. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  26. acd4bae include equal sign in debug equations; NFC by Sanjay Patel · 10 years ago
  27. 74ca312 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
  28. 17caf32 [MachineCombiner] Don't use the opcode-only form of computeInstrLatency by Hal Finkel · 10 years ago
  29. 924879a wrap OptSize and MinSize attributes for easier and consistent access (NFCI) by Sanjay Patel · 10 years ago
  30. e0fa8f2 [MachineCombiner] Work with itineraries by Hal Finkel · 10 years ago
  31. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  32. e79b43a [x86] generalize reassociation optimization in machine combiner to 2 instructions by Sanjay Patel · 10 years ago
  33. cfe0393 name change: hasPattern() -> getMachineCombinerPatterns() ; NFC by Sanjay Patel · 10 years ago
  34. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  35. 5714998 hoist loop-invariant; NFCI by Sanjay Patel · 10 years ago
  36. 85924e5 remove unnecessary casts; NFCI by Sanjay Patel · 10 years ago
  37. ccb8d5c punctuation policing; NFC by Sanjay Patel · 10 years ago
  38. a32fadd fix typo in comment; NFC by Sanjay Patel · 10 years ago
  39. f911484 fix typo in comment; NFC by Sanjay Patel · 10 years ago
  40. f69f4e4 use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
  41. 70eb9c5 CodeGen: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  42. b1ca4e4 remove function names from comments; NFC by Sanjay Patel · 11 years ago
  43. 6b28077 fix typos; NFC by Sanjay Patel · 11 years ago
  44. 3d4276f The subtarget is cached on the MachineFunction. Access it directly. by Eric Christopher · 11 years ago
  45. 1175945 Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  46. fe2c11f [MachineCombiner] Removal of dangling DBG_VALUES after combining [20598] by Gerolf Hoflehner · 11 years ago
  47. 97c383b MachineCombiner Pass for selecting faster instruction sequence on AArch64 by Gerolf Hoflehner · 11 years ago
  48. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  49. befa215 CodeGen: silence a warning by Saleem Abdulrasool · 11 years ago
  50. 5e1207e MachineCombiner Pass for selecting faster instruction by Gerolf Hoflehner · 11 years ago