aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-151-4/+4
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-091-0/+10
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-4/+3
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-051-77/+414
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-263-4/+5
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-251-4/+4
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-7/+20
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-2/+7
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-7/+8
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-0/+8