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
/
SimpleLoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phis
Daniil Suchkov
2019-12-06
1
-5
/
+5
*
[SimpleLoopUnswitch] Invalidate the topmost loop with ExitBB as exiting.
Florian Hahn
2019-12-04
1
-2
/
+17
*
[MemorySSA] Moving at the end often means before terminator.
Alina Sbirlea
2019-11-20
1
-1
/
+1
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
SimpleLoopUnswitch - fix uninitialized variable and null dereference warnings...
Simon Pilgrim
2019-10-16
1
-2
/
+3
*
[MemorySSA] Update DomTree before applying MSSA updates.
Alina Sbirlea
2019-10-15
1
-8
/
+5
*
[MemorySSA] Update for partial unswitch.
Alina Sbirlea
2019-10-14
1
-0
/
+7
*
[MemorySSA] Loop passes should mark MSSA preserved when available.
Alina Sbirlea
2019-08-17
1
-1
/
+1
*
[MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea
2019-07-12
1
-3
/
+3
*
[SimpleLoopUnswitch] Don't consider unswitching `switch` insructions with one...
Serguei Katkov
2019-07-10
1
-1
/
+1
*
[IRBuilder] Introduce helpers for and/or of multiple values at once
Philip Reames
2019-07-06
1
-8
/
+3
*
[SimpleLoopUnswitch] Implement handling of prof branch_weights metadata for S...
Yevgeny Rouban
2019-07-01
1
-17
/
+39
*
Only passes that preserve MemorySSA must mark it as preserved.
Alina Sbirlea
2019-06-11
1
-1
/
+5
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+3
*
[MemorySSA & LoopPassManager] Resolve PR40038.
Alina Sbirlea
2019-02-22
1
-3
/
+2
*
[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.
Alina Sbirlea
2019-02-21
1
-5
/
+13
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
1
-4
/
+4
*
[SimpleLoopUnswitch] Early check exit for trivial unswitch with MemorySSA.
Alina Sbirlea
2019-01-28
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SimpleLoopUnswitch] Increment stats counter for unswitching switch instruction
Zaara Syeda
2019-01-15
1
-1
/
+4
*
[SimpleLoopUnswitch] Remove debug dump.
Alina Sbirlea
2018-12-04
1
-3
/
+1
*
Update MemorySSA in SimpleLoopUnswitch.
Alina Sbirlea
2018-12-04
1
-77
/
+235
*
[SimpleLoopUnswitch] adding cost multiplier to cap exponential unswitch with
Fedor Sergeev
2018-11-16
1
-2
/
+116
*
[SimpleLoopUnswitch] partial unswitch needs to be careful when replacing inva...
Fedor Sergeev
2018-11-07
1
-1
/
+14
*
Fix -Wdocumentation warning. NFCI.
Simon Pilgrim
2018-10-27
1
-4
/
+4
*
[SimpleLoopUnswitch] Unswitch by experimental.guard intrinsics
Max Kazantsev
2018-10-26
1
-2
/
+107
*
[SimpleLoopUnswitch] Make all checks before actual non-trivial unswitch
Max Kazantsev
2018-10-26
1
-18
/
+20
*
[TI removal] Switch simple loop unswitch to `Instruction`.
Chandler Carruth
2018-10-18
1
-5
/
+5
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-5
/
+4
*
[SimpleLoopUnswitch] remove a chain of dead blocks at once
Fedor Sergeev
2018-09-04
1
-19
/
+19
*
[SimpleLoopUnswitch] After unswitch delete dead blocks in parent loops
Fedor Sergeev
2018-08-29
1
-2
/
+10
*
[SimpleLoopUnswitch] Form dedicated exits after trivial unswitches.
Alina Sbirlea
2018-08-28
1
-5
/
+8
*
[SimpleLoopUnswitch] Fix DT updates for trivial branch unswitching.
Alina Sbirlea
2018-07-28
1
-2
/
+4
*
[PM/Unswitch] Fix unused variable in r336646.
Chandler Carruth
2018-07-10
1
-0
/
+1
*
[PM/Unswitch] Fix a collection of closely related issues with trivial
Chandler Carruth
2018-07-10
1
-17
/
+38
*
[PM/Unswitch] Fix a nasty bug in the new PM's unswitch introduced in
Chandler Carruth
2018-07-09
1
-26
/
+81
*
[PM/LoopUnswitch] Fix PR37889, producing the correct loop nest structure
Chandler Carruth
2018-07-07
1
-2
/
+81
*
[PM/LoopUnswitch] Fix PR37651 by correctly invalidating SCEV when
Chandler Carruth
2018-07-03
1
-21
/
+84
*
[PM/LoopUnswitch] Teach the new unswitch to handle nontrivial
Chandler Carruth
2018-06-25
1
-156
/
+201
*
[PM/LoopUnswitch] Add partial non-trivial unswitching for invariant
Chandler Carruth
2018-06-21
1
-92
/
+237
*
[PM/LoopUnswitch] Support partial trivial unswitching.
Chandler Carruth
2018-06-20
1
-49
/
+171
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-2
/
+2
*
[PM/LoopUnswitch] Fix how the cloned loops are handled when updating analyses.
Chandler Carruth
2018-06-02
1
-44
/
+31
*
[PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule
Chandler Carruth
2018-05-30
1
-25
/
+29
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-17
/
+20
*
[PM/LoopUnswitch] Avoid pointlessly creating an exit block set.
Chandler Carruth
2018-05-10
1
-19
/
+4
*
[PM/LoopUnswitch] Remove the last manual domtree update code from loop
Chandler Carruth
2018-05-01
1
-170
/
+18
*
[PM/LoopUnswitch] Add back a successor set that was removed based on
Chandler Carruth
2018-05-01
1
-2
/
+6
[next]