| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Fix compilation of examples after 13680223b9d8 / r352827 | James Y Knight | 2019-02-01 | 3 | -4/+6 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 3 | -18/+18 |
* | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 3 | -18/+18 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 3 | -18/+18 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 3 | -12/+9 |
* | Update examples for API change. NFC. | Rafael Espindola | 2018-02-14 | 1 | -1/+1 |
* | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton | 2017-04-11 | 2 | -5/+5 |
* | BrainF example: fixing output buffering issue | Boris Ulasevich | 2017-01-17 | 1 | -0/+4 |
* | BrainF example: fixing segfault caused by outdated code with missing MCJIT de... | Boris Ulasevich | 2016-12-15 | 2 | -0/+7 |
* | Fix examples files to reflect header split in r286566. | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+2 |
* | Fix some Include What You Use warnings in examples; other minor fixes. | Eugene Zelenko | 2016-05-25 | 3 | -12/+40 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+1 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -15/+0 |
* | examples: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-11-07 | 1 | -2/+2 |
* | Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo... | Hans Wennborg | 2015-09-29 | 1 | -7/+3 |
* | BrainF.cpp: Update CreateCall() according to r237624. | NAKAMURA Takumi | 2015-05-19 | 1 | -1/+2 |
* | llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl... | NAKAMURA Takumi | 2015-04-02 | 1 | -1/+1 |
* | Fix configure and make build of llvm examples. | Iain Sandoe | 2014-09-03 | 1 | -1/+1 |
* | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 2 | -2/+1 |
* | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -3/+2 |
* | Make it explicit that ExecutionEngine takes ownership of the modules. | Rafael Espindola | 2014-08-19 | 1 | -7/+7 |
* | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 2 | -1/+2 |
* | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 2 | -2/+1 |
* | [CMake] Update libdeps. | NAKAMURA Takumi | 2014-07-14 | 1 | -0/+1 |
* | Try to fix the msvc build. | Benjamin Kramer | 2014-04-29 | 1 | -0/+1 |
* | Replace the F_Binary flag with a F_Text one. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | [cleanup] Re-sort the examples #include lines with my sort_includes | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | [cleanup] Fix the includes in the examples for r199082. | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. | NAKAMURA Takumi | 2013-12-10 | 1 | -1/+8 |
* | Update the examples for an API change. | Rafael Espindola | 2013-07-16 | 1 | -1/+1 |
* | Update the examples for the new header file locations. | Chandler Carruth | 2013-01-02 | 3 | -7/+7 |
* | Sort the #include lines of the examples/... tree. | Chandler Carruth | 2012-12-04 | 2 | -3/+3 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -1/+1 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -1/+0 |
* | Fix BrainF compilation. | Francois Pichet | 2012-01-31 | 1 | -1/+2 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -2/+1 |
* | update for recent api changes. I have a hard time believing that this is act... | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. | Francois Pichet | 2011-07-15 | 1 | -3/+3 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 |
* | Remove the const from Type after of Jay deconstify work. | Francois Pichet | 2011-07-12 | 1 | -1/+1 |
* | Fix the BrainF build. | Francois Pichet | 2011-07-12 | 1 | -1/+1 |
* | fix some examples | John Wiegley | 2011-07-11 | 1 | -1/+1 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -4/+3 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -3/+2 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -2/+3 |
* | upgrade to use new intrinsics, patch by Dan Hipschman! | Chris Lattner | 2010-08-10 | 1 | -5/+6 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -3/+0 |