aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Added libs to the host's libLLVM.so.Todd Fiala2013-10-223-0/+52
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-078-103/+469
|\ \ | |/
| * 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
* | Update LLVM for merge to r183849.Stephen Hines2013-06-131-1/+0
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-1218-913/+779
|\ \ | |/
| * Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
| * Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-3/+1
| * Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-051-6/+11
| * Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-11/+8
| * Preserve const correctness.Benjamin Kramer2013-06-041-3/+3
| * Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-031-3/+7
| * Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+21
| * ARM: use pristine object file while processing relocationsTim Northover2013-05-281-15/+23
| * Add missing header for atexit.Michael J. Spencer2013-05-241-0/+2
| * Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-3/+111
| * Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+117
| * Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-214-116/+96
| * Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-211-1/+1
| * Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+116
| * Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-215-217/+89
| * Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-3/+111
| * Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-86/+106
| * AArch64: make RuntimeDyld relocations idempotentTim Northover2013-05-191-2/+22
| * r182085 introduced a change that triggered an assertion on ARM. This is an im...David Tweed2013-05-171-2/+4
| * Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-174-3/+10
| * SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-143-9/+20
| * Remove dead code.Rafael Espindola2013-05-102-82/+0