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] 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
*
[SimplifyCFG] Use pointer identity to simplify predicate.
Benjamin Kramer
2016-02-20
1
-4
/
+2
*
[SimplifyCFG] Merge together cleanuppads
David Majnemer
2016-02-20
1
-2
/
+45
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-16
/
+24
*
[SimplifyCFG] Don't fold conditional branches that contain calls to convergen...
Justin Lebar
2016-02-12
1
-14
/
+6
*
[SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to
Gerolf Hoflehner
2016-02-03
1
-2
/
+6
*
[SimplifyCFG] limit recursion depth when speculating instructions (PR26308)
Sanjay Patel
2016-01-27
1
-0
/
+12
*
Revert "Revert "[SimplifyCFG] allow speculation of exactly one expensive inst...
David Majnemer
2016-01-27
1
-4
/
+19
*
[SimplifyCFG] Don't mistake icmp of and for a tree of comparisons
David Majnemer
2016-01-27
1
-2
/
+3
*
Revert "[SimplifyCFG] allow speculation of exactly one expensive instruction ...
David Majnemer
2016-01-27
1
-19
/
+4
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-1
/
+1
*
Code refactoring for commit r257278.
Chen Li
2016-01-11
1
-2
/
+2
*
Fix a control flow problem in commit rL257277.
Chen Li
2016-01-10
1
-0
/
+2
*
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
Chen Li
2016-01-10
1
-6
/
+93
*
[WinEH] Simplify unreachable catchpads
Joseph Tremoulet
2016-01-05
1
-13
/
+53
*
[SimplifyCFG] Don't create unnecessary PHIs
James Molloy
2015-12-16
1
-0
/
+5
*
[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)
Sanjay Patel
2015-12-15
1
-4
/
+19
*
Revert "Don't create unnecessary PHIs"
Reid Kleckner
2015-12-14
1
-5
/
+0
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-1
/
+1
*
Don't create unnecessary PHIs
James Molloy
2015-12-14
1
-0
/
+5
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-12
/
+11
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-1
/
+0
*
Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...
Igor Laevsky
2015-11-18
1
-0
/
+5
*
Revert "Strip metadata when speculatively hoisting instructions"
Renato Golin
2015-11-10
1
-5
/
+0
*
Strip metadata when speculatively hoisting instructions
Igor Laevsky
2015-11-10
1
-0
/
+5
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-4
/
+5
*
[ValueTracking] Add parameters to isImpliedCondition; NFC
Sanjoy Das
2015-11-06
1
-1
/
+1
*
[SimplifyCFG] Tweak heuristic for merging conditional stores
James Molloy
2015-11-05
1
-7
/
+13
[prev]
[next]