summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Merging r197483:Bill Wendling2013-12-24
* Merging r195157:Petar Jovanovic2013-11-21
* [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
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-02
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-27
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Reorder headers according to lint.Bill Wendling2013-08-21
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-20
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-19