aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Passes
AgeCommit message (Expand)AuthorFilesLines
2023-07-10[llvm] CYGWIN: Fix build of some plugins/library/unittestsCarlo Bramini1-1/+1
2023-03-01[gn] port e281d102fb73 moreNico Weber2-2/+6
2023-02-28[unittest] Restructure plugin cmake targetibricchi10-42/+54
2023-01-25[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson1-4/+4
2022-12-16[NFC] Add llvm-config.h def for LLVM_ENABLE_PLUGINSMircea Trofin1-6/+0
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille1-0/+1
2022-01-31Fix memory leak I introduced in 2d66ed370a40Chris Bieneman1-1/+5
2022-01-31[NFC] Skip PassBuilderCTests if no default tripleChris Bieneman1-1/+9
2021-10-22[AIX] Enable rtl for plugins testSteven Wan1-0/+5
2021-07-07unittests: Fix library dependency nameTom Stellard1-1/+1
2021-07-07unittests: Fix build with LLVM_LINK_LLVM_DYLIB=ONTom Stellard1-2/+2
2021-06-30Fix shared build.Michael Liao1-1/+1
2021-06-30[NPM] Resolve llvmGetPassPluginInfo to the plugin being loadedTomas Matheson4-26/+151
2021-05-18[NFC] Format PassesBindingsTests CMake like other unittestsArthur Eubanks1-1/+3
2021-05-18[test] Speculative fix for bots (round 2)Arthur Eubanks2-4/+5
2021-05-18Revert "[test] Speculative fix for bots"Arthur Eubanks1-3/+2
2021-05-18[test] Speculative fix for botsArthur Eubanks1-2/+3
2021-05-17[test] Free triple in PassBuilderBindingsTestArthur Eubanks1-1/+2
2021-05-17[NewPM] Add C bindings for new pass managerMats Larsen2-1/+72
2021-05-17Revert "[NewPM] Add C bindings for new pass manager"Nico Weber2-72/+1
2021-05-17[NewPM] Add C bindings for new pass managerMats Larsen2-1/+72
2021-05-14Bump googletest to 1.10.0Benjamin Kramer1-2/+1
2021-04-27[AIX] Add %pluginext and update tests to use proper pluginextDavid Tenty1-1/+1
2020-03-23Don't export symbols from clang/opt/llc if plugins are disabled.Eli Friedman1-1/+1
2020-02-10[test] Disable the Passes/PluginsTest cases on windows with BUILD_SHARED_LIBSMartin Storsjö1-18/+24
2020-02-05Partially revert c1c9819ef91aab51b5a23fb3027adac5a2f551ccMartin Storsjö1-1/+1
2020-02-05[CMake] Add missing component dependencies, to fix building for mingw with BU...Martin Storsjö1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-14cmake: Don't install plugins used for examples or testsTom Stellard1-1/+1
2018-12-20cmake: Remove add_llvm_loadable_module()Tom Stellard1-1/+1
2018-10-17[NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2-2/+4
2018-10-15Revert "[NewPM] teach -passes= to emit meaningful error messages"Fedor Sergeev2-4/+2
2018-10-15[NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2-2/+4
2018-09-13Revert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` is requested."Volodymyr Sapsai1-6/+4
2018-09-13[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` is requested.Richard Diamond1-4/+6
2018-08-16Revert "unittests: Don't install TestPlugin.so"Tom Stellard1-1/+1
2018-08-16unittests: Don't install TestPlugin.soTom Stellard1-1/+1
2018-05-19Fix build warning compiling TestPlugin on Windows and disable Passes plugin s...Nico Weber2-15/+6
2018-05-18use standard llvm cmake formatting for targets defined in plugin testsNico Weber1-2/+6
2018-05-16Give shared modules in unittests the platform-native extension, make PipSquea...Nico Weber2-2/+3
2018-05-15Rename three cxx files in unittests to cpp.Nico Weber2-2/+5
2018-05-02Move the TestPlugin project into the Tests folder in CMake.Aaron Ballman1-0/+1
2018-04-25Fix PluginsTests failure on Windows buildbots by enabling it everywhereReid Kleckner2-17/+26
2018-04-25Avoid a warning on pointer casting, NFCGabor Buella1-1/+3
2018-04-19[Unittests] Fix plugins testMikhail Maltsev1-1/+1
2018-04-07Revert "Followup for r329293: Temporarily disable the breaking test on windows."Philip Pfaffe1-2/+1
2018-04-06Followup for r329293: Temporarily disable the breaking test on windows.Philip Pfaffe1-1/+2
2018-04-05Another fix for r329293: Unbreak the windows botsPhilip Pfaffe1-13/+20