1. f78650a Remove trailing space by Fangrui Song · 7 years ago
  2. 4dfcc4a Remove @brief commands from doxygen comments, too. by Adrian Prantl · 7 years ago
  3. ec6f7fe TransformUtils: Avoid getNodePtrUnchecked() in integer division, NFC by Duncan P. N. Exon Smith · 10 years ago
  4. 582d8ec [Transforms] Use asserts instead of ifs around llvm_unreachable. NFC by Craig Topper · 10 years ago
  5. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  6. ff6409d Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only by David Blaikie · 10 years ago
  7. a7202bd Fix heap-use-after-free bug in expandSDiv when the operands are by Michael Ilseman · 11 years ago
  8. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  9. d930c19 Add support for software expansion of 64-bit integer division instructions. by Michael Ilseman · 12 years ago
  10. e40467b Enhance integer division emulation support to handle types smaller than 32 bits, by Pedro Artigas · 13 years ago
  11. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  12. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  13. a398d4c Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 13 years ago
  14. 88387f5 Revert r164614 to appease the buildbots. by Chad Rosier · 13 years ago
  15. 506150a Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 13 years ago
  16. 5117db5 Renaming functions to match coding style guidelines by Michael Ilseman · 13 years ago
  17. 370a1a1 Doxygen-ify comments by Michael Ilseman · 13 years ago
  18. 1db690d Put the * and & next to the variable, rather than the type. by Michael Ilseman · 13 years ago
  19. 47196e6 IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens. by Benjamin Kramer · 13 years ago
  20. 52059da New utility for expanding integer division for targets that don't support it. by Michael Ilseman · 13 years ago