projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[WinEH] Fix xdata generation when no catch object is present
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
2015-04-07
Lang Hames
[RuntimeDyld] Always allocate at least 1 byte for objec...
tree
|
commitdiff
2015-04-07
Lang Hames
[Orc] Save all the x86-64 GPRs before re-entering the...
tree
|
commitdiff
2015-04-06
Lang Hames
[Orc] Tidy up the assembly for the x86-64 resolver...
tree
|
commitdiff
2015-04-02
Lang Hames
[Orc] Fix local-linkage handling in the CompileOnDemand...
tree
|
commitdiff
2015-04-02
Lang Hames
[Orc] Add support classes for inspecting and running...
tree
|
commitdiff
2015-03-31
Lang Hames
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
tree
|
commitdiff
2015-03-30
Yaron Keren
Remove more superfluous .str() and replace std::string...
tree
|
commitdiff
2015-03-30
Alexei Starovoitov
[MCJIT] In debug memory dump output, don't truncate...
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-25
Lang Hames
[Orc] Refactor JITCompileCallbackManagerBase and Compil...
tree
|
commitdiff
2015-03-24
Lang Hames
[Orc] Move delta-handling for trampoline sizes into...
tree
|
commitdiff
2015-03-23
Chris Bieneman
Raising minimum required CMake version to 2.8.12.2.
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-16
David Blaikie
Fix uses of reserved identifiers starting with an under...
tree
|
commitdiff
2015-03-11
Lang Hames
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
tree
|
commitdiff
2015-03-10
Eric Christopher
Temporarily revert r231726 and r231724 as they're break...
tree
|
commitdiff
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
tree
|
commitdiff
2015-03-09
David Blaikie
Simplify expressions involving boolean constants with...
tree
|
commitdiff
2015-03-07
David Majnemer
Fix the autoconf build
tree
|
commitdiff
2015-03-07
David Majnemer
Fix unused variable/function warnings
tree
|
commitdiff
2015-03-07
David Majnemer
ExecutionEngine: Preliminary support for dynamically...
tree
|
commitdiff
2015-03-06
Benjamin Kramer
Fold init() helpers into constructors. NFC.
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-02-24
Tobias Grosser
Revert "Raising minimum required CMake version to 2...
tree
|
commitdiff
2015-02-23
Chad Rosier
Revert "Revert "Raising minimum required CMake version...
tree
|
commitdiff
2015-02-23
Chad Rosier
Revert "Raising minimum required CMake version to 2...
tree
|
commitdiff
2015-02-22
Lang Hames
[Orc] Remove redundant using directive.
tree
|
commitdiff
2015-02-22
Lang Hames
[Orc] Add header comment to IndirectionUtils.cpp.
tree
|
commitdiff
2015-02-21
Lang Hames
[Orc] Move Orc code into a namespace (llvm::orc), updat...
tree
|
commitdiff
2015-02-20
Chris Bieneman
Raising minimum required CMake version to 2.8.12.2.
tree
|
commitdiff
2015-02-17
Rafael Espindola
Don't deference the section_end() iterator.
tree
|
commitdiff
2015-02-17
NAKAMURA Takumi
OrcJIT: Appease msc18 not to be confused on executeComp...
tree
|
commitdiff
2015-02-17
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-02-17
Lang Hames
[Orc] Update the Orc indirection utils and refactor...
tree
|
commitdiff
2015-02-15
Lang Hames
[ExecutionEngine] Fix dependence issue by moving RTDyld...
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2015-02-13
Chandler Carruth
Re-sort #include lines using my handy dandy ./utils...
tree
|
commitdiff
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2015-02-09
Lang Hames
[Orc] Add a JITSymbol class to the Orc APIs, refactor...
tree
|
commitdiff
2015-02-06
Lang Hames
[Orc] Move SectionMemoryManager's implementation from...
tree
|
commitdiff
2015-02-05
Sean Silva
[MC] Remove various unused MCAsmInfo parameters.
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Make OrcMCJITReplacement::addObject calls transfe...
tree
|
commitdiff
2015-02-02
Lang Hames
[Orc] Remove the OwnedModules list from OrcMCJITReplace...
tree
|
commitdiff
2015-01-30
Zachary Turner
Move DebugInfo to DebugInfo/DWARF.
tree
|
commitdiff
2015-01-28
Lang Hames
Revert r227247 and r227228: "Add weak symbol support...
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] Add weak symbol support to RuntimeDyld
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] FindFunctionNamed: Skip declarations
tree
|
commitdiff
2015-01-27
Eric Christopher
Remove some extraneous includes.
tree
|
commitdiff
2015-01-26
Eric Christopher
Move DataLayout back to the TargetMachine from TargetSu...
tree
|
commitdiff
2015-01-25
NAKAMURA Takumi
OrcJIT: Avoid non-static initializers.
tree
|
commitdiff
2015-01-25
NAKAMURA Takumi
Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
tree
|
commitdiff
2015-01-24
Lang Hames
[Orc] Add TransformUtils to Orc's dependency list.
tree
|
commitdiff
2015-01-23
Reid Kleckner
Fix the MSVC build with the new Orc JIT APIs
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] Remove a bunch of constructors from ObjectLinking...
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] New JIT APIs.
tree
|
commitdiff
2015-01-17
Lang Hames
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
tree
|
commitdiff
2015-01-17
Lang Hames
[RuntimeDyld] Remove the brace initialization that...
tree
|
commitdiff
2015-01-16
Lang Hames
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
tree
|
commitdiff
2015-01-15
Andrew Kaylor
Fixing pedantic build warnings.
tree
|
commitdiff
2015-01-15
Chandler Carruth
Switch this header file to not hard-code Windows line...
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2015-01-10
Alexey Samsonov
Fix undefined behavior (shift of negative value) in...
tree
|
commitdiff
2015-01-09
Andrew Kaylor
Fix the JIT event listeners and replace the associated...
tree
|
commitdiff
2014-12-30
Peter Collingbourne
RTDyldMemoryManager.cpp: Make the reference to __morest...
tree
|
commitdiff
2014-12-30
Peter Collingbourne
The __morestack function is only available on i386...
tree
|
commitdiff
2014-12-30
Peter Collingbourne
Make the __morestack function available to the JIT...
tree
|
commitdiff
2014-12-22
Peter Zotov
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
tree
|
commitdiff
2014-12-15
Alexey Bataev
Fix line mapping information in LLVM JIT profiling...
tree
|
commitdiff
2014-12-10
Rafael Espindola
Move three methods only used by MCJIT to MCJIT.
tree
|
commitdiff
2014-12-03
Lang Hames
[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
tree
|
commitdiff
2014-11-27
NAKAMURA Takumi
Add LLVMObject to LLVMExecutionEngine.
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Remove the local symbol table from RuntimeDlyd...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Replace JITEventListener::anchor (temporarily...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Remove JITEventListener's anchor until I can...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Move get-any-symbol-load-address logic out...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Fix missing return statement.
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Reapply r222828 and r222810-r222812 with fix...
tree
|
commitdiff
2014-11-26
Aaron Ballman
Reverting r222828 and r222810-r222812 as they broke...
tree
|
commitdiff
2014-11-26
Aaron Ballman
Removing a spurious semicolon; NFC
tree
|
commitdiff
2014-11-26
Evgeniy Stepanov
Add missing "override".
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Re-enable GDB registration (temporarily disable...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Temporarily disable automatic JIT debugger...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
tree
|
commitdiff
2014-11-21
Lang Hames
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCo...
tree
|
commitdiff
2014-11-20
Lang Hames
[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
tree
|
commitdiff
2014-11-18
Michael J. Spencer
Fix covered switch warning
tree
|
commitdiff
2014-11-12
Aaron Ballman
Changing a StringRef::begin() call into StringRef:...
tree
|
commitdiff
2014-11-12
Aaron Ballman
Fixing a -Wcast-qual warning; NFC.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Remove the now unused StringRefMemoryObject.h.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Pass an ArrayRef to MCDisassembler::getInstruction.
tree
|
commitdiff
2014-11-06
Daniel Sanders
[JIT] Fix more missing endian conversions (opcodes...
tree
|
commitdiff
2014-11-01
Daniel Sanders
[JIT] Fix some more missing endian conversions in Runti...
tree
|
commitdiff
2014-10-31
Lang Hames
[Object] Modify OwningBinary's interface to separate...
tree
|
commitdiff
2014-10-29
Michael Kuperstein
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
tree
|
commitdiff
2014-10-22
Lang Hames
[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
tree
|
commitdiff
2014-10-21
Lang Hames
[MCJIT] Defer application of AArch64 MachO GOT relocati...
tree
|
commitdiff
2014-10-21
Lang Hames
[MCJIT] Temporarily revert r220245 - it broke several...
tree
|
commitdiff
2014-10-20
Lang Hames
[MCJIT] Make MCJIT honor symbol visibility settings...
tree
|
commitdiff
next