summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* Fix known typosAlp Toker2014-01-24
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* Attempt to fix the MSVC build.Rafael Espindola2014-01-16
* Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola2014-01-16
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-17
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-28
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-15
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-15
* Correct spelling.Yaron Keren2013-11-15
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-11
* The FIXME was indeed fixed in the linker, comment removed.Yaron Keren2013-10-25
* Replaced non-ASCII character.Yaron Keren2013-10-24
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-19
* Added comments from Andrew Kaylor.Yaron Keren2013-10-19
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-16
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-16
* Fixing build warning/errorAndrew Kaylor2013-10-16
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15