| Age | Commit 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-12 | Clean 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-04 | Follow up to 6b62a9135a2, fix llvm-examples build | Jeremy Morse |
| 2023-11-07 | [NFC] Remove Type::getInt8PtrTy (#71029) | Paulo Matos |
| 2023-09-19 | Move CallInst::CreateFree to IRBuilderBase | Konrad Kleine |
| 2023-09-19 | [examples] Remove unused variable 'BB' in BrainF.cpp (NFC) | Jie Fu |
| 2023-09-19 | [llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc | Konrad 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]]. NFC | Fangrui Song |
| 2021-07-18 | Opaque pointer GEP fixes for BrainF example | David Blaikie |
| 2021-04-03 | Opaque pointers: Migrate examples to use load with explicit type | David 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-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song |
| 2019-02-01 | Fix compilation of examples after 13680223b9d8 / r352827 | James Y Knight |
| 2019-02-01 | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight |
| 2019-01-31 | Revert "[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-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-02-14 | Update examples for API change. NFC. | Rafael Espindola |
| 2017-04-11 | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton |
| 2017-01-17 | BrainF example: fixing output buffering issue | Boris Ulasevich |
| 2016-12-15 | BrainF example: fixing segfault caused by outdated code with missing MCJIT de... | Boris Ulasevich |
| 2016-11-11 | Fix examples files to reflect header split in r286566. | Teresa Johnson |
| 2016-08-17 | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner |
| 2016-05-25 | Fix some Include What You Use warnings in examples; other minor fixes. | Eugene Zelenko |
| 2016-04-14 | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini |
| 2016-01-26 | Remove autoconf support | Chris Bieneman |
| 2015-11-07 | examples: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith |
| 2015-09-29 | Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo... | Hans Wennborg |
| 2015-05-19 | BrainF.cpp: Update CreateCall() according to r237624. | NAKAMURA Takumi |
| 2015-04-02 | llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl... | NAKAMURA Takumi |
| 2014-09-03 | Fix configure and make build of llvm examples. | Iain Sandoe |
| 2014-09-02 | Reinstate "Nuke the old JIT." | Eric Christopher |
| 2014-08-25 | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola |
| 2014-08-19 | Make it explicit that ExecutionEngine takes ownership of the modules. | Rafael Espindola |
| 2014-08-07 | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher |
| 2014-08-07 | Nuke the old JIT. | Rafael Espindola |
| 2014-07-14 | [CMake] Update libdeps. | NAKAMURA Takumi |
| 2014-04-29 | Try to fix the msvc build. | Benjamin Kramer |
| 2014-02-24 | Replace the F_Binary flag with a F_Text one. | Rafael Espindola |
| 2014-01-13 | [cleanup] Re-sort the examples #include lines with my sort_includes | Chandler 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-16 | Update the examples for an API change. | Rafael Espindola |
| 2013-01-02 | Update the examples for the new header file locations. | Chandler Carruth |
| 2012-12-04 | Sort the #include lines of the examples/... tree. | Chandler Carruth |