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
*
Revert "[JumpThreading] Thread jumps through two basic blocks"
Kazu Hirata
2020-01-08
1
-228
/
+2
*
[JumpThreading] Thread jumps through two basic blocks
Kazu Hirata
2020-01-08
1
-2
/
+228
*
[JumpThreading] NFC: Don't cache F.hasProfileData()
Kazu Hirata
2019-11-22
1
-3
/
+2
*
[JumpThreading] Use profile data even with the new pass manager
Kazu Hirata
2019-11-22
1
-1
/
+1
*
[JumpThreading] Refactor ThreadEdge
Kazu Hirata
2019-11-21
1
-9
/
+20
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[JumpThreading] Fix a comment typo (NFC)
Kazu Hirata
2019-11-08
1
-1
/
+1
*
[JumpThreading] Factor out code to clone instructions (NFC)
Kazu Hirata
2019-11-06
1
-31
/
+45
*
[JumpThreading] Factor out code to merge basic blocks (NFC)
Kazu Hirata
2019-11-05
1
-43
/
+52
*
[JumpThreading] Factor out common code to update the SSA form (NFC)
Kazu Hirata
2019-11-05
1
-75
/
+46
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-1
/
+1
*
JumpThreadingPass::UnfoldSelectInstr - silence static analyzer dyn_cast<> nul...
Simon Pilgrim
2019-10-17
1
-1
/
+1
*
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
[next]