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
/
tools
/
llvm-rtdyld
/
llvm-rtdyld.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[JIT] TrivialMemoryManager: Fail if we can't allocate memory.
Davide Italiano
2015-10-15
1
-2
/
+8
*
[llvm-rtdyld] General modernization/cleanup in preparation for (bigger) changes.
Davide Italiano
2015-10-12
1
-19
/
+14
*
[llvm-rtdyld] Use range-based loop. NFC.
Davide Italiano
2015-10-10
1
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+1
*
[RuntimeDyld] Remove a memory-leak that was introduced in r243456. Thanks to Ben
Lang Hames
2015-07-28
1
-1
/
+1
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-1
/
+2
*
[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
Lang Hames
2015-07-04
1
-13
/
+59
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-2
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-4
/
+5
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-4
/
+1
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
1
-4
/
+2
*
Add "-mcpu=" option to llvm-rtdyld
Petar Jovanovic
2015-06-23
1
-1
/
+7
*
Extract an utility for computing symbol sizes on MachO and COFF.
Rafael Espindola
2015-06-23
1
-44
/
+8
*
RuntimeDyld: override EH frame registration with trivial version.
Tim Northover
2015-06-03
1
-0
/
+5
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-2
/
+1
*
For COFF and MachO, compute the gap between to symbols.
Rafael Espindola
2015-05-31
1
-3
/
+45
*
Use a range loop. NFC.
Rafael Espindola
2015-05-31
1
-8
/
+10
*
Add RelocVisitor support for MachO
Keno Fischer
2015-05-30
1
-2
/
+7
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-14
/
+43
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
1
-2
/
+3
*
[RuntimeDyld] Work around a bug in RuntimeDyldELF exposed by r234839.
Lang Hames
2015-04-15
1
-0
/
+12
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-1
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-3
/
+4
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
1
-1
/
+1
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
1
-1
/
+1
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
1
-1
/
+1
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-4
/
+4
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-18
/
+38
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-38
/
+18
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-18
/
+38
*
[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
Lang Hames
2014-09-04
1
-12
/
+102
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-6
/
+6
*
[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally
Lang Hames
2014-09-03
1
-0
/
+4
*
[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verify
Lang Hames
2014-08-05
1
-1
/
+8
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.
Lang Hames
2014-07-30
1
-0
/
+3
*
[MCJIT] Add options to llvm-rtdyld to describe a phony target address space for
Lang Hames
2014-07-29
1
-0
/
+64
*
[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.
Lang Hames
2014-07-22
1
-2
/
+2
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-22
/
+25
*
[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
Lang Hames
2014-06-27
1
-3
/
+118
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
[prev]
[next]