summaryrefslogtreecommitdiff
path: root/llvm/test/Examples
AgeCommit message (Expand)Author
2025-08-01[llvm] Remove uses of %T in tests (#151621)Aiden Grossman
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2024-01-03[Orc][examples] Revisit advanced LLJIT examples and tests (#76236)Stefan Gränitz
2023-12-08[Orc][examples] Drop target triple from input for remote debugging test (#74831)Stefan Gränitz
2023-05-21[ExecutionEngine] Re-enable JIT tests on PowerPC.Lang Hames
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-08[ORC] Drop tests for OrcV2CBindingsReflectProcessSymbols after 231107a8b5b.Lang Hames
2023-01-10[LegacyPM] Port example pass SimplifyCFG to new PMSebastian Peryt
2023-01-05[Examples] Convert test to opaque pointers (NFC)Nikita Popov
2022-11-29[NFC][ORC] Fix lljit-with-thinlto-summaries.test output ordering issueFilipp Zhinkin
2022-11-27[Orc][examples] Temporarily re-enable tests for the C API and keep an eye on ...Stefan Gränitz
2022-11-27[Orc][examples] Emit artifacts in test-specific output folder (NFC)Stefan Gränitz
2022-11-04[CMake] Only set LLVM_DEFAULT_TARGET_TRIPLE to LLVM_HOST_TRIPLE when native t...Xiang Li
2022-08-01[Examples] Fix SimplifyCFG exampleNikita Popov
2022-06-02[OrcV2Examples] Fix test with opaque pointersNikita Popov
2021-10-23[Orc][examples] Re-enable test for LLJITWithRemoteDebuggingStefan Gränitz
2021-09-12[ORC] Temporarily remove the lljit-with-remote-debugging test.Lang Hames
2021-08-06[Orc][examples] Temporarily disable tests for the C API due to failures on sa...Stefan Gränitz
2021-07-29[Orc][examples] Adopt ExecutorProcessControl API and re-enable LLJITWithRemot...Stefan Gränitz
2021-07-01[Orc] At CBindings for LazyRexportsValentin Churavy
2021-06-30[Orc] Run the examples as part of the testsValentin Churavy
2021-06-28[Orc][examples] Temporarily disable LLJITWithRemoteDebugging build and testStefan Gränitz
2021-04-07[Orc][examples] Add missing FileCheck for lit test and polish outputStefan Gränitz
2021-03-28[Orc][examples] Add LLJITWithRemoteDebugging exampleStefan Gränitz
2021-02-24Revert "patch" it wass my mistake inusing gitxgupta
2021-02-24patchxgupta
2021-02-02[test][NewPM] Pin various tests to the legacy PMArthur Eubanks
2020-10-19[examples] Fix test: Kaleidoscope Chapter 4 no longer supports redefinition.Lang Hames
2020-08-23[ORC] Add a LLJITWithThinLTOSummaries example in OrcV2ExamplesStefan Gränitz
2020-06-23Fix incorrect "REQUIRE" (default_target->default_triple) introduced in 59f45a...Mehdi Amini
2020-06-19Mark some LLVM tests which require a default_triple (NFC)Mehdi Amini
2020-01-04Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn
2019-12-01Revert "[Examples] Add IRTransformations directory to examples."Florian Hahn
2019-11-12[Examples] Add IRTransformations directory to examples.Florian Hahn
2019-02-22Fix a think-o in the disable-kaleidoscope-tests-on-windows predicate of r354646.Lang Hames
2019-02-22Add 'Windows' to the disabled platforms list for the Kaleidoscope tests.Lang Hames
2019-02-22Disable Kaleidoscope tests on Win32 -- looks like they're still failing there.Lang Hames
2019-02-21[Kaleidoscope] Re-enable Kaleidoscope tests.Lang Hames
2015-08-28Disable llvm/test/Examples/ for now while investigating.NAKAMURA Takumi
2015-08-27Oops - Re-add the Kaleidoscope regression tests themselves (accidentally leftLang Hames
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames