1. b45595b Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  2. 9303f62 [opt-remarks] If hotness threshold is set, ignore remarks without hotness by Adam Nemet · 8 years ago
  3. 5778373 Revert "[opt-remarks] If hotness threshold is set, ignore remarks without hotness" by Adam Nemet · 8 years ago
  4. 8d1fc2b [opt-remarks] If hotness threshold is set, ignore remarks without hotness by Adam Nemet · 8 years ago
  5. 0965da2 Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.* by Adam Nemet · 8 years ago[Renamed (96%) from llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp]
  6. 6c381b7 [OptRemark] Move YAML writing to IR by Adam Nemet · 8 years ago
  7. f31b1f3 Move verbosity check for remarks to the diag handler by Adam Nemet · 8 years ago
  8. 4846e66 Remove an unnecessary const_cast. by Adam Nemet · 8 years ago
  9. 4ef3daa [ORE] Add diagnostics hotness threshold by Brian Gesiak · 8 years ago
  10. 44e5f6c [ORE] Unify spelling as "diagnostics hotness" by Brian Gesiak · 8 years ago
  11. 6f0ecca IR: Give function GlobalValue::getRealLinkageName() a less misleading name: dropLLVMManglingEscape(). by Peter Collingbourne · 8 years ago
  12. 2531df3 [ORE] Remove ORE.emit{{.+}} functions by Adam Nemet · 9 years ago
  13. 8281c81 OptDiag: Add const to some interfaces that don't modify anything. NFC by Justin Bogner · 9 years ago
  14. d890f95 OptDiag: Decouple backend diagnostics from debug info metadata by Justin Bogner · 9 years ago
  15. 0bf1b86 [LV] Also port failure remarks to new OptimizationRemarkEmitter API by Adam Nemet · 9 years ago
  16. 916923e [llc] Add -pass-remarks-output by Adam Nemet · 9 years ago
  17. a964066 New OptimizationRemarkEmitter pass for MIR by Adam Nemet · 9 years ago
  18. 484f93d [OptDiag] Split code region out of DiagnosticInfoOptimizationBase by Adam Nemet · 9 years ago
  19. 1ae34c3 [PM] Teach the optimization remarks emitter to handle invalidation events. by Chandler Carruth · 9 years ago
  20. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  21. 7da20c3 [OptDiag] Remove non-printable chars from function name by Adam Nemet · 9 years ago
  22. b103fc5 [OptDiag, opt-viewer] Save callee's location and display as link by Adam Nemet · 9 years ago
  23. bdd6735 Don't filter diagnostics written as YAML to the output file by Hal Finkel · 9 years ago
  24. 0428e93 Serialize remark argument as a mapping to get proper quotation for the value. by Adam Nemet · 9 years ago
  25. 2780ee0 Allow derived classes of OptimizationRemarkAnalysis in YAML by Adam Nemet · 9 years ago
  26. c507ac9 [Inliner] Port all opt remarks to new streaming API by Adam Nemet · 9 years ago
  27. 04758ba Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC by Adam Nemet · 9 years ago
  28. a62b7e1 Output optimization remarks in YAML by Adam Nemet · 9 years ago
  29. cc2a3fa Revert "Output optimization remarks in YAML" by Adam Nemet · 9 years ago
  30. 92e928c Output optimization remarks in YAML by Adam Nemet · 9 years ago
  31. cef3314 [Inliner] Report when inlining fails because callee's def is unavailable by Adam Nemet · 9 years ago
  32. 896c09b [Inliner,OptDiag] Add hotness attribute to opt diagnostics by Adam Nemet · 9 years ago
  33. 36e0d01 Consistently use FunctionAnalysisManager by Sean Silva · 9 years ago
  34. cbe2a9b [OptDiag] Missed these when making the IR Value a const pointer by Adam Nemet · 9 years ago
  35. 7cfd597 [OptDiag,LV] Add hotness attribute to applied-optimization remarks by Adam Nemet · 9 years ago
  36. 0e0e2d5 [OptDiag,LV] Add hotness attribute to the derived analysis remarks by Adam Nemet · 9 years ago
  37. 5b3a5cf [OptDiag,LV] Add hotness attribute to analysis remarks by Adam Nemet · 9 years ago
  38. 6100d16 [OptDiag] Take the IR Value as a const pointer by Adam Nemet · 9 years ago
  39. 78d1091 [OptDiag] Wrap a long line by Adam Nemet · 9 years ago
  40. 79ac42a [OptRemarkEmitter] Port to new PM by Adam Nemet · 9 years ago
  41. aad8160 [OptRemark,LDist] RFC: Add hotness attribute by Adam Nemet · 9 years ago