projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Orc] Revert r236465 - It broke the Windows bots.
[oota-llvm.git]
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
2015-05-01
Keno Fischer
Reapply [RuntimeDyldELF] Fold Placeholder into Addend
tree
|
commitdiff
2015-04-22
Lang Hames
[RuntimeDyld][COFF] Add external symbol resolution...
tree
|
commitdiff
2015-04-16
Pavel Labath
Revert "[RuntimeDyldELF] Fold Placeholder into Addend"
tree
|
commitdiff
2015-04-16
Pavel Labath
Revert "[RuntimeDyldELF] Fix missing cases in Placehold...
tree
|
commitdiff
2015-04-16
Keno Fischer
[RuntimeDyldELF] Fix missing cases in Placeholder proce...
tree
|
commitdiff
2015-04-15
Keno Fischer
[RuntimeDyldELF] Fold Placeholder into Addend
tree
|
commitdiff
2015-04-15
Lang Hames
[RuntimeDyld] Add casts to make delta computation 64...
tree
|
commitdiff
2015-04-15
Lang Hames
[RuntimeDyld] Make sure we emit MachO __eh_frame and...
tree
|
commitdiff
2015-04-14
Lang Hames
[RuntimeDyld] Make SectionEntry's Name field a std...
tree
|
commitdiff
2015-04-14
Keno Fischer
[RuntimeDyldELF] Improve GOT support
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-07
Lang Hames
[RuntimeDyld] Always allocate at least 1 byte for objec...
tree
|
commitdiff
2015-03-30
Alexei Starovoitov
[MCJIT] In debug memory dump output, don't truncate...
tree
|
commitdiff
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
tree
|
commitdiff
2015-03-11
Lang Hames
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
tree
|
commitdiff
2015-03-10
Eric Christopher
Temporarily revert r231726 and r231724 as they're break...
tree
|
commitdiff
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
tree
|
commitdiff
2015-03-09
David Blaikie
Simplify expressions involving boolean constants with...
tree
|
commitdiff
2015-03-07
David Majnemer
Fix the autoconf build
tree
|
commitdiff
2015-03-07
David Majnemer
Fix unused variable/function warnings
tree
|
commitdiff
2015-03-07
David Majnemer
ExecutionEngine: Preliminary support for dynamically...
tree
|
commitdiff
2015-02-17
Rafael Espindola
Don't deference the section_end() iterator.
tree
|
commitdiff
2015-02-15
Lang Hames
[ExecutionEngine] Fix dependence issue by moving RTDyld...
tree
|
commitdiff
2015-02-05
Sean Silva
[MC] Remove various unused MCAsmInfo parameters.
tree
|
commitdiff
2015-01-28
Lang Hames
Revert r227247 and r227228: "Add weak symbol support...
tree
|
commitdiff
2015-01-27
Keno Fischer
[ExecutionEngine] Add weak symbol support to RuntimeDyld
tree
|
commitdiff
2015-01-23
Lang Hames
[Orc] New JIT APIs.
tree
|
commitdiff
2015-01-17
Lang Hames
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
tree
|
commitdiff
2015-01-17
Lang Hames
[RuntimeDyld] Remove the brace initialization that...
tree
|
commitdiff
2015-01-16
Lang Hames
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2015-01-10
Alexey Samsonov
Fix undefined behavior (shift of negative value) in...
tree
|
commitdiff
2014-12-10
Rafael Espindola
Move three methods only used by MCJIT to MCJIT.
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Remove the local symbol table from RuntimeDlyd...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Replace JITEventListener::anchor (temporarily...
tree
|
commitdiff
2014-11-27
Lang Hames
[MCJIT] Move get-any-symbol-load-address logic out...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Fix missing return statement.
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Reapply r222828 and r222810-r222812 with fix...
tree
|
commitdiff
2014-11-26
Aaron Ballman
Reverting r222828 and r222810-r222812 as they broke...
tree
|
commitdiff
2014-11-26
Aaron Ballman
Removing a spurious semicolon; NFC
tree
|
commitdiff
2014-11-26
Evgeniy Stepanov
Add missing "override".
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Re-enable GDB registration (temporarily disable...
tree
|
commitdiff
2014-11-26
Lang Hames
[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
tree
|
commitdiff
2014-11-18
Michael J. Spencer
Fix covered switch warning
tree
|
commitdiff
2014-11-12
Aaron Ballman
Changing a StringRef::begin() call into StringRef:...
tree
|
commitdiff
2014-11-12
Aaron Ballman
Fixing a -Wcast-qual warning; NFC.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Remove the now unused StringRefMemoryObject.h.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Pass an ArrayRef to MCDisassembler::getInstruction.
tree
|
commitdiff
2014-11-06
Daniel Sanders
[JIT] Fix more missing endian conversions (opcodes...
tree
|
commitdiff
2014-11-01
Daniel Sanders
[JIT] Fix some more missing endian conversions in Runti...
tree
|
commitdiff
2014-10-21
Lang Hames
[MCJIT] Defer application of AArch64 MachO GOT relocati...
tree
|
commitdiff
2014-10-21
Lang Hames
[MCJIT] Temporarily revert r220245 - it broke several...
tree
|
commitdiff
2014-10-20
Lang Hames
[MCJIT] Make MCJIT honor symbol visibility settings...
tree
|
commitdiff
2014-10-10
Lang Hames
[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
tree
|
commitdiff
2014-10-08
Rafael Espindola
Remove bogus std::error_code returns form SectionRef.
tree
|
commitdiff
2014-10-08
Rafael Espindola
Fix indentation.
tree
|
commitdiff
2014-10-01
Lang Hames
[MCJIT] Don't crash in debugging output for sections...
tree
|
commitdiff
2014-09-23
Lang Hames
[MCJIT] Fix some more RuntimeDyld debugging output...
tree
|
commitdiff
2014-09-19
Chris Bieneman
Converting the JITDebugLock mutex to a ManagedStatic...
tree
|
commitdiff
2014-09-18
Lang Hames
[MCJIT] Fix a debugging-output formatting bug in Runtim...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Improve the "stub not found" diagnostic in...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Add support for ARM HALF_DIFF relocations to...
tree
|
commitdiff
2014-09-11
Lang Hames
[MCJIT] Take the relocation addend into account when...
tree
|
commitdiff
2014-09-10
Lang Hames
[MCJIT] Remove redundant architecture check from Runtim...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Revert partial RuntimeDyldELF cleanup that...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
tree
|
commitdiff
2014-09-07
Lang Hames
[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
tree
|
commitdiff
2014-09-05
Lang Hames
[MCJIT] Const-ify the symbol lookup operations on Runti...
tree
|
commitdiff
2014-09-04
David Blaikie
unique_ptrify RuntimeDyld::Dyld
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Make sure eh-frame fixups use the target's...
tree
|
commitdiff
2014-09-04
Lang Hames
[MCJIT] Add command-line argument to llvm-rtdyld to...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify RuntimeDyldImpl::loadObject
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify a bunch of stuff through RuntimeDyld...
tree
|
commitdiff
2014-09-03
Benjamin Kramer
Add override to overriden virtual methods, remove virtu...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Make llvm-rtdyld process eh_frame sections...
tree
|
commitdiff
2014-09-03
Lang Hames
[MCJIT] Add a 'section_addr' builtin function to Runtim...
tree
|
commitdiff
2014-08-29
Lang Hames
[MCJIT] Move endian-aware read/writes from RuntimeDyldM...
tree
|
commitdiff
2014-08-28
Lang Hames
[MCJIT] Fix format specifiers for debug output in Runti...
tree
|
commitdiff
2014-08-27
Alexey Samsonov
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
tree
|
commitdiff
2014-08-27
Lang Hames
[MCJIT] More endianness fixes for RuntimeDyldMachO.
tree
|
commitdiff
2014-08-26
Benjamin Kramer
Silence unused function warning in Release builds.
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT][SystemZ] Use a simpler expression for indirect...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Dump section memory both before and after reloc...
tree
|
commitdiff
2014-08-25
Lang Hames
[MCJIT] Make RuntimeDyld dump section contents in ...
tree
|
commitdiff
2014-08-19
Lang Hames
[MCJIT] Allow '$' characters in symbol names in Runtime...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-18
Lang Hames
[MCJIT] Respect target endianness in RuntimeDyldMachO...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Use copy initialization to initialize std::unique_ptr.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-08
Lang Hames
[MCJIT] Simplify immediate decoding code in the Runtime...
tree
|
commitdiff
2014-08-07
Lang Hames
[MCJIT] Replace a c-style cast with reinterpret_cast...
tree
|
commitdiff
2014-08-02
Lang Hames
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMa...
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-30
Lang Hames
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Add options to llvm-rtdyld to describe a phony...
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Make sure we print the full 64-bit result of...
tree
|
commitdiff
2014-07-29
Lang Hames
[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
tree
|
commitdiff
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend also...
tree
|
commitdiff
2014-07-29
Juergen Ributzka
[RuntimeDyld][AArch64] Make encode/decodeAddend more...
tree
|
commitdiff
next