summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* The FIXME was indeed fixed in the linker, comment removed.Yaron Keren2013-10-25
* Replaced non-ASCII character.Yaron Keren2013-10-24
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-19
* Added comments from Andrew Kaylor.Yaron Keren2013-10-19
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-16
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-16
* Fixing build warning/errorAndrew Kaylor2013-10-16
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* 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