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
/
RuntimeDyld
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...
NAKAMURA Takumi
2015-05-22
3
-12
/
+9
*
Revert "Fix Clang -Wmissing-override warning"
Tobias Grosser
2015-05-22
3
-9
/
+12
*
Fix Clang -Wmissing-override warning
David Blaikie
2015-05-22
3
-12
/
+9
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
4
-2
/
+8
*
[RuntimeDyld] Use isInt to assert that a relocation didn't overflow
David Majnemer
2015-05-15
1
-6
/
+3
*
Reapply [RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-05-01
3
-192
/
+186
*
[RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.
Lang Hames
2015-04-22
1
-14
/
+16
*
Revert "[RuntimeDyldELF] Fold Placeholder into Addend"
Pavel Labath
2015-04-16
2
-177
/
+187
*
Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing"
Pavel Labath
2015-04-16
1
-3
/
+1
*
[RuntimeDyldELF] Fix missing cases in Placeholder processing
Keno Fischer
2015-04-16
1
-1
/
+3
*
[RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-04-15
2
-187
/
+177
*
[RuntimeDyld] Add casts to make delta computation 64-bit.
Lang Hames
2015-04-15
1
-1
/
+2
*
[RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,
Lang Hames
2015-04-15
1
-11
/
+16
*
[RuntimeDyld] Make SectionEntry's Name field a std::string.
Lang Hames
2015-04-14
1
-1
/
+1
*
[RuntimeDyldELF] Improve GOT support
Keno Fischer
2015-04-14
5
-114
/
+89
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT to
Lang Hames
2015-04-07
1
-13
/
+16
*
[MCJIT] In debug memory dump output, don't truncate 64 bit addresses
Alexei Starovoitov
2015-03-30
1
-2
/
+3
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
14
-86
/
+117
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
4
-55
/
+44
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
4
-44
/
+55
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
4
-55
/
+44
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Fix the autoconf build
David Majnemer
2015-03-07
3
-195
/
+160
*
Fix unused variable/function warnings
David Majnemer
2015-03-07
3
-10
/
+7
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
8
-11
/
+434
*
Don't deference the section_end() iterator.
Rafael Espindola
2015-02-17
1
-0
/
+3
*
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
Lang Hames
2015-02-15
2
-0
/
+295
*
[MC] Remove various unused MCAsmInfo parameters.
Sean Silva
2015-02-05
1
-6
/
+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
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-4
/
+2
*
[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
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
2
-6
/
+5
*
Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...
Alexey Samsonov
2015-01-10
1
-2
/
+2
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
1
-6
/
+34
*
[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
2
-248
/
+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
14
-558
/
+379
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
14
-370
/
+558
*
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
1
-0
/
+5
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
14
-558
/
+365
*
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
[next]