summaryrefslogtreecommitdiffstats
path: root/test/Other
Commit message (Expand)AuthorAgeFilesLines
* [PM/LCG] Follow-up fix to r308088 to handle deletion of libraryChandler Carruth2017-07-191-3/+29
* [PM/LCG] Teach the LazyCallGraph to maintain reference edges from everyChandler Carruth2017-07-152-0/+37
* Make shell redirection construct portableKamil Rytarowski2017-07-121-1/+1
* fix typos in comments; NFCHiroshi Inoue2017-07-111-1/+1
* [PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe2017-07-102-1/+50
* Revert "[lit] Clean output directories before running tests."Zachary Turner2017-06-301-28/+28
* [lit] Clean output directories before running tests.Zachary Turner2017-06-301-28/+28
* [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.Tim Shen2017-06-291-6/+6
* [EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...Geoff Berry2017-06-272-0/+2
* [PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.Chandler Carruth2017-06-012-1/+228
* [PM] Enable the new simple loop unswitch pass in the new pass managerChandler Carruth2017-05-261-0/+1
* [PM] Add ProfileSummaryAnalysis as a required pass in the new pipeline.Easwaran Raman2017-05-041-0/+2
* Disable GVN Hoist due to still more bugs being found in it. There isChandler Carruth2017-04-271-4/+6
* Simplify the CFG after loop pass cleanup.Filipe Cabecinhas2017-04-263-0/+58
* Handle invariant.group.barrier in BasicAAPiotr Padlewski2017-04-241-0/+15
* Remove readnone from invariant.group.barrierPiotr Padlewski2017-04-121-0/+62
* Bring back r297624.Rafael Espindola2017-03-131-0/+16
* Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola2017-03-131-14/+0
* Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola2017-03-131-0/+14
* [PM/Inliner] Make the new PM's inliner process call edges across anChandler Carruth2017-03-092-3/+3
* Teach lit to expand glob expressions.Zachary Turner2017-03-032-0/+28
* NewGVN: Add debug counter for value numberingDaniel Berlin2017-03-012-3/+24
* s/REQUIRES: Asserts/REQUIRES: asserts/Daniel Jasper2017-02-191-1/+1
* Re-add debugcounter.ll with Requires: Asserts so that it only triggers when a...Daniel Berlin2017-02-191-0/+40
* Which, in turn, causes build bots to fail that have it unexpectedly passing. ...Daniel Berlin2017-02-191-40/+0
* XFAIL this test until we figure out what to do here, since it will fail if ND...Daniel Berlin2017-02-191-0/+1
* Add a DebugCounter for PredicateInfo renaming, and an associated testDaniel Berlin2017-02-191-0/+39
* opt: Rename -default-data-layout flag to -data-layout and make it always over...Peter Collingbourne2017-02-171-1/+1
* Correct a typo, s/hosting/hoisting/Brian Cain2017-02-141-1/+1
* [PM] Hook up the instrumented PGO machinery in the new PM.Davide Italiano2017-02-131-0/+1
* [PM] Add devirtualization-based iteration utility into the new PM'sChandler Carruth2017-02-121-2/+16
* [PM] Enable GlobalsAA in the new PM's pipeline by default.Chandler Carruth2017-02-121-1/+4
* [PM] Relax the patterns used in the new test I added because someChandler Carruth2017-02-101-20/+20
* [PM] Fix a bug in the new loop PM when handling functions with no loops.Chandler Carruth2017-02-103-2/+279
* [PM] Add Argument Promotion to the pass pipeline.Chandler Carruth2017-02-091-0/+3
* [PM] Port LoopLoadElimination to the new pass manager and wire it intoChandler Carruth2017-01-271-0/+2
* [PM] Flesh out almost all of the late loop passes.Chandler Carruth2017-01-271-0/+6
* [PM] Enable the main loop pass pipelines with everything butChandler Carruth2017-01-261-0/+8
* [PH] Replace uses of AssertingVH from members of analysis results withChandler Carruth2017-01-242-5/+0
* [PM] Further fixes to the test case in r292863.Chandler Carruth2017-01-241-1/+1
* [PM] Try to make all three compilers happy when it comes to pretty printing.Davide Italiano2017-01-241-14/+11
* [PM] Flesh out the new pass manager LTO pipeline.Davide Italiano2017-01-242-7/+105
* [PM] Replace the hard invalidate in JumpThreading for LVI with correctChandler Carruth2017-01-231-4/+0
* [PM] Teach LVI to correctly invalidate itself when its dependenciesChandler Carruth2017-01-231-3/+0
* [PM] Fix a really nasty bug introduced when adding PGO support to theChandler Carruth2017-01-221-1/+1
* [PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.Chandler Carruth2017-01-212-1/+5
* [PM] Tidy up the spacing of this new, much nicer test file.Chandler Carruth2017-01-201-133/+134
* [PM] Attempt to pacify windows bots.Michael Kuperstein2017-01-201-1/+1
* [PM] Make default pipeline test for the new PM strictMichael Kuperstein2017-01-192-83/+176
* Revert r292530 since it breaks buildbots.Michael Kuperstein2017-01-192-176/+83