1. 87f78cf [X86] In OptimizeLEAs pass, check that the key is in the LEAs map before accessing by Craig Topper · 7 years ago
  2. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  3. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  5. d131701 Generalize llvm::replaceDbgDeclare and actually support the use-case that by Adrian Prantl · 8 years ago
  6. 9e658c9 Revert "[X86] Improvement in CodeGen instruction selection for LEAs." by Matt Morehouse · 8 years ago
  7. 328199e [X86] Improvement in CodeGen instruction selection for LEAs. by Jatin Bhateja · 8 years ago
  8. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  9. 60433b6 [X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  10. 2a6c9ad Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post required revision changes.)" by Hans Wennborg · 8 years ago
  11. 3c29bac [X86] Improvement in CodeGen instruction selection for LEAs (re-applying post required revision changes.) by Jatin Bhateja · 8 years ago
  12. 534bfbd Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs." by Hans Wennborg · 8 years ago
  13. 908c8b3 [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs. by Jatin Bhateja · 8 years ago
  14. 8b9bb53 Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  15. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  16. 807ca72 [X86] Remove unused code from X86 optimize LEAs. NFC. by Andrew Ng · 8 years ago
  17. 109b236 Clean up DIExpression::prependDIExpr a little. (NFC) by Adrian Prantl · 8 years ago
  18. 03e35b6 [DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values. by Andrew Ng · 8 years ago
  19. 7937be7 [DebugInfo][X86] Teach Optimize LEAs pass to handle debug values by Andrea Di Biagio · 9 years ago
  20. 9d15fb3 Fix spelling mistakes in X86 target comments. NFC. by Simon Pilgrim · 9 years ago
  21. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  22. b7d3311 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  23. 7b4c18e X86: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  24. 45b22a4 [X86] Enable RRL part of the LEA optimization pass for -O2. by Andrey Turetskiy · 9 years ago
  25. 477649a [X86] Remove unused operand from a function and all its callers. NFC by Craig Topper · 9 years ago
  26. 2bee5ef Optimization bisect support in X86-specific passes by Andrew Kaylor · 9 years ago
  27. b405606 [X86] PR27502: Fix the LEA optimization pass. by Andrey Turetskiy · 9 years ago
  28. 38e5217 X86: Wrap a helper for an assert in #ifndef NDEBUG by Justin Bogner · 10 years ago
  29. 9994b88 [X86] Enable the LEA optimization pass by default. by Andrey Turetskiy · 10 years ago
  30. 0babd26 [X86] PR26575: Fix LEA optimization pass (Part 2). by Andrey Turetskiy · 10 years ago
  31. 8404789 Revert r260979 "[X86] Enable the LEA optimization pass by default." by Hans Wennborg · 10 years ago
  32. eab4e68 [X86] Enable the LEA optimization pass by default. by Andrey Turetskiy · 10 years ago
  33. 1052ac2 [X86] PR26575: Fix LEA optimization pass. by Andrey Turetskiy · 10 years ago
  34. 75fab7b Revert r260507: "[X86] Enable the LEA optimization pass by default." by Hans Wennborg · 10 years ago
  35. 193956e [X86] Enable the LEA optimization pass by default. by Andrey Turetskiy · 10 years ago
  36. bca0f99 [X86] Use hash table in LEA optimization pass. by Andrey Turetskiy · 10 years ago
  37. 1ce2c99 LEA code size optimization pass (Part 2): Remove redundant LEA instructions. by Andrey Turetskiy · 10 years ago
  38. 28f0c5e [X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky. by Alexey Bataev · 10 years ago
  39. 7b72b65 [X86] Add option for enabling LEA optimization pass, by Andrey Turetsky by Alexey Bataev · 10 years ago
  40. f9bdb87 remove redundant check: optForSize() includes a check for the minsize attribute; NFCI by Sanjay Patel · 10 years ago
  41. 7cf3247 LEA code size optimization pass (Part 1): Remove redundant address recalculations, by Andrey Turetsky by Alexey Bataev · 10 years ago