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
*
[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
*
Converting FuncNames to a ManagedStatic to avoid static constructors and dest...
Chris Bieneman
2014-09-19
1
-14
/
+14
*
[MCJIT] Fix a debugging-output formatting bug in RuntimeDyld.
Lang Hames
2014-09-18
1
-1
/
+1
*
Add a missing return to operator=
Reid Kleckner
2014-09-16
1
-0
/
+1
*
Fix move-only type issues in Interpreter with MSVC
Reid Kleckner
2014-09-16
1
-12
/
+24
*
Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move c...
Benjamin Kramer
2014-09-16
1
-1
/
+1
*
Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this
Benjamin Kramer
2014-09-16
1
-3
/
+9
*
Add return that was lost somehow in my last commit.
Benjamin Kramer
2014-09-15
1
-0
/
+1
*
Remove ancient hack that was emulating move semantics with reference counting.
Benjamin Kramer
2014-09-15
1
-20
/
+13
*
[MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
2014-09-15
3
-4
/
+3
*
[MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.
Lang Hames
2014-09-11
1
-1
/
+4
*
[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.
Lang Hames
2014-09-11
4
-58
/
+183
*
[MCJIT] Take the relocation addend into account when applying ARM MachO VANILLA
Lang Hames
2014-09-11
1
-1
/
+2
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
[MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386.
Lang Hames
2014-09-10
1
-1
/
+1
*
[MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
Lang Hames
2014-09-07
1
-3
/
+3
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
7
-18
/
+18
*
[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods.
Lang Hames
2014-09-07
1
-19
/
+17
*
[MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
Lang Hames
2014-09-05
2
-5
/
+10
*
[MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.
Lang Hames
2014-09-05
2
-6
/
+6
*
Fix use-after-move introduced in r217065 and caught in post-commit review by ...
David Blaikie
2014-09-04
1
-2
/
+2
*
unique_ptrify RuntimeDyld::Dyld
David Blaikie
2014-09-04
1
-7
/
+7
*
build/cmake: Fix CMP0023 warning with libffi
Jan Vesely
2014-09-04
1
-1
/
+1
*
[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
2014-09-04
6
-39
/
+63
*
[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
Lang Hames
2014-09-04
3
-0
/
+19
*
unique_ptrify RuntimeDyldImpl::loadObject
David Blaikie
2014-09-03
2
-8
/
+7
*
[JIT] Add an out-of-line definition for the virtual destructor in
Chandler Carruth
2014-09-03
2
-0
/
+16
*
unique_ptrify MCJIT::emitObject
David Blaikie
2014-09-03
2
-5
/
+5
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
7
-58
/
+59
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
5
-5
/
+6
*
[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally
Lang Hames
2014-09-03
1
-1
/
+0
*
[MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.
Lang Hames
2014-09-03
3
-25
/
+141
*
unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
David Blaikie
2014-09-02
3
-16
/
+12
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
17
-2293
/
+12
*
[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
Lang Hames
2014-08-29
8
-57
/
+46
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
[MCJIT] Fix format specifiers for debug output in RuntimeDyld.
Lang Hames
2014-08-28
2
-3
/
+3
*
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
Alexey Samsonov
2014-08-27
1
-26
/
+22
*
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
Lang Hames
2014-08-27
1
-1
/
+1
*
[MCJIT] More endianness fixes for RuntimeDyldMachO.
Lang Hames
2014-08-27
2
-12
/
+28
[next]