summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-16
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-15
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-09
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-05
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-25
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-02
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-01
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Preserve const correctness.Benjamin Kramer2013-06-04
* Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.Rafael Espindola2013-06-03
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* ARM: use pristine object file while processing relocationsTim Northover2013-05-28
* Add missing header for atexit.Michael J. Spencer2013-05-24
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21