projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PowerPC] Reuse a load operand in int->fp conversions
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
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
2014-10-20
David Majnemer
IR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
tree
|
commitdiff
2014-10-10
Lang Hames
[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
tree
|
commitdiff
2014-10-08
Rafael Espindola
Remove bogus std::error_code returns form SectionRef.
tree
|
commitdiff
2014-10-08
Rafael Espindola
Fix indentation.
tree
|
commitdiff
2014-10-01
Lang Hames
[MCJIT] Don't crash in debugging output for sections...
tree
|
commitdiff
2014-10-01
Lang Hames
[MCJIT] Turn the getSymbolAddress free function created...
tree
|
commitdiff
2014-09-29
David Blaikie
Unit test r218187, changing RTDyldMemoryManager::getSym...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Fix some more RuntimeDyld debugging output...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Remove a few more references to JITMemoryManage...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Remove #include of JITMemoryManager that accide...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Delete the JTIMemoryManager and associated...
tree
|
commitdiff
2014-09-21
Lang Hames
Remove redundant if test.
tree
|
commitdiff
2014-09-20
NAKAMURA Takumi
RTDyldMemoryManager::getSymbolAddress(): Make sure...
tree
|
commitdiff
2014-09-20
Lang Hames
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress...
tree
|
commitdiff
2014-09-19
Chris Bieneman
Converting the JITDebugLock mutex to a ManagedStatic...
tree
|
commitdiff
2014-09-19
Chris Bieneman
Converting FuncNames to a ManagedStatic to avoid static...
tree
|
commitdiff
2014-09-18
Lang Hames
[MCJIT] Fix a debugging-output formatting bug in Runtim...
tree
|
commitdiff
2014-09-16
Reid Kleckner
Add a missing return to operator=
tree
|
commitdiff
2014-09-16
Reid Kleckner
Fix move-only type issues in Interpreter with MSVC
tree
|
commitdiff
2014-09-16
Benjamin Kramer
Spell out a move ctor. Even the 2013 vintage of MSVC...
tree
|
commitdiff
2014-09-16
Benjamin Kramer
Interpreter: Hack around a series of bugs in MSVC 2012...
tree
|
commitdiff
2014-09-15
Benjamin Kramer
Add return that was lost somehow in my last commit.
tree
|
commitdiff
2014-09-15
Benjamin Kramer
Remove ancient hack that was emulating move semantics...
tree
|
commitdiff
2014-09-15
Lang Hames
[MCJIT] Start Stringref-izing the ExecutionEngine inter...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Improve the "stub not found" diagnostic in...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Add support for ARM HALF_DIFF relocations to...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Take the relocation addend into account when...
tree
|
commitdiff
2014-09-10
Rafael Espindola
Add doInitialization/doFinalization to DataLayoutPass.
tree
|
commitdiff
2014-09-10
Lang Hames
[MCJIT] Remove redundant architecture check from Runtim...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Revert partial RuntimeDyldELF cleanup that...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Fix an iterator invalidation bug in MCJIT:...
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Const-ify the symbol lookup operations on Runti...
tree
|
commitdiff
2014-09-04
David Blaikie
Fix use-after-move introduced in r217065 and caught...
tree
|
commitdiff
2014-09-04
David Blaikie
unique_ptrify RuntimeDyld::Dyld
tree
|
commitdiff
2014-09-04
Jan Vesely
build/cmake: Fix CMP0023 warning with libffi
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Make sure eh-frame fixups use the target's...
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Add command-line argument to llvm-rtdyld to...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify RuntimeDyldImpl::loadObject
tree
|
commitdiff
2014-09-03
Chandler Carruth
[JIT] Add an out-of-line definition for the virtual...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify MCJIT::emitObject
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify a bunch of stuff through RuntimeDyld...
tree
|
commitdiff
2014-09-03
Benjamin Kramer
Add override to overriden virtual methods, remove virtu...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Make llvm-rtdyld process eh_frame sections...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Add a 'section_addr' builtin function to Runtim...
tree
|
commitdiff
2014-09-02
David Blaikie
unique_ptrify passing the TargetMachine to ExecutionEng...
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-08-29
Lang Hames
[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
tree
|
commitdiff
2014-08-29
Robin Morisset
Fix typos in comments, NFC
tree
|
commitdiff
2014-08-28
Lang Hames
[MCJIT] Fix format specifiers for debug output in Runti...
tree
|
commitdiff
2014-08-27
Alexey Samsonov
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] More endianness fixes for RuntimeDyldMachO.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Give ExecutionEngine of top level buffers.
tree
|
commitdiff
2014-08-26
Benjamin Kramer
Silence unused function warning in Release builds.
tree
|
commitdiff
2014-08-26
Dylan Noblesmith
ExecutionEngine: address review comments
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT][SystemZ] Use a simpler expression for indirect...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Dump section memory both before and after reloc...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Make RuntimeDyld dump section contents in ...
tree
|
commitdiff
2014-08-25
Dylan Noblesmith
ExecutionEngine: unique_ptr-ify
tree
|
commitdiff
2014-08-25
Dylan Noblesmith
EE/JIT: unique_ptr-ify
tree
|
commitdiff
2014-08-24
Craig Topper
Use range based for loops to avoid needing to re-mentio...
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: add llvm::unique_lock
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: make LLVM Mutexes STL-compatible
tree
|
commitdiff
next