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
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] Replace calls to null/undef with unreachable
David Majnemer
2016-06-25
1
-1
/
+5
*
Reinstate r273711
David Majnemer
2016-06-25
1
-4
/
+9
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-9
/
+4
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-4
/
+9
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-10
/
+10
*
Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses to
Chuang-Yu Cheng
2016-06-24
1
-0
/
+25
*
Use m_APInt in SimplifyCFG
Chuang-Yu Cheng
2016-06-17
1
-5
/
+5
*
SimplifyCFG is able to detect the pattern:
Chuang-Yu Cheng
2016-06-16
1
-4
/
+42
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
[SimplifyCFG] Don't kill empty cleanuppads with multiple uses
David Majnemer
2016-06-04
1
-0
/
+5
*
[SimplifyCFG] Remove cleanuppads which are empty except for calls to lifetime...
David Majnemer
2016-05-21
1
-5
/
+17
*
[SimplifyCFG] eliminate switch cases based on known range of switch condition
Sanjay Patel
2016-05-20
1
-4
/
+10
*
Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles ...
Dehao Chen
2016-05-18
1
-18
/
+32
*
clang-format SimplifyCFG.cpp.
Dehao Chen
2016-05-18
1
-581
/
+625
*
use range-loops; NFCI
Sanjay Patel
2016-05-13
1
-7
/
+7
*
Propagate branch metadata when some branch probability is missing.
Dehao Chen
2016-05-10
1
-5
/
+13
*
[SimplifyCFG] propagate branch metadata when creating select (retry r268550 /...
Sanjay Patel
2016-05-06
1
-1
/
+21
*
revert r268751 - caused same failures on msan bot
Sanjay Patel
2016-05-06
1
-24
/
+9
*
[SimplifyCFG] propagate branch metadata when creating select (retry r268550 w...
Sanjay Patel
2016-05-06
1
-9
/
+24
*
[SimplifyCFG] Prefer a simplification based on a dominating condition.
Chad Rosier
2016-05-06
1
-20
/
+24
*
Revert "[SimplifyCFG] propagate branch metadata when creating select"
Vitaly Buka
2016-05-04
1
-28
/
+14
*
[SimplifyCFG] propagate branch metadata when creating select
Sanjay Patel
2016-05-04
1
-14
/
+28
*
[SimplifyCFG] isSafeToSpeculateStore now ignores debug info
Hans Wennborg
2016-05-04
1
-2
/
+6
*
Revert "[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empt...
Reid Kleckner
2016-05-02
1
-5
/
+4
*
[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block ...
Hans Wennborg
2016-05-02
1
-4
/
+5
*
[SimplifyCFG] propagate branch metadata when creating select
Sanjay Patel
2016-04-27
1
-2
/
+2
*
[SimplifyCFG] propagate branch metadata when creating select
Sanjay Patel
2016-04-26
1
-1
/
+1
*
[SimplifyCFG] Preserve !llvm.mem.parallel_loop_access when merging
Hal Finkel
2016-04-26
1
-1
/
+2
*
[ValueTracking] Improve isImpliedCondition when the dominating cond is false.
Chad Rosier
2016-04-25
1
-3
/
+5
*
replace duplicated static functions for profile metadata access with BranchIn...
Sanjay Patel
2016-04-23
1
-27
/
+8
*
[ValueTracking] Make isImpliedCondition return an Optional<bool>. NFC.
Chad Rosier
2016-04-20
1
-10
/
+11
*
[ValueTracking] Improve isImpliedCondition for conditions with matching opera...
Chad Rosier
2016-04-19
1
-2
/
+6
*
[SimplifyCFG] propagate branch metadata when creating select (PR27344)
Sanjay Patel
2016-04-15
1
-2
/
+2
*
Fix a couple of redundant conditional expressions (PR27283, PR28282)
Hans Wennborg
2016-04-11
1
-1
/
+1
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-2
/
+2
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-29
1
-5
/
+19
*
Revert "[SimlifyCFG] Prevent passes from destroying canonical loop structure,...
Reid Kleckner
2016-03-28
1
-20
/
+5
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-28
1
-5
/
+20
*
[SimplifyCFG] propagate branch metadata when creating select (PR26636)
Sanjay Patel
2016-03-26
1
-2
/
+2
*
propagate 'unpredictable' metadata on select instructions
Sanjay Patel
2016-03-17
1
-4
/
+3
*
allow branch weight metadata on select instructions (PR26636)
Sanjay Patel
2016-03-14
1
-1
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-5
/
+5
*
remove unnecessary cast; NFC
Sanjay Patel
2016-03-12
1
-4
/
+3
*
fix formatting; NFC
Sanjay Patel
2016-03-12
1
-12
/
+12
*
use range loops; NFCI
Sanjay Patel
2016-03-12
1
-21
/
+18
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-5
/
+5
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-5
/
+5
*
[SimplifyCFG] Use a more elegant solution than r261731
David Majnemer
2016-02-24
1
-11
/
+9
*
[SimplifyCFG] Do not blindly remove unreachable blocks
David Majnemer
2016-02-24
1
-3
/
+11
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-3
/
+3
[next]