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
/
MCJIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCJIT] Update MCJIT and get the fibonacci example working again.
Lang Hames
2016-06-11
1
-5
/
+9
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-2
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+8
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-1
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+3
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-2
/
+2
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-2
/
+2
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-7
/
+8
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-8
/
+7
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-7
/
+8
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
Lang Hames
2015-07-29
1
-0
/
+6
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-1
/
+1
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-7
/
+11
*
Revert "Make ExecutionEngine owning a DataLayout"
Michael Kuperstein
2015-07-16
1
-11
/
+7
*
Make ExecutionEngine owning a DataLayout
Mehdi Amini
2015-07-16
1
-7
/
+11
*
Be sure to set the DataLayout before checking the cache.
Rafael Espindola
2015-06-23
1
-2
/
+2
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-3
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
2
-2
/
+37
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
[ExecutionEngine] ArrayRefize argument passing.
Benjamin Kramer
2015-06-13
2
-3
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
2
-88
/
+78
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
1
-2
/
+2
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
1
-2
/
+2
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
1
-2
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
Lang Hames
2015-02-06
2
-179
/
+0
*
[ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
2015-01-27
1
-1
/
+2
*
Remove some extraneous includes.
Eric Christopher
2015-01-27
1
-2
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-4
/
+4
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-1
/
+1
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
2
-9
/
+13
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
3
-39
/
+93
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
3
-93
/
+39
*
[MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
Lang Hames
2014-11-26
1
-0
/
+1
*
[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
3
-39
/
+93
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-3
/
+6
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
1
-1
/
+1
*
[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
2
-901
/
+0
*
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
Lang Hames
2014-09-20
1
-5
/
+10
[next]