summaryrefslogtreecommitdiff
path: root/llvm/examples/BrainF
AgeCommit message (Expand)Author
2025-01-23[IR] Replace of PointerType::getUnqual(Type) with opaque version (NFC) (#123909)Mats Jun Larsen
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-08-12Clean up pointer casts etc after opaque pointers transition. NFC (#102631)Bjorn Pettersson
2024-06-08[llvm] Remove useless headers in example BrainF (#93701)FantasqueX
2024-03-04Follow up to 6b62a9135a2, fix llvm-examples buildJeremy Morse
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos
2023-09-19Move CallInst::CreateFree to IRBuilderBaseKonrad Kleine
2023-09-19[examples] Remove unused variable 'BB' in BrainF.cpp (NFC)Jie Fu
2023-09-19[llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMallocKonrad Kleine
2022-12-15[NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be cons...Vasileios Porpodas
2022-12-14[NFC] Fixes BrainF example build failure caused by c143b77b30fc23f70aac94be66...Vasileios Porpodas
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2021-07-18Opaque pointer GEP fixes for BrainF exampleDavid Blaikie
2021-04-03Opaque pointers: Migrate examples to use load with explicit typeDavid Blaikie
2020-05-10[examples] Fix llvm.memset prototype in BrainF example.Ricky Zhou
2020-04-07[NFC] Clean up uses of LoadInst constructor.Eli Friedman
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-02-01Fix compilation of examples after 13680223b9d8 / r352827James Y Knight
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-14Update examples for API change. NFC.Rafael Espindola
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-01-17BrainF example: fixing output buffering issueBoris Ulasevich
2016-12-15BrainF example: fixing segfault caused by outdated code with missing MCJIT de...Boris Ulasevich
2016-11-11Fix examples files to reflect header split in r286566.Teresa Johnson
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-05-25Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-11-07examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg
2015-05-19BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi
2015-04-02llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl...NAKAMURA Takumi
2014-09-03Fix configure and make build of llvm examples.Iain Sandoe
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi
2014-04-29Try to fix the msvc build.Benjamin Kramer
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-07-16Update the examples for an API change.Rafael Espindola
2013-01-02Update the examples for the new header file locations.Chandler Carruth
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth