summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola1-1/+2
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-1/+1
2014-01-16Attempt to fix the MSVC build.Rafael Espindola1-0/+2
2014-01-16Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola1-1/+5
2014-01-14Return an error_code from materializeAllPermanently.Rafael Espindola1-1/+4
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-3/+1
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-1/+3
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-3/+1
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-1/+1
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames9-10/+149
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth5-7/+6
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-2/+2
2013-12-17There are no __register_frame and __deregister_frame functions Yaron Keren1-1/+1
2013-12-11Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi4-4/+4
2013-12-07Whitespace cleanups.NAKAMURA Takumi6-15/+13
2013-12-07Revert r196639 while I investigate a bot failure.Lang Hames9-149/+10
2013-12-07Add support for archives and object file caching under MCJIT.Lang Hames9-10/+149
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola1-1/+1
2013-11-28Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola1-11/+9
2013-11-19[mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic1-5/+4
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka4-0/+14
2013-11-18Revert r194865 and r194874.Alexey Samsonov4-12/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka4-0/+12
2013-11-15Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor1-2/+2
2013-11-15Path: Recognize COFF import library file magic.Rui Ueyama1-0/+1
2013-11-15Resolve JIT runtime linking problems on Android.Andrew Kaylor2-3/+84
2013-11-15Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor1-0/+4
2013-11-15Correct spelling.Yaron Keren1-1/+1
2013-11-11Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor1-2/+12
2013-10-25The FIXME was indeed fixed in the linker, comment removed.Yaron Keren1-4/+0
2013-10-24Replaced non-ASCII character.Yaron Keren1-1/+1
2013-10-24Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth1-0/+9
2013-10-24Optimizing MCJIT module state trackingAndrew Kaylor2-122/+209
2013-10-21FIXME comment shouldn't have been doxygen styleAndrew Kaylor1-1/+1
2013-10-21Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor4-12/+40
2013-10-19Avoid duplicate search by reusing the iterator.Yaron Keren2-5/+7
2013-10-19Added comments from Andrew Kaylor.Yaron Keren1-0/+21
2013-10-16Adding oprofile support for MCJIT.Andrew Kaylor2-1/+72
2013-10-16Really fix build warning/error that I think r192756 was trying to fix.Craig Topper1-4/+4
2013-10-16Fixing build warning/errorAndrew Kaylor1-2/+3
2013-10-16Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor1-1/+15
2013-10-16Adding support for deregistering EH frames with MCJIT.Andrew Kaylor7-7/+113
2013-10-15Path: Recognize Windows compiled resource file.Rui Ueyama1-0/+1
2013-10-15Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor3-23/+39
2013-10-15Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2-3/+6
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor9-59/+123
2013-10-07Remove dead code.Rafael Espindola2-169/+1
2013-10-05Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2-59/+81
2013-10-04Adding support and tests for multiple module handling in lliAndrew Kaylor2-0/+6