summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2017-08-19revert failing testVictor Leschuk
2017-08-19Add temporary test to verify that win10 builder hangs on errorVictor Leschuk
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-08-11[PM] Switch the CGSCC debug messages to use the standard LLVM debugChandler Carruth
2017-08-10Revert part of r310296 to make it really NFC for instrumentation PGO.Dehao Chen
2017-08-08Make ICP uses PSI to check for hotness.Dehao Chen
2017-08-08[PM] Fix a likely more critical infloop bug in the CGSCC pass manager.Chandler Carruth
2017-08-07Move the SampleProfileLoader right after EarlyFPM.Dehao Chen
2017-08-03Use profile summary to disable peeling for huge working setsTeresa Johnson
2017-08-02[PM] Split LoopUnrollPass and make partial unroller a function passTeresa Johnson
2017-07-29Update the test to make windows bot pass.Dehao Chen
2017-07-29update the test file that was omitted in r309478.Dehao Chen
2017-07-29Refine the PGOOpt and SamplePGOSupport handling.Dehao Chen
2017-07-27Relax the matching in these testsAdam Nemet
2017-07-27[ICP] Migrate to OptimizationRemarkEmitterAdam Nemet
2017-07-26Migrate SimplifyLibCalls to new OptimizationRemarkEmitterAdam Nemet
2017-07-26Make new PM honor -fdebug-info-for-profilingDehao Chen
2017-07-26Add test coverage for new PM PGOOpt handling.Dehao Chen
2017-07-19[TRE] Move to the new OptRemark API.Davide Italiano
2017-07-19[PM/LCG] Follow-up fix to r308088 to handle deletion of libraryChandler Carruth
2017-07-15[PM/LCG] Teach the LazyCallGraph to maintain reference edges from everyChandler Carruth
2017-07-12Make shell redirection construct portableKamil Rytarowski
2017-07-11fix typos in comments; NFCHiroshi Inoue
2017-07-10[PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe
2017-06-30Revert "[lit] Clean output directories before running tests."Zachary Turner
2017-06-30[lit] Clean output directories before running tests.Zachary Turner
2017-06-29[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.Tim Shen
2017-06-27[EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...Geoff Berry
2017-06-01[PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.Chandler Carruth
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