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
/
BasicBlockUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
1
-1
/
+2
*
[BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessor
Bjorn Pettersson
2019-12-16
1
-14
/
+4
*
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
Bjorn Pettersson
2019-12-16
1
-0
/
+118
*
[MemorySSA] Update analysis when the terminator is a memory instruction.
Alina Sbirlea
2019-11-20
1
-1
/
+7
*
[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
Alina Sbirlea
2019-10-16
1
-6
/
+31
*
[MemorySSA] Make the use of moveAllAfterMergeBlocks consistent.
Alina Sbirlea
2019-10-09
1
-8
/
+19
*
[BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlock
Florian Hahn
2019-09-13
1
-2
/
+4
*
[MemorySSA] MemorySSA should not model debuginfo, and need not update it.
Alina Sbirlea
2019-09-10
1
-4
/
+1
*
[MemorySSA] Verify MSSAUpdater exists.
Alina Sbirlea
2019-09-05
1
-1
/
+2
*
[MemorySSA] Update MemorySSA when removing debug.value calls.
Alina Sbirlea
2019-09-05
1
-1
/
+3
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-19
1
-1
/
+7
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
1
-7
/
+1
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
1
-1
/
+7
*
[DomTreeUpdater] Add all insert before all delete updates to reduce compile t...
Alina Sbirlea
2019-06-07
1
-4
/
+10
*
[Utils] Clean another duplicated util method.
Alina Sbirlea
2019-06-04
1
-0
/
+7
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
1
-7
/
+1
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
1
-1
/
+7
*
[Utils] Extract EliminateUnreachableBlocks (NFC)
Brian Gesiak
2019-03-11
1
-0
/
+22
*
Make MergeBlockIntoPredecessor conformant to the precondition of calling DTU....
Chijun Sima
2019-02-28
1
-1
/
+3
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-2
/
+2
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-1
/
+1
*
[NFC] Tweak SplitBlockAndInsertIfThen to use existing ThenBlock
Max Kazantsev
2019-02-15
1
-8
/
+16
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
1
-6
/
+6
*
[NFC] Add parameter for keeping one-input Phis in DeleteDeadBlock(s)
Max Kazantsev
2019-02-12
1
-7
/
+9
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+2
*
[NFC] Factor out detatchment of dead blocks from their erasing
Max Kazantsev
2019-02-06
1
-18
/
+26
*
[NFC] Revert rL353274
Max Kazantsev
2019-02-06
1
-10
/
+5
*
[NFC] Extend API of DeleteDeadBlock(s) to collect updates without DTU
Max Kazantsev
2019-02-06
1
-5
/
+10
*
[NFC] Replace readonly SmallVectorImpl with ArrayRef
Max Kazantsev
2019-02-06
1
-3
/
+2
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BasicBlockUtils] Generalize DeleteDeadBlock to deal with multiple dead blocks
Max Kazantsev
2019-01-14
1
-36
/
+47
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
1
-12
/
+13
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-13
/
+30
*
[TailCallElim] Preserve DT and PDT
Chijun Sima
2018-08-04
1
-1
/
+6
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-31
/
+33
*
Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...
Alina Sbirlea
2018-06-20
1
-14
/
+27
*
Revert "Simplify blockaddress usage before giving up in MergeBlockIntoPredece...
Xin Tong
2018-06-18
1
-8
/
+1
*
Simplify blockaddress usage before giving up in MergeBlockIntoPredecessor
Xin Tong
2018-06-18
1
-1
/
+8
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[SimplifyCFG] Fix a crash when folding PHIs.
Davide Italiano
2018-05-08
1
-4
/
+5
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Utils: Fix DomTree update for entry block
Matt Arsenault
2018-01-31
1
-5
/
+14
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
1
-4
/
+14
*
Revert "[JumpThreading] Preservation of DT and LVI across the pass"
Reid Kleckner
2018-01-04
1
-14
/
+4
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-04
1
-4
/
+14
*
Add assertion on DT availability during LI update in UpdateAnalysisInformation
Anna Thomas
2018-01-04
1
-0
/
+1
*
[BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...
Anna Thomas
2018-01-02
1
-0
/
+6
[next]