summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
Commit message (Expand)AuthorAgeFilesLines
* [BasicAA] Make BasicAA a cfg pass.Alina Sbirlea2020-06-233-12/+0
* [LoopRotate] Get and update MSSA only if available in legacy pass manager.Alina Sbirlea2020-02-264-18/+19
* Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"Teresa Johnson2020-01-137-1018/+0
* Add a couple of missed wildcards in debug-pass-manager output checkingTeresa Johnson2020-01-131-1/+1
* Hopefully last fix for bot failuresTeresa Johnson2020-01-134-94/+94
* Try number 2 for fixing bot failuresTeresa Johnson2020-01-134-14/+24
* Fix tests for builtbot failuresTeresa Johnson2020-01-134-14/+14
* [ThinLTO] Add additional ThinLTO pipeline testing with new PMTeresa Johnson2020-01-137-0/+1008
* Remove umask testsAlexandre Ganea2020-01-101-14/+0
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-092-0/+6
* llc: Change behavior of -mcpu with existing attributeMatt Arsenault2020-01-071-4/+12
* Fix typo in compiler extension testingserge-sans-paille2020-01-033-3/+3
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-026-16/+36
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-242-3/+3
* Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."Francesco Petrogalli2019-12-133-6/+0
* [VectorUtils] Introduce the Vector Function Database (VFDatabase).Francesco Petrogalli2019-12-103-0/+6
* [PassInstrumentation] Remove excess newline for the new pass managerFangrui Song2019-11-282-21/+15
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-262-66/+58
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-262-58/+66
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-252-66/+58
* [llvm-bcanalyzer] Don't dump the contents if -dump is not passedFrancis Visoiu Mistrih2019-11-131-0/+11
* [NewPM] Add an SROA pass after loop unrollGuozhi Wei2019-11-013-0/+63
* [LegacyPM] Fix pass structure dumpingevgeny2019-11-014-10/+37
* Reapply r374743 with a fix for the ocaml bindingJoerg Sonnenberger2019-10-145-0/+8
* Revert "Add a pass to lower is.constant and objectsize intrinsics"Dmitri Gribenko2019-10-145-8/+0
* Add a pass to lower is.constant and objectsize intrinsicsJoerg Sonnenberger2019-10-135-0/+8
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-081-0/+393
* [Float2Int] avoid crashing on unreachable code (PR38502)Sanjay Patel2019-09-193-3/+3
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-2/+4
* Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...Dmitri Gribenko2019-09-103-9/+0
* Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...Clement Courbet2019-09-103-0/+9
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-101-0/+2
* Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson2019-09-074-7/+12
* [MemorySSA] Re-enable MemorySSA use.Alina Sbirlea2019-09-043-18/+30
* [IRPrinting] Improve module pass printer to work better with -filter-print-funcsTaewook Oh2019-09-041-0/+18
* [MemorySSA] Disable MemorySSA use.Alina Sbirlea2019-09-033-30/+18
* [MemorySSA] Re-enable MemorySSA use.Alina Sbirlea2019-09-033-18/+30
* Revert enabling MemorySSA.Alina Sbirlea2019-08-293-30/+18
* [MemorySSA & LoopPassManager] Enable MemorySSA as loop dependency. Update tests.Alina Sbirlea2019-08-293-18/+30
* [SlotIndexes] Add print-slotindexes to disable printing slotindexesJinsong Ji2019-08-221-0/+12
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-142-2/+2
* [Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpyDavid Bolvansky2019-08-141-1/+4
* Revert '[LICM] Make Loop ICM profile aware' and 'Fix pass dependency for LICM'David L. Jones2019-08-144-31/+1
* [NFC] Fixed testDavid Bolvansky2019-08-131-1/+1
* [LICM] Make Loop ICM profile awareWenlei He2019-08-114-1/+31
* [NewPassManager] Resolve assertion in CGSCCPassManager when CallCounts change.Alina Sbirlea2019-08-021-0/+57
* [PGO] Add PGO support at -O0 in the experimental new pass managerRong Xu2019-08-011-0/+21
* Recommit "[GVN] Preserve loop related analysis/canonical forms."Florian Hahn2019-07-313-3/+0
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-2/+2
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-052-0/+16
OpenPOWER on IntegriCloud