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
*
[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
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
3
-3
/
+3
*
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
1
-0
/
+41
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Make loop preheader insertion in LoopSimplify handle the case where the loop ...
Eli Friedman
2011-12-15
1
-0
/
+45
*
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-12
1
-1
/
+1
*
Update to the new EH syntax.
Bill Wendling
2011-09-19
1
-7
/
+3
*
Dramatically reduce this testcase.
Bill Wendling
2011-09-19
1
-873
/
+14
*
Generalize test case to handle multiple indvars modes.
Andrew Trick
2011-09-13
1
-3
/
+6
*
Reenable test.
Bill Wendling
2011-08-31
1
-1
/
+0
*
Revert accidental commit
Bill Wendling
2011-08-31
1
-6
/
+0
*
Disable this test until Bill fixes it properly.
Eli Friedman
2011-08-31
1
-0
/
+1
*
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
1
-0
/
+6
[next]