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
/
unittests
/
Transforms
/
Utils
/
IntegerDivision.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
Nico Weber
2018-09-03
1
-264
/
+0
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-8
/
+8
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-8
/
+8
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-16
/
+16
*
Add support for software expansion of 64-bit integer division instructions.
Michael Ilseman
2013-11-19
1
-0
/
+122
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
1
-8
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-0
/
+96
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-97
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
1
-0
/
+97
*
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...
Michael Ilseman
2012-09-25
1
-0
/
+54