| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ExecutionEngine] Don't dereference a dyn_cast result. NFCI. | Simon Pilgrim | 2019-09-16 | 1 | -2/+2 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Replace llvm::MutexGuard/UniqueLock with their standard equivalents | Benjamin Kramer | 2019-08-07 | 1 | -13/+13 |
| * | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 1 | -53/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Add handling for GlobalAliases in ExecutionEngine::getConstantValue. | Lang Hames | 2018-05-24 | 1 | -0/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -6/+7 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -3/+3 |
| * | [ORC] Re-apply r322913 with a fix for a read-after-free error. | Lang Hames | 2018-01-19 | 1 | -8/+7 |
| * | [ORC] Revert r322913 while I investigate an ASan failure. | Lang Hames | 2018-01-19 | 1 | -7/+8 |
| * | [ORC] Redesign the JITSymbolResolver interface to support bulk queries. | Lang Hames | 2018-01-19 | 1 | -8/+7 |
| * | [ExecutionEngine] Remove an unused variable. | Lang Hames | 2018-01-10 | 1 | -1/+0 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -1/+1 |
| * | Use MutableArrayRef for APFloat::convertToInteger | Simon Pilgrim | 2017-03-20 | 1 | -1/+1 |
| * | Strip trailing whitespace | Simon Pilgrim | 2017-03-20 | 1 | -8/+8 |
| * | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -3/+3 |
| * | Use StringRef instead of raw pointer in ExecutionEngine | Mehdi Amini | 2016-10-01 | 1 | -3/+3 |
| * | [ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine. | Lang Hames | 2016-09-04 | 1 | -0/+3 |
| * | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 1 | -4/+5 |
| * | IR: Introduce Module::global_objects(). | Peter Collingbourne | 2016-06-22 | 1 | -4/+2 |
| * | Delete Reloc::Default. | Rafael Espindola | 2016-05-18 | 1 | -2/+1 |
| * | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -2/+2 |
| * | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -3/+1 |
| * | ExecutionEngine: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -5/+4 |
| * | Remove roundingMode argument in APFloat::mod | Stephen Canon | 2015-09-21 | 1 | -2/+1 |
| * | -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep... | David Blaikie | 2015-08-03 | 1 | -1/+1 |
| * | De-constify pointers to Type since they can't be modified. NFC | Craig Topper | 2015-08-01 | 1 | -4/+4 |
| * | [MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping. | Lang Hames | 2015-07-29 | 1 | -2/+9 |
| * | Make ExecutionEngine owning a DataLayout | Mehdi Amini | 2015-07-16 | 1 | -18/+27 |
| * | Revert "Make ExecutionEngine owning a DataLayout" | Michael Kuperstein | 2015-07-16 | 1 | -18/+18 |
| * | Make ExecutionEngine owning a DataLayout | Mehdi Amini | 2015-07-16 | 1 | -18/+18 |
| * | Simplify the Mangler interface now that DataLayout is mandatory. | Rafael Espindola | 2015-06-23 | 1 | -2/+2 |
| * | [MCJIT] Add a FindGlobalVariableNamed utility | Keno Fischer | 2015-06-20 | 1 | -0/+8 |
| * | [ExecutionEngine] ArrayRefize argument passing. | Benjamin Kramer | 2015-06-13 | 1 | -1/+1 |
| * | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -1/+1 |
| * | [ExecutionEngine] Fix MCJIT::addGlobalMapping. | Lang Hames | 2015-03-31 | 1 | -58/+81 |
| * | [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through | Lang Hames | 2015-03-30 | 1 | -9/+28 |
| * | Fold init() helpers into constructors. NFC. | Benjamin Kramer | 2015-03-06 | 1 | -25/+12 |
| * | Add missing includes. make_unique proliferated everywhere. | Benjamin Kramer | 2015-03-01 | 1 | -0/+1 |
| * | [ExecutionEngine] FindFunctionNamed: Skip declarations | Keno Fischer | 2015-01-27 | 1 | -1/+2 |
| * | [Orc] New JIT APIs. | Lang Hames | 2015-01-23 | 1 | -1/+16 |
| * | [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC. | Lang Hames | 2014-12-03 | 1 | -2/+16 |
| * | [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and | Lang Hames | 2014-11-27 | 1 | -0/+2 |
| * | [MCJIT] Remove JITEventListener's anchor until I can determine the right place | Lang Hames | 2014-11-27 | 1 | -3/+0 |
| * | [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. | Lang Hames | 2014-11-26 | 1 | -7/+4 |
| * | Reverting r222828 and r222810-r222812 as they broke the build on Windows. | Aaron Ballman | 2014-11-26 | 1 | -4/+7 |
| * | [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. | Lang Hames | 2014-11-26 | 1 | -7/+4 |
| * | IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment | David Majnemer | 2014-10-20 | 1 | -2/+2 |
| * | [MCJIT] Remove a few more references to JITMemoryManager that survived r218316. | Lang Hames | 2014-09-23 | 1 | -1/+0 |
| * | [MCJIT] Delete the JTIMemoryManager and associated APIs. | Lang Hames | 2014-09-23 | 1 | -6/+4 |