index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-1
/
+87
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-28
/
+10
*
Collect the Addend for external relocs.
Rafael Espindola
2013-04-30
1
-5
/
+12
*
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
1
-4
/
+4
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
1
-7
/
+18
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-9
/
+16
*
RuntimeDyld: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-0
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
1
-5
/
+6
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-2
/
+4
*
MCJIT: relocation addends encoded in the target aren't quite so easy.
Jim Grosbach
2012-09-13
1
-1
/
+6
*
MCJIT: Make sure to mask off non-type-field bits.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: Pass the i386 MachO relocation type properly.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
RuntimeDyld cleanup:
Eli Bendersky
2012-05-01
1
-8
/
+18
*
RuntimeDyld code cleanup:
Eli Bendersky
2012-05-01
1
-4
/
+4
*
Code cleanup in RuntimeDyld:
Eli Bendersky
2012-04-30
1
-34
/
+33
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
1
-2
/
+2
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-516
/
+111
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-111
/
+516
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-516
/
+111
*
Made RuntimeDyldMachO support vanilla i386
Sean Callanan
2012-03-26
1
-0
/
+37
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-108
/
+514
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-514
/
+108
*
RuntimeDyldMachO has the ability to keep track of
Sean Callanan
2012-03-20
1
-0
/
+33
*
Improved support in RuntimeDyldMachO for generating
Sean Callanan
2012-03-07
1
-16
/
+48
*
Fixed the 32-bit runtime dynamic loader to allocate
Sean Callanan
2012-03-01
1
-1
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+0
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-1
/
+0
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...
Eli Bendersky
2012-01-22
1
-1
/
+1
*
RuntimeDyld alignment adjustment from MachO file.
Jim Grosbach
2012-01-21
1
-2
/
+4
*
Fix inverted condition.
Jim Grosbach
2012-01-20
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Tidy up.
Jim Grosbach
2012-01-16
1
-1
/
+1
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
1
-0
/
+2
*
MCJIT handle a few more simple x86 relocations for MachO.
Jim Grosbach
2012-01-16
1
-4
/
+5
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-213
/
+281
*
Fix typo in string
Eli Bendersky
2012-01-06
1
-1
/
+1
*
Ignore MachO symbol flags in the upper nibble of n_desc.
Jim Grosbach
2011-11-01
1
-2
/
+4
*
Add to RuntimeDyld support different object formats
Danil Malyshev
2011-07-13
1
-0
/
+524