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
/
Scalar
/
LowerExpectIntrinsic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo; NFC
Sanjay Patel
2015-08-24
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM] Port LowerExpectIntrinsic to the new pass manager.
Chandler Carruth
2015-01-24
1
-20
/
+28
*
[PM] Change LowerExpectIntrinsic to actually return true when it has
Chandler Carruth
2015-01-24
1
-1
/
+4
*
[PM] Use a more appropriate name for the statistics variable in
Chandler Carruth
2015-01-24
1
-3
/
+4
*
[PM] Switch tihs code to use a range based for loop over the function.
Chandler Carruth
2015-01-24
1
-6
/
+4
*
[PM] Use a SmallVector instead of std::vector to avoid heap allocations
Chandler Carruth
2015-01-24
1
-7
/
+6
*
[PM] Pull the two helpers for this pass into static functions. There are
Chandler Carruth
2015-01-24
1
-21
/
+16
*
[PM] Add a basic doxygen comment for this pass.
Chandler Carruth
2015-01-24
1
-0
/
+6
*
[PM] Clean up the formatting of the LowerExpectIntrinsic pass prior to
Chandler Carruth
2015-01-24
1
-23
/
+17
*
[PM] Move the LowerExpectIntrinsic pass to the Scalar library.
Chandler Carruth
2015-01-24
1
-0
/
+188