summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-1/+1
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-1/+2
2014-02-19Revert r201622 and r201608.Daniel Jasper1-2/+1
2014-02-18Fix PR18743.Rafael Espindola1-1/+2
2014-02-18Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2-2/+6
2014-02-18Rename some member variables from TD to DL.Rafael Espindola1-5/+5
2014-02-12Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames3-65/+205
2014-02-11[AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith1-0/+42
2014-02-11In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) aLang Hames1-1/+1
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola3-12/+12
2014-01-31Simplify getSymbolFlags.Rafael Espindola1-2/+1
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola2-23/+14
2014-01-29Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames1-0/+2
2014-01-29Enable EHABI by defaultRenato Golin1-0/+3
2014-01-24Fix known typosAlp Toker4-10/+10
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka3-0/+15
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