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
/
JumpThreading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[JumpThreading] Stop searching predecessor when the current bb is in a
Wei Mi
2019-07-26
1
-1
/
+11
*
[JumpThreading] Fix threading with unusual PHI nodes.
Eli Friedman
2019-07-03
1
-3
/
+16
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-2
/
+1
*
[JumpThreading] A bug fix for stale loop info after unfold select
Hiroshi Yamauchi
2019-05-15
1
-1
/
+2
*
[JumpThreading] Fix incorrect fold conditional after indirectbr/callbr
Brian M. Rzycki
2019-04-08
1
-5
/
+1
*
[JumpThreading] Retain debug info when replacing branch instructions
Jeremy Morse
2019-03-11
1
-2
/
+5
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-12
/
+13
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-2
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-4
/
+7
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Jump Threading] Unfold a select insn that feeds a switch via a phi node
Ehsan Amiri
2019-01-11
1
-28
/
+70
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
1
-14
/
+2
*
[JumpThreading] Fix exponential time algorithm computing known values.
Eli Friedman
2018-11-09
1
-19
/
+18
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
1
-8
/
+8
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-3
/
+3
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-3
/
+3
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-3
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-2
/
+2
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-37
/
+41
*
Revert r332168: "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
Michael Zolotukhin
2018-07-05
1
-19
/
+15
*
[JumpThreading] Don't try to rewrite a use if it's already valid.
Michael Zolotukhin
2018-06-26
1
-10
/
+12
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[JumpThreading] Fix some strange formatting of code inside LLVM_DEBUG. NFC
Craig Topper
2018-05-31
1
-5
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-38
/
+41
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading."
Michael Zolotukhin
2018-05-12
1
-26
/
+30
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-4
/
+3
*
Fix the issue that ComputeValueKnownInPredecessors only handles the case when
Wei Mi
2018-05-01
1
-3
/
+15
*
Revert r330431.
Michael Zolotukhin
2018-04-20
1
-30
/
+26
*
Revert "Revert r330403 and r330413."
Michael Zolotukhin
2018-04-20
1
-26
/
+30
*
Revert r330403 and r330413.
Ilya Biryukov
2018-04-20
1
-20
/
+16
*
[SSAUpdaterBulk] Use SmallVector instead of DenseMap for storing rewrites.
Michael Zolotukhin
2018-04-20
1
-3
/
+1
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-20
1
-16
/
+22
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again."
Michael Zolotukhin
2018-04-17
1
-22
/
+15
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again.
Michael Zolotukhin
2018-04-17
1
-15
/
+22
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time."
Benjamin Kramer
2018-04-12
1
-18
/
+13
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-11
1
-13
/
+18
*
Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-10
1
-18
/
+13
*
Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
Michael Zolotukhin
2018-04-10
1
-13
/
+18
*
Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."
Michael Zolotukhin
2018-04-10
1
-18
/
+13
*
[PR16756] Use SSAUpdaterBulk in JumpThreading.
Michael Zolotukhin
2018-04-09
1
-13
/
+18
*
[JumpThreading] Don't select an edge that we know we can't thread
Haicheng Wu
2018-03-29
1
-1
/
+16
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[JumpThreading] Track unreachable BBs to avoid processing
Brian M. Rzycki
2018-03-16
1
-47
/
+37
*
[JumpThreading] Don't restrict cast-traversal to i1
Chad Rosier
2018-03-09
1
-3
/
+1
[next]