Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
05495c5d4571b1756369e00a1ca7003d63e204da
/
llvm
/
unittests
/
Transforms
/
Utils
/
IntegerDivisionTest.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
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]
45707d4
Remove getArgumentList() in favor of arg_begin(), args(), etc
by Reid Kleckner
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
c8925b1
unittests: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
d930c19
Add support for software expansion of 64-bit integer division instructions.
by Michael Ilseman
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
576f5a1
Remove unneeded and invalid SetInsertPoint calls from unittest.
by Benjamin Kramer
· 13 years ago
a398d4c
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.
by Michael Ilseman
· 13 years ago
88387f5
Revert r164614 to appease the buildbots.
by Chad Rosier
· 13 years ago
506150a
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.
by Michael Ilseman
· 13 years ago
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