[DWARF parser] Make DWARF parser more robust against missing compile/type units.
[oota-llvm.git] / lib / ExecutionEngine /
2015-05-15 David Majnemer[RuntimeDyld] Use isInt to assert that a relocation...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-22 Lang Hames[RuntimeDyld][COFF] Add external symbol resolution...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-04-20 Lang Hames[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fold Placeholder into Addend"
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fix missing cases in Placehold...
2015-04-16 Keno Fischer[RuntimeDyldELF] Fix missing cases in Placeholder proce...
2015-04-15 Keno Fischer[RuntimeDyldELF] Fold Placeholder into Addend
2015-04-15 Lang Hames[RuntimeDyld] Add casts to make delta computation 64...
2015-04-15 Lang Hames[RuntimeDyld] Make sure we emit MachO __eh_frame and...
2015-04-14 Lang Hames[RuntimeDyld] Make SectionEntry's Name field a std...
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-08 Benjamin Kramer[jitlistener] Remove unused code
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...
next