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
/
test
/
Transforms
/
LoopSimplify
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
1
-48
/
+0
*
Preserve loop metadata when splitting exit blocks
Craig Topper
2018-11-13
1
-0
/
+48
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-2
/
+2
*
Re-enable "[SCEV] Make computeExitLimit more simple and more powerful"
Max Kazantsev
2018-05-03
1
-1
/
+1
*
Revert "[SCEV] Make computeExitLimit more simple and more powerful"
Max Kazantsev
2018-04-26
1
-1
/
+1
*
[LoopSimplify] Fix incorrect SCEV invalidation
Max Kazantsev
2018-04-23
1
-1
/
+1
*
[SCEV] Make exact taken count calculation more optimistic
Max Kazantsev
2018-03-27
1
-2
/
+2
*
[BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...
Anna Thomas
2018-01-02
1
-0
/
+49
*
[SCEV] Teach SCEV to find maxBECount when loop endbound is variant
Anna Thomas
2017-10-13
1
-2
/
+2
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
[SCEV] Do not visit nodes twice in containsConstantSomewhere
Max Kazantsev
2017-07-28
1
-0
/
+75
*
[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.
Chandler Carruth
2017-06-25
1
-0
/
+81
*
[LoopSimplify] Improve a test for loop simplify minorly. NFC.
Chandler Carruth
2017-06-25
1
-12
/
+150
*
[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugloc for instructions cr...
Taewook Oh
2017-02-14
1
-0
/
+7
*
Make a test actually test what it set out to test.
Chandler Carruth
2017-01-12
1
-11
/
+50
*
Preserve loop metadata when folding branches to a common destination.
Michael Kuperstein
2016-12-16
1
-0
/
+28
*
[LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.
Michael Zolotukhin
2016-11-18
1
-0
/
+32
*
[simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.
Florian Hahn
2016-11-18
1
-0
/
+42
*
[LoopSimplify] Rebuild LCSSA for the inner loop after separating nested loops.
Michael Zolotukhin
2016-08-09
1
-1
/
+32
*
Revert "Revert "[LoopSimplify] Fix updating LCSSA after separating nested loo...
Michael Zolotukhin
2016-08-07
1
-1
/
+33
*
Revert "[LoopSimplify] Fix updating LCSSA after separating nested loops."
Michael Zolotukhin
2016-08-06
1
-33
/
+1
*
[LoopSimplify] Fix updating LCSSA after separating nested loops.
Michael Zolotukhin
2016-08-05
1
-1
/
+33
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
1
-0
/
+76
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
1
-76
/
+0
*
[LoopSimplify] Update LCSSA after separating nested loops.
Michael Zolotukhin
2016-07-18
1
-0
/
+76
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
1
-0
/
+1
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-1
/
+1
*
[LoopSimplify] Preserve LCSSA when merging exit blocks.
Michael Zolotukhin
2016-06-08
1
-0
/
+32
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
2
-6
/
+4
*
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
Davide Italiano
2016-04-05
2
-0
/
+12
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+2
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
2
-2
/
+2
*
[LoopSimplify] Set proper debug location in loop backedge blocks.
Alexey Samsonov
2015-06-29
1
-11
/
+27
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
3
-8
/
+8
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
1
-0
/
+90
*
Verifier: Call verifyModule() from llc and opt
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
2
-3
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-0
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
6
-23
/
+23
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
4
-10
/
+10
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-1
/
+1
*
FileCheckize. NFC.
Chad Rosier
2014-09-12
1
-21
/
+25
*
No need for those tests to go thru llvm-as and/or llvm-dis.
Arnaud A. de Grandmaison
2014-05-27
1
-1
/
+1
*
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
Chandler Carruth
2014-02-11
1
-3
/
+3
*
[LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
2014-01-25
1
-4
/
+4
*
Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...
Andrew Trick
2014-01-06
2
-0
/
+190
*
Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...
Alp Toker
2014-01-04
1
-80
/
+0
*
Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.
Andrew Trick
2014-01-04
1
-0
/
+80
*
UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessors
Hal Finkel
2013-10-04
1
-0
/
+46
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
[next]