| Commit message (Expand) | Author | Age | Files | Lines |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove TypeBuilder.h, and fix the few locations using it. | James Y Knight | 2019-01-13 | 1 | -16/+28 |
| * | Remove redundant includes from unittests. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Fix some Clang-tidy modernize warnings, other minor fixes. | Eugene Zelenko | 2015-11-04 | 1 | -3/+3 |
| * | Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener... | Hans Wennborg | 2015-10-06 | 1 | -3/+3 |
| * | [ExecutionEngine] Re-apply r241962 with fixes for ARM. | Lang Hames | 2015-07-14 | 1 | -0/+82 |
| * | Revert "[ExecutionEngine] Use std::function rather than a function pointer fo... | Renato Golin | 2015-07-11 | 1 | -64/+0 |
| * | [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a | Lang Hames | 2015-07-11 | 1 | -1/+1 |
| * | [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for | Lang Hames | 2015-07-11 | 1 | -3/+2 |
| * | [ExecutionEngine] Use std::function rather than a function pointer for the | Lang Hames | 2015-07-10 | 1 | -0/+65 |
| * | Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini... | David Blaikie | 2015-05-18 | 1 | -1/+1 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
| * | Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld". | Lang Hames | 2015-01-28 | 1 | -42/+0 |
| * | [ExecutionEngine] Add weak symbol support to RuntimeDyld | Keno Fischer | 2015-01-27 | 1 | -0/+42 |
| * | [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe. | Lang Hames | 2014-10-22 | 1 | -0/+12 |
| * | Make it explicit that ExecutionEngine takes ownership of the modules. | Rafael Espindola | 2014-08-19 | 1 | -5/+5 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
| * | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 2014-03-05 | 1 | -5/+5 |
| * | [weak vtables] Place class definitions into anonymous namespaces to prevent w... | Juergen Ributzka | 2013-11-19 | 1 | -9/+3 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -3/+6 |
| * | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -5/+3 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -3/+5 |
| * | Tests for MCJIT multiple module support | Andrew Kaylor | 2013-10-01 | 1 | -73/+28 |
| * | Minor changes to the MCJITTest unittests to use the correct API for finalizing | David Tweed | 2013-05-17 | 1 | -10/+13 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp | Andrew Kaylor | 2012-11-27 | 1 | -2/+6 |
| * | MCJIT unit test: add calls to ensure that instruction caches are properly inv... | Amara Emerson | 2012-10-31 | 1 | -0/+5 |
| * | Adding MCJIT and MemoryBuffer unit tests | Andrew Kaylor | 2012-10-04 | 1 | -0/+226 |