index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
IntegerDivision.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-6
/
+6
*
TransformUtils: Avoid getNodePtrUnchecked() in integer division, NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+7
*
[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
Craig Topper
2015-12-25
1
-34
/
+20
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-2
/
+2
*
Fix heap-use-after-free bug in expandSDiv when the operands are
Michael Ilseman
2014-11-05
1
-6
/
+10
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Add support for software expansion of 64-bit integer division instructions.
Michael Ilseman
2013-11-19
1
-45
/
+199
*
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-26
1
-0
/
+104
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-7
/
+115
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-115
/
+7
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
1
-7
/
+115
*
Renaming functions to match coding style guidelines
Michael Ilseman
2012-09-19
1
-4
/
+4
*
Doxygen-ify comments
Michael Ilseman
2012-09-19
1
-8
/
+16
*
Put the * and & next to the variable, rather than the type.
Michael Ilseman
2012-09-19
1
-73
/
+73
*
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
Benjamin Kramer
2012-09-19
1
-7
/
+5
*
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
1
-0
/
+306