aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* add libLLVMExecutionEngine, libLLVMMCJIT and libLLVMRuntimeDyld as device mod...HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2016-08-253-0/+64
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1832-570/+727
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0918-109/+475
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2344-903/+1797
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0240-5229/+2862
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2119-182/+1076
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2926-470/+788
* Update to LLVM 3.5a.Stephen Hines2014-04-2430-1114/+1358
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1123-507/+1691
|\
| * Merging r197483:Bill Wendling2013-12-241-1/+1
| * 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