Michael Ilseman
|
16fda61fbf
|
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.
llvm-svn: 164614
|
2012-09-25 17:56:47 +00:00 |
|
Michael Ilseman
|
265ca004c3
|
Renaming functions to match coding style guidelines
llvm-svn: 164238
|
2012-09-19 18:14:45 +00:00 |
|
Michael Ilseman
|
487eccea14
|
Doxygen-ify comments
llvm-svn: 164235
|
2012-09-19 16:25:57 +00:00 |
|
Michael Ilseman
|
6b38d4a3f1
|
Put the * and & next to the variable, rather than the type.
llvm-svn: 164232
|
2012-09-19 16:17:20 +00:00 |
|
Benjamin Kramer
|
589882af87
|
IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens.
llvm-svn: 164216
|
2012-09-19 13:03:07 +00:00 |
|
Michael Ilseman
|
2555741dad
|
New utility for expanding integer division for targets that don't support it.
Implementation derived from compiler-rt's implementation of signed and unsigned integer division.
llvm-svn: 164173
|
2012-09-18 22:02:40 +00:00 |
|