aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Merging r195157:Petar Jovanovic2013-11-211-5/+4
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-0/+14
* Revert r194865 and r194874.Alexey Samsonov2013-11-184-12/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-0/+12
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-152-3/+84
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-151-0/+4
* Correct spelling.Yaron Keren2013-11-151-1/+1
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-111-2/+12
* The FIXME was indeed fixed in the linker, comment removed.Yaron Keren2013-10-251-4/+0
* Replaced non-ASCII character.Yaron Keren2013-10-241-1/+1
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-241-0/+9
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-242-122/+209
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-211-1/+1
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-214-12/+40
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-192-5/+7
* Added comments from Andrew Kaylor.Yaron Keren2013-10-191-0/+21
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-162-1/+72
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-161-4/+4
* Fixing build warning/errorAndrew Kaylor2013-10-161-2/+3
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-161-1/+15
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-167-7/+113
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+1
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-153-23/+39
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-152-3/+6
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-119-59/+123
* Remove dead code.Rafael Espindola2013-10-072-169/+1
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-052-59/+81
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-042-0/+6
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-026-24/+34
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-011-0/+4
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-015-99/+366
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-301-16/+8
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-201-4/+0
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-191-0/+4
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-123-1/+111
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-111-7/+6
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-33/+4
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-023-8/+156
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-31/+31
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+1
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-272-2/+2
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-32/+32
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-32/+32
* Reorder headers according to lint.Bill Wendling2013-08-211-6/+4
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-201-2/+9
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-194-16/+244
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-193-1/+44
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-161-1/+11