1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 8267b33 Rename a few unittests/.../Foo.cpp files to FooTest.cpp by Nico Weber · 7 years ago[Renamed from llvm/unittests/Transforms/Utils/IntegerDivision.cpp]
  3. 45707d4 Remove getArgumentList() in favor of arg_begin(), args(), etc by Reid Kleckner · 9 years ago
  4. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  5. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  6. d930c19 Add support for software expansion of 64-bit integer division instructions. by Michael Ilseman · 12 years ago
  7. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  8. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  9. 576f5a1 Remove unneeded and invalid SetInsertPoint calls from unittest. by Benjamin Kramer · 13 years ago
  10. a398d4c Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 13 years ago
  11. 88387f5 Revert r164614 to appease the buildbots. by Chad Rosier · 13 years ago
  12. 506150a Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 13 years ago
  13. 02a6bab Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. by Michael Ilseman · 13 years ago