ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
[oota-llvm.git] / lib / ExecutionEngine /
2015-04-07 Lang Hames[RuntimeDyld] Always allocate at least 1 byte for objec...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Alexei Starovoitov[MCJIT] In debug memory dump output, don't truncate...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-07 David MajnemerFix the autoconf build
2015-03-07 David MajnemerFix unused variable/function warnings
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-22 Lang Hames[Orc] Remove redundant using directive.
2015-02-22 Lang Hames[Orc] Add header comment to IndirectionUtils.cpp.
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-17 Rafael EspindolaDon't deference the section_end() iterator.
2015-02-17 NAKAMURA TakumiOrcJIT: Appease msc18 not to be confused on executeComp...
2015-02-17 NAKAMURA TakumiReformat.
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-15 Lang Hames[ExecutionEngine] Fix dependence issue by moving RTDyld...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-06 Lang Hames[Orc] Move SectionMemoryManager's implementation from...
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-02-02 Lang Hames[Orc] Make OrcMCJITReplacement::addObject calls transfe...
2015-02-02 Lang Hames[Orc] Remove the OwnedModules list from OrcMCJITReplace...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-25 NAKAMURA TakumiOrc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
2015-01-24 Lang Hames[Orc] Add TransformUtils to Orc's dependency list.
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Lang Hames[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-17 Lang Hames[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
2015-01-17 Lang Hames[RuntimeDyld] Remove the brace initialization that...
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2015-01-15 Andrew KaylorFixing pedantic build warnings.
2015-01-15 Chandler CarruthSwitch this header file to not hard-code Windows line...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-10 Alexey SamsonovFix undefined behavior (shift of negative value) in...
2015-01-09 Andrew KaylorFix the JIT event listeners and replace the associated...
2014-12-30 Peter CollingbourneRTDyldMemoryManager.cpp: Make the reference to __morest...
2014-12-30 Peter CollingbourneThe __morestack function is only available on i386...
2014-12-30 Peter CollingbourneMake the __morestack function available to the JIT...
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-11-27 NAKAMURA TakumiAdd LLVMObject to LLVMExecutionEngine.
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
2014-11-27 Lang Hames[MCJIT] Move get-any-symbol-load-address logic out...
2014-11-26 Lang Hames[MCJIT] Fix missing return statement.
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Aaron BallmanRemoving a spurious semicolon; NFC
2014-11-26 Evgeniy StepanovAdd missing "override".
2014-11-26 Lang Hames[MCJIT] Re-enable GDB registration (temporarily disable...
2014-11-26 Lang Hames[MCJIT] Temporarily disable automatic JIT debugger...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-21 Lang Hames[MCJIT] Remove JITEventListener::NotifyFreeingMachineCo...
2014-11-20 Lang Hames[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
2014-11-18 Michael J. SpencerFix covered switch warning
2014-11-12 Aaron BallmanChanging a StringRef::begin() call into StringRef:...
2014-11-12 Aaron BallmanFixing a -Wcast-qual warning; NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-06 Daniel Sanders[JIT] Fix more missing endian conversions (opcodes...
2014-11-01 Daniel Sanders[JIT] Fix some more missing endian conversions in Runti...
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-10-22 Lang Hames[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
2014-10-21 Lang Hames[MCJIT] Defer application of AArch64 MachO GOT relocati...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
next