index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
RTDyldMemoryManager.cpp: Make the reference to __morestack weak.
Peter Collingbourne
2014-12-30
1
-2
/
+4
*
The __morestack function is only available on i386 and x86_64 architectures.
Peter Collingbourne
2014-12-30
1
-1
/
+4
*
Make the __morestack function available to the JIT memory manager under Linux.
Peter Collingbourne
2014-12-30
1
-0
/
+7
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+8
*
Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
2014-12-15
1
-0
/
+12
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
1
-6
/
+34
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
4
-12
/
+31
*
Add LLVMObject to LLVMExecutionEngine.
NAKAMURA Takumi
2014-11-27
1
-1
/
+1
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
10
-77
/
+59
*
[MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and
Lang Hames
2014-11-27
4
-1
/
+3
*
[MCJIT] Remove JITEventListener's anchor until I can determine the right place
Lang Hames
2014-11-27
1
-3
/
+0
*
[MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into
Lang Hames
2014-11-27
2
-9
/
+3
*
[MCJIT] Fix missing return statement.
Lang Hames
2014-11-26
1
-0
/
+1
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
22
-675
/
+558
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
22
-549
/
+675
*
Removing a spurious semicolon; NFC
Aaron Ballman
2014-11-26
1
-1
/
+1
*
Add missing "override".
Evgeniy Stepanov
2014-11-26
1
-1
/
+1
*
[MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
Lang Hames
2014-11-26
2
-0
/
+6
*
[MCJIT] Temporarily disable automatic JIT debugger registration.
Lang Hames
2014-11-26
1
-1
/
+0
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
22
-675
/
+544
*
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead
Lang Hames
2014-11-21
2
-22
/
+0
*
[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is dead
Lang Hames
2014-11-20
2
-160
/
+0
*
Fix covered switch warning
Michael J. Spencer
2014-11-18
1
-0
/
+1
*
Changing a StringRef::begin() call into StringRef::data(); NFC.
Aaron Ballman
2014-11-12
1
-1
/
+1
*
Fixing a -Wcast-qual warning; NFC.
Aaron Ballman
2014-11-12
1
-2
/
+3
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
1
-1
/
+0
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-1
/
+2
*
[JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...
Daniel Sanders
2014-11-06
2
-31
/
+18
*
[JIT] Fix some more missing endian conversions in RuntimeDyld
Daniel Sanders
2014-11-01
1
-6
/
+7
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-3
/
+6
*
Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
Michael Kuperstein
2014-10-29
1
-0
/
+1
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
1
-1
/
+1
*
[MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.
Lang Hames
2014-10-21
1
-5
/
+5
*
[MCJIT] Temporarily revert r220245 - it broke several bots.
Lang Hames
2014-10-21
1
-5
/
+1
*
[MCJIT] Make MCJIT honor symbol visibility settings when populating the global
Lang Hames
2014-10-20
1
-1
/
+5
*
IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment
David Majnemer
2014-10-20
1
-2
/
+2
*
[MCJIT] Replace memcpy with readBytesUnaligned in RuntimeDyldMachOI386.
Lang Hames
2014-10-10
1
-4
/
+2
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
5
-62
/
+30
*
Fix indentation.
Rafael Espindola
2014-10-08
1
-4
/
+4
*
[MCJIT] Don't crash in debugging output for sections that aren't emitted.
Lang Hames
2014-10-01
1
-0
/
+5
*
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
Lang Hames
2014-10-01
1
-1
/
+2
*
Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...
David Blaikie
2014-09-29
1
-1
/
+1
*
[MCJIT] Fix some more RuntimeDyld debugging output format specifiers.
Lang Hames
2014-09-23
1
-3
/
+3
*
[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.
Lang Hames
2014-09-23
1
-1
/
+0
*
[MCJIT] Remove #include of JITMemoryManager that accidentally survived r218316.
Lang Hames
2014-09-23
1
-1
/
+0
*
[MCJIT] Delete the JTIMemoryManager and associated APIs.
Lang Hames
2014-09-23
3
-907
/
+4
*
Remove redundant if test.
Lang Hames
2014-09-21
1
-4
/
+1
*
RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...
NAKAMURA Takumi
2014-09-20
1
-0
/
+2
*
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
Lang Hames
2014-09-20
2
-15
/
+21
*
Converting the JITDebugLock mutex to a ManagedStatic to avoid the static cons...
Chris Bieneman
2014-09-19
1
-4
/
+4
[next]