| Age | Commit message (Expand) | Author |
| 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 |
| 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-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 |
| 2015-11-07 | examples: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith |
| 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-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-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 |
| 2012-04-19 | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer |
| 2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
| 2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
| 2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
| 2009-06-17 | make sure that JIT examples link in their appropriate target. | Chris Lattner |
| 2008-08-23 | use proper namespace qualifications | Chris Lattner |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2007-12-29 | remove attributions from examples. | Chris Lattner |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-09-12 | add a new BF->LLVM translator, contributed by Sterling Stein. | Chris Lattner |