summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Remove dead code.Rafael Espindola2013-10-07
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-05
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-01
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-30
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-20
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-19
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-12
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-11
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09