aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Passes
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Fix some unit tests for LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES=Off.Lang Hames1-1/+2
2024-08-19[LLVM][NewPM] Add C API for running the pipeline on a single function. (#103773)Tim Besard1-1/+15
2024-08-14[LLVM][NewPM] Add a C API for setting the PassBuilder AA pipeline. (#102482)Tim Besard1-0/+1
2024-08-08[CMake] Remove EXPORT_SYMBOLS_FOR_PLUGINS from #102138 (#102396)Steven Wu1-2/+1
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu1-1/+2
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu1-2/+1
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu1-1/+2
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov2-0/+2
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