Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Transforms
/
Utils
/
IntegerDivision.cpp
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
4dfcc4a
Remove @brief commands from doxygen comments, too.
by Adrian Prantl
· 7 years ago
ec6f7fe
TransformUtils: Avoid getNodePtrUnchecked() in integer division, NFC
by Duncan P. N. Exon Smith
· 10 years ago
582d8ec
[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
by Craig Topper
· 10 years ago
5b4c837
TransformUtils: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
ff6409d
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only
by David Blaikie
· 10 years ago
a7202bd
Fix heap-use-after-free bug in expandSDiv when the operands are
by Michael Ilseman
· 11 years ago
964daaa
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 11 years ago
d930c19
Add support for software expansion of 64-bit integer division instructions.
by Michael Ilseman
· 12 years ago
e40467b
Enhance integer division emulation support to handle types smaller than 32 bits,
by Pedro Artigas
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 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
5117db5
Renaming functions to match coding style guidelines
by Michael Ilseman
· 13 years ago
370a1a1
Doxygen-ify comments
by Michael Ilseman
· 13 years ago
1db690d
Put the * and & next to the variable, rather than the type.
by Michael Ilseman
· 13 years ago
47196e6
IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens.
by Benjamin Kramer
· 13 years ago
52059da
New utility for expanding integer division for targets that don't support it.
by Michael Ilseman
· 13 years ago