summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-112-0/+6
* [Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.Lang Hames2015-02-091-2/+2
* [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.Lang Hames2015-02-063-1/+1
* [MC] Remove various unused MCAsmInfo parameters.Sean Silva2015-02-051-6/+2
* [Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to theLang Hames2015-02-021-2/+7
* [Orc] Remove the OwnedModules list from OrcMCJITReplacement and useLang Hames2015-02-021-6/+2
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-302-2/+2
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-283-31/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-273-1/+31
* [ExecutionEngine] FindFunctionNamed: Skip declarationsKeno Fischer2015-01-272-2/+4
* Remove some extraneous includes.Eric Christopher2015-01-272-3/+0
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-262-7/+6
* OrcJIT: Avoid non-static initializers.NAKAMURA Takumi2015-01-251-1/+1
* Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.NAKAMURA Takumi2015-01-251-1/+1
* [Orc] Add TransformUtils to Orc's dependency list.Lang Hames2015-01-241-1/+1
* Fix the MSVC build with the new Orc JIT APIsReid Kleckner2015-01-231-2/+2
* [Orc] Remove a bunch of constructors from ObjectLinkingLayer.Lang Hames2015-01-231-1/+2
* [Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.Lang Hames2015-01-231-1/+2
* [Orc] New JIT APIs.Lang Hames2015-01-2314-8/+886
* [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.Lang Hames2015-01-172-46/+61
* [RuntimeDyld] Remove the brace initialization that was introduced in r226341.Lang Hames2015-01-171-2/+2
* [RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames2015-01-165-38/+89
* Fixing pedantic build warnings.Andrew Kaylor2015-01-151-2/+3
* Switch this header file to not hard-code Windows line endings.Chandler Carruth2015-01-151-68/+68
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-145-22/+18
* Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...Alexey Samsonov2015-01-101-2/+2
* Fix the JIT event listeners and replace the associated tests.Andrew Kaylor2015-01-091-67/+68
* RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne2014-12-301-2/+4
* The __morestack function is only available on i386 and x86_64 architectures.Peter Collingbourne2014-12-301-1/+4
* Make the __morestack function available to the JIT memory manager under Linux.Peter Collingbourne2014-12-301-0/+7
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+8
* Fix line mapping information in LLVM JIT profiling with VtuneAlexey Bataev2014-12-151-0/+12
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-101-6/+34
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-034-12/+31
* Add LLVMObject to LLVMExecutionEngine.NAKAMURA Takumi2014-11-271-1/+1
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-2710-77/+59
* [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), andLang Hames2014-11-274-1/+3
* [MCJIT] Remove JITEventListener's anchor until I can determine the right placeLang Hames2014-11-271-3/+0
* [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and intoLang Hames2014-11-272-9/+3
* [MCJIT] Fix missing return statement.Lang Hames2014-11-261-0/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-2622-675/+558
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-2622-549/+675
* Removing a spurious semicolon; NFCAaron Ballman2014-11-261-1/+1
* Add missing "override".Evgeniy Stepanov2014-11-261-1/+1
* [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but checkLang Hames2014-11-262-0/+6
* [MCJIT] Temporarily disable automatic JIT debugger registration.Lang Hames2014-11-261-1/+0
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-2622-675/+544
* [MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is deadLang Hames2014-11-212-22/+0
* [MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is deadLang Hames2014-11-202-160/+0
* Fix covered switch warningMichael J. Spencer2014-11-181-0/+1
OpenPOWER on IntegriCloud