1. 7ed9683 [MachineCombiner][NFC] Prevent dereferencing past-the-end object in an MRI container by Gerolf Hoflehner · 7 years ago
  2. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  3. e599cea [TargetSchedule] shrink interface for init(); NFCI by Sanjay Patel · 7 years ago
  4. f6f2e19 Revert r327721 "This patch fixes the invalid usage of OptSize in Machine Combiner." by Reid Kleckner · 7 years ago
  5. 11f5adb This patch fixes the invalid usage of OptSize in Machine Combiner. by Andrew V. Tischenko · 7 years ago
  6. 07ea57a The final step to close D41278 [MachineCombiner] Improve debug output (NFC). by Andrew V. Tischenko · 8 years ago
  7. 89b2bec (NFC)[MachineCombiner] Improve debug output. by Andrew V. Tischenko · 8 years ago
  8. e616200 Fix unused variable warning in release mode. NFC. by Alexander Ivchenko · 8 years ago
  9. c4f543d [MachineCombiner] Add check for optimal pattern order. by Florian Hahn · 8 years ago
  10. d318139 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  11. 41b2567 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  12. 1c6190d [MachineCombiner] Add up latencies of all instructions in new pattern. by Florian Hahn · 8 years ago
  13. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  14. 4831923 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  15. de321cd [MC] Split out register def/use idx calls to make debugging simpler. NFCI. by Simon Pilgrim · 8 years ago
  16. 0782618 [MachineCombiner] Fix initialisation of LastUpdate for incremental update. by Florian Hahn · 8 years ago
  17. 6aed421 Recommit [MachineCombiner] Update instruction depths incrementally for large BBs. by Florian Hahn · 8 years ago
  18. c9b4fb7 Revert r312719 "[MachineCombiner] Update instruction depths incrementally for large BBs." by Hans Wennborg · 8 years ago
  19. 651af02 [MachineCombiner] Update instruction depths incrementally for large BBs. by Florian Hahn · 8 years ago
  20. 1438218 [NFC] Move DEBUG_TYPE macro below includes... by Jakub Kuderski · 8 years ago
  21. 94c4904 CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  22. 2258207 Fix up grammar in a comment. by Eric Christopher · 8 years ago
  23. ed1646e Compile time decreasing in the case we're dealing with Machine Combiner. by Andrew V. Tischenko · 9 years ago
  24. aaf8acb MachineInstr: Remove parameter from dump() by Matthias Braun · 9 years ago
  25. 0ed0bfd machine combiner: fix pretty printer by Sebastian Pop · 9 years ago
  26. cfc6ce9 instr-combiner: sum up all latencies of the transformed instructions by Sebastian Pop · 9 years ago
  27. 67f335d Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  28. 3f71db1 [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098) by Gerolf Hoflehner · 9 years ago
  29. c4f4f71 Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64 by Daniel Sanders · 9 years ago
  30. 7c23aa2 [MachineCombiner] Support for floating-point FMA on ARM64 by Gerolf Hoflehner · 9 years ago
  31. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  32. fbd6d6e Minor code cleanup. NFC. by Junmo Park · 10 years ago
  33. 65b18dd Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  34. 01f8c42 Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" by Duncan P. N. Exon Smith · 10 years ago
  35. 8c34e06 CodeGen: Use references in MachineTraceMetrics::Trace, NFC by Duncan P. N. Exon Smith · 10 years ago
  36. fffd73b less indent; NFCI by Sanjay Patel · 10 years ago
  37. 76d9fb3 add 'MustReduceDepth' as an objective/cost-metric for the MachineCombiner by Sanjay Patel · 10 years ago
  38. 834952e replace MachineCombinerPattern namespace and enum with enum class; NFCI by Sanjay Patel · 10 years ago
  39. 4d651e4 Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  40. 61134d7 include equal sign in debug equations; NFC by Sanjay Patel · 10 years ago
  41. b15598e fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
  42. 7b3dad0 [MachineCombiner] Don't use the opcode-only form of computeInstrLatency by Hal Finkel · 10 years ago
  43. f360983 wrap OptSize and MinSize attributes for easier and consistent access (NFCI) by Sanjay Patel · 10 years ago
  44. b2a353c [MachineCombiner] Work with itineraries by Hal Finkel · 10 years ago
  45. cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  46. 8bd59f5 [x86] generalize reassociation optimization in machine combiner to 2 instructions by Sanjay Patel · 10 years ago
  47. 30c3b2a name change: hasPattern() -> getMachineCombinerPatterns() ; NFC by Sanjay Patel · 10 years ago
  48. cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  49. 75975e2 hoist loop-invariant; NFCI by Sanjay Patel · 10 years ago
  50. 4aeeb9e remove unnecessary casts; NFCI by Sanjay Patel · 10 years ago
  51. bb79423 punctuation policing; NFC by Sanjay Patel · 10 years ago
  52. 708de57 fix typo in comment; NFC by Sanjay Patel · 10 years ago
  53. a33f516 fix typo in comment; NFC by Sanjay Patel · 10 years ago
  54. 430cdab use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
  55. 9de77c7 CodeGen: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  56. c232e7f remove function names from comments; NFC by Sanjay Patel · 11 years ago
  57. 5d68306 fix typos; NFC by Sanjay Patel · 11 years ago
  58. 72e7586 The subtarget is cached on the MachineFunction. Access it directly. by Eric Christopher · 11 years ago
  59. 6de6c6a Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  60. 2205044 [MachineCombiner] Removal of dangling DBG_VALUES after combining [20598] by Gerolf Hoflehner · 11 years ago
  61. e4fa341 MachineCombiner Pass for selecting faster instruction sequence on AArch64 by Gerolf Hoflehner · 11 years ago
  62. 9f85dcc Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  63. 335c0ca CodeGen: silence a warning by Saleem Abdulrasool · 11 years ago
  64. b0b7088 MachineCombiner Pass for selecting faster instruction by Gerolf Hoflehner · 11 years ago