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
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
2
-0
/
+6
*
[Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.
Lang Hames
2015-02-09
1
-2
/
+2
*
[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
Lang Hames
2015-02-06
3
-1
/
+1
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
1
-6
/
+2
*
[Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the
Lang Hames
2015-02-02
1
-2
/
+7
*
[Orc] Remove the OwnedModules list from OrcMCJITReplacement and use
Lang Hames
2015-02-02
1
-6
/
+2
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
2
-2
/
+2
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
3
-31
/
+1
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
3
-1
/
+31
*
[ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
2015-01-27
2
-2
/
+4
*
Remove some extraneous includes.
Eric Christopher
2015-01-27
2
-3
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
2
-7
/
+6
*
OrcJIT: Avoid non-static initializers.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
Orc/LLVMBuild.txt: Prune redundant "Target" in libdeps.
NAKAMURA Takumi
2015-01-25
1
-1
/
+1
*
[Orc] Add TransformUtils to Orc's dependency list.
Lang Hames
2015-01-24
1
-1
/
+1
*
Fix the MSVC build with the new Orc JIT APIs
Reid Kleckner
2015-01-23
1
-2
/
+2
*
[Orc] Remove a bunch of constructors from ObjectLinkingLayer.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
Lang Hames
2015-01-23
1
-1
/
+2
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
14
-8
/
+886
*
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
Lang Hames
2015-01-17
2
-46
/
+61
*
[RuntimeDyld] Remove the brace initialization that was introduced in r226341.
Lang Hames
2015-01-17
1
-2
/
+2
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
5
-38
/
+89
*
Fixing pedantic build warnings.
Andrew Kaylor
2015-01-15
1
-2
/
+3
*
Switch this header file to not hard-code Windows line endings.
Chandler Carruth
2015-01-15
1
-68
/
+68
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
5
-22
/
+18
*
Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...
Alexey Samsonov
2015-01-10
1
-2
/
+2
*
Fix the JIT event listeners and replace the associated tests.
Andrew Kaylor
2015-01-09
1
-67
/
+68
*
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
[next]