summaryrefslogtreecommitdiff
path: root/llvm/examples/BrainF/BrainF.cpp
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-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-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
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
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
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
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
2012-01-31Fix BrainF compilation.Francois Pichet
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-18update for recent api changes. I have a hard time believing that this is act...Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet
2011-07-14Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer
2011-07-12Remove the const from Type after of Jay deconstify work.Francois Pichet
2011-07-12Fix the BrainF build.Francois Pichet
2011-07-11fix some examplesJohn Wiegley
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2010-08-10upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez
2009-11-06Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez
2009-11-05Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez
2009-10-26Remove FreeInst.Victor Hernandez
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson