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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Fix builin_expect lowering bug
Xinliang David Li
2017-06-07
1
-1
/
+3
*
[Profile] Enhance expect lowering to handle correlated branches
Xinliang David Li
2017-06-02
1
-0
/
+148
*
Fix compiler_rt buildbot failure
Xinliang David Li
2017-06-01
1
-4
/
+10
*
[Profile] Fix builtin_expect lowering bug
Xinliang David Li
2017-06-01
1
-4
/
+12
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-2
/
+2
*
[Profile] handle select instruction in 'expect' lowering
Xinliang David Li
2016-09-02
1
-11
/
+25
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+2
*
[LowerExpectIntrinsic] make default likely/unlikely ratio bigger
Sanjay Patel
2016-04-26
1
-6
/
+18
*
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