summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2017-12-29[PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonical...Fedor Sergeev
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-12-14[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...Fedor Sergeev
2017-12-01IR printing improvement for loop passes - handle -print-module-scopeFedor Sergeev
2017-12-01IR printing improvement for function passes - introducing -print-module-scopeFedor Sergeev
2017-11-28Add a new pass to speculate around PHI nodes with constant (integer) operands...Chandler Carruth
2017-11-22IR printing improvement for loop passesFedor Sergeev
2017-11-16Let llvm.invariant.group.barrier accepts pointer to any address spaceYaxun Liu
2017-11-03Recommit r317351 : Add CallSiteSplitting passJun Bum Lim
2017-11-03Revert "Add CallSiteSplitting pass"Jun Bum Lim
2017-11-03Add CallSiteSplitting passJun Bum Lim
2017-10-25Add CalledValuePropagation passMatthew Simpson
2017-10-23[PM] Add pgo-memop-opt pass to the new pass managerRong Xu
2017-10-05[NewPassManager] Run global dead code elimination after the inliner.Davide Italiano
2017-10-05[PassManager] Improve the interaction between -O2 and ThinLTO.Davide Italiano
2017-10-05[PassManager] Run global optimizations after the inliner.Davide Italiano
2017-10-04Do not call Loop::getName on possibly dead loopsSanjoy Das
2017-09-14[PM/CGSCC] Teach the CGSCC pass manager components to gracefully handleChandler Carruth
2017-09-09Merge isKnownNonNull into isKnownNonZeroNuno Lopes
2017-09-09[DivRempairs] add a pass to optimize div/rem pairs (PR31028)Sanjay Patel
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