summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2017-05-26[PM] Enable the new simple loop unswitch pass in the new pass managerChandler Carruth
2017-05-04[PM] Add ProfileSummaryAnalysis as a required pass in the new pipeline.Easwaran Raman
2017-04-27Disable GVN Hoist due to still more bugs being found in it. There isChandler Carruth
2017-04-26Simplify the CFG after loop pass cleanup.Filipe Cabecinhas
2017-04-24Handle invariant.group.barrier in BasicAAPiotr Padlewski
2017-04-12Remove readnone from invariant.group.barrierPiotr Padlewski
2017-03-13Bring back r297624.Rafael Espindola
2017-03-13Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola
2017-03-13Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola
2017-03-09[PM/Inliner] Make the new PM's inliner process call edges across anChandler Carruth
2017-03-03Teach lit to expand glob expressions.Zachary Turner
2017-03-01NewGVN: Add debug counter for value numberingDaniel Berlin
2017-02-19s/REQUIRES: Asserts/REQUIRES: asserts/Daniel Jasper
2017-02-19Re-add debugcounter.ll with Requires: Asserts so that it only triggers when a...Daniel Berlin
2017-02-19Which, in turn, causes build bots to fail that have it unexpectedly passing. ...Daniel Berlin
2017-02-19XFAIL this test until we figure out what to do here, since it will fail if ND...Daniel Berlin
2017-02-19Add a DebugCounter for PredicateInfo renaming, and an associated testDaniel Berlin
2017-02-17opt: Rename -default-data-layout flag to -data-layout and make it always over...Peter Collingbourne
2017-02-14Correct a typo, s/hosting/hoisting/Brian Cain
2017-02-13[PM] Hook up the instrumented PGO machinery in the new PM.Davide Italiano
2017-02-12[PM] Add devirtualization-based iteration utility into the new PM'sChandler Carruth
2017-02-12[PM] Enable GlobalsAA in the new PM's pipeline by default.Chandler Carruth
2017-02-10[PM] Relax the patterns used in the new test I added because someChandler Carruth
2017-02-10[PM] Fix a bug in the new loop PM when handling functions with no loops.Chandler Carruth
2017-02-09[PM] Add Argument Promotion to the pass pipeline.Chandler Carruth
2017-01-27[PM] Port LoopLoadElimination to the new pass manager and wire it intoChandler Carruth
2017-01-27[PM] Flesh out almost all of the late loop passes.Chandler Carruth
2017-01-26[PM] Enable the main loop pass pipelines with everything butChandler Carruth
2017-01-24[PH] Replace uses of AssertingVH from members of analysis results withChandler Carruth
2017-01-24[PM] Further fixes to the test case in r292863.Chandler Carruth
2017-01-24[PM] Try to make all three compilers happy when it comes to pretty printing.Davide Italiano
2017-01-24[PM] Flesh out the new pass manager LTO pipeline.Davide Italiano
2017-01-23[PM] Replace the hard invalidate in JumpThreading for LVI with correctChandler Carruth
2017-01-23[PM] Teach LVI to correctly invalidate itself when its dependenciesChandler Carruth
2017-01-22[PM] Fix a really nasty bug introduced when adding PGO support to theChandler Carruth
2017-01-21[PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.Chandler Carruth
2017-01-20[PM] Tidy up the spacing of this new, much nicer test file.Chandler Carruth
2017-01-20[PM] Attempt to pacify windows bots.Michael Kuperstein
2017-01-19[PM] Make default pipeline test for the new PM strictMichael Kuperstein
2017-01-19Revert r292530 since it breaks buildbots.Michael Kuperstein
2017-01-19[PM] Make default pipeline test for the new PM strictMichael Kuperstein
2017-01-19[PM] Add LoopVectorize to the default module pipelineMichael Kuperstein
2017-01-17[PM] Teach the LoopPassManager to automatically canonicalize loops byChandler Carruth
2017-01-15[PM] Teach the optimization remarks emitter to handle invalidationChandler Carruth
2017-01-13Move test of lazy BFI with ORE to a generic directoryAdam Nemet
2017-01-11[PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth
2016-12-28[PM] Introduce a devirtualization iteration layer for the new PM.Chandler Carruth
2016-12-28[PM] Actually commit the test update that was supposed to accompanyChandler Carruth
2016-12-27[PM] Teach BasicAA how to invalidate its result object.Chandler Carruth
2016-12-27[PM] Disable more of the loop passes -- LCSSA and LoopSimplify are alsoChandler Carruth