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
*
Revert "Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated...
Vlad Tsyrklevich
2019-12-10
1
-42
/
+17
*
Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...
stozer
2019-12-10
1
-17
/
+42
*
[SimplifyCFG] Account for N being null.
Florian Hahn
2019-12-07
1
-5
/
+6
*
[SimplifyCFG] Handle AssumptionCache being null.
Rodrigo Caetano Rocha
2019-12-07
1
-3
/
+2
*
Revert "[DebugInfo] Recover debug intrinsics when killing duplicated/empty ba...
Tozer
2019-12-04
1
-42
/
+17
*
[llvm][Transform] Remove unused variable. [NFCI]
Francesco Petrogalli
2019-12-04
1
-1
/
+1
*
[DebugInfo] Recover debug intrinsics when killing duplicated/empty basic blocks
stozer
2019-12-04
1
-17
/
+42
*
[SimplifyCFG] propagate fast-math-flags (FMF) from phi to select
Sanjay Patel
2019-11-17
1
-0
/
+5
*
[SimplifyCFG] propagate fast-math-flags (FMF) from phi to select
Sanjay Patel
2019-11-15
1
-1
/
+7
*
[SimplifyCFG] Use a (trivially) dominanting widenable branch to remove later ...
Philip Reames
2019-11-04
1
-0
/
+48
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-3
/
+3
*
[SimplifyCFG] FoldTwoEntryPHINode - silence static analyzer null dereference ...
Simon Pilgrim
2019-09-24
1
-0
/
+1
*
SimplifyCFG - silence static analyzer dyn_cast<LandingPadInst> null dereferen...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
SimplifyCFG - silence static analyzer dyn_cast<Instruction> null dereference ...
Simon Pilgrim
2019-09-24
1
-2
/
+1
*
[SimplifyCFG] mergeConditionalStoreToAddress(): try to pacify MSAN
Roman Lebedev
2019-09-18
1
-1
/
+1
*
[SimplifyCFG] mergeConditionalStoreToAddress(): consider cost, not instructio...
Roman Lebedev
2019-09-18
1
-42
/
+50
*
[SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...
Roman Lebedev
2019-09-16
1
-13
/
+14
*
[SimplifyCFG] SpeculativelyExecuteBB(): It's SpeculatedInstructions, not Spec...
Roman Lebedev
2019-09-07
1
-7
/
+7
*
[SimplifyCFG] Don't SimplifyBranchOnICmpChain with ExtraCase
Vitaly Buka
2019-09-05
1
-1
/
+6
*
[SimplifyCFG] Skip sinking common lifetime markers of `alloca`.
Michael Liao
2019-08-29
1
-6
/
+25
*
[SimplifyCFG] FoldTwoEntryPHINode(): don't bailout on i1 PHI's if we can hois...
Roman Lebedev
2019-08-29
1
-3
/
+15
*
[Transforms] Do not drop !preserve.access.index metadata
Yonghong Song
2019-08-03
1
-1
/
+2
*
[SimplifyCFG] Cleanup redundant conditions [NFC].
Alina Sbirlea
2019-08-02
1
-10
/
+8
*
[SimplifyCFG] Mark missed Changed to true.
Alina Sbirlea
2019-08-01
1
-0
/
+1
*
[SimplifyCFG] avoid crashing after simplifying a switch (PR42737)
Sanjay Patel
2019-07-25
1
-8
/
+17
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[SimplifyCFG] NFC, prof branch_weighs handling is simplified
Yevgeny Rouban
2019-06-18
1
-49
/
+15
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-2
/
+1
*
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-06-17
1
-14
/
+15
*
[SimplifyCFG] Fix prof branch_weights MD while removing unreachable switch cases
Yevgeny Rouban
2019-06-17
1
-4
/
+5
*
[SimpligyCFG] NFC intended, remove GCD that was only used for powers of two
Shawn Landden
2019-06-14
1
-13
/
+11
*
[SimplifyCFG] reverting preliminary Switch patches again
Shawn Landden
2019-06-13
1
-11
/
+13
*
[SimpligyCFG] NFC intended, remove GCD that was only used for powers of two
Shawn Landden
2019-06-13
1
-13
/
+11
*
Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...
David L. Jones
2019-06-13
1
-15
/
+14
*
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-05-28
1
-14
/
+15
*
[SimplifyCFG] back out all SwitchInst commits
Shawn Landden
2019-05-26
1
-90
/
+71
*
[SimplifyCFG] ReduceSwitchRange: Improve on the case where the SubThreshold d...
Shawn Landden
2019-05-26
1
-14
/
+24
*
[SimplifyCFG] Run ReduceSwitchRange unconditionally, generalize
Shawn Landden
2019-05-26
1
-56
/
+66
*
[SimpligyCFG] NFC, remove GCD that was only used for powers of two
Shawn Landden
2019-05-26
1
-12
/
+10
*
[Support] make countLeadingZeros() and countTrailingZeros() return unsigned
Shawn Landden
2019-05-26
1
-11
/
+12
*
[SimplifyCFG] Added condition assumption for unreachable blocks
David Bolvansky
2019-05-25
1
-0
/
+3
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-10
/
+24
*
Test commit access
Orlando Cazalet-Hyams
2019-05-07
1
-2
/
+2
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
1
-15
/
+14
*
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...
Hans Wennborg
2019-04-16
1
-14
/
+15
*
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...
David L. Jones
2019-04-04
1
-15
/
+14
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
1
-14
/
+15
*
[SimplifyCFG] Retain debug info when threading jumps with critical edges
Jeremy Morse
2019-03-11
1
-1
/
+2
[next]