[OCaml] Fix ABI incompatibility
[oota-llvm.git] / lib / ExecutionEngine /
2013-10-25 Yaron KerenThe FIXME was indeed fixed in the linker, comment removed.
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Chandler CarruthRevert part of r193291, restoring the deletion of loade...
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-21 Andrew KaylorFIXME comment shouldn't have been doxygen style
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAvoid duplicate search by reusing the iterator.
2013-10-19 Yaron KerenAdded comments from Andrew Kaylor.
2013-10-16 Andrew KaylorAdding oprofile support for MCJIT.
2013-10-16 Craig TopperReally fix build warning/error that I think r192756...
2013-10-16 Andrew KaylorFixing build warning/error
2013-10-16 Andrew KaylorAdding padding to the .eh_frame section in RuntimeDyld
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorFixing MCJIT multiple module linking for OSX
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-11 Benjamin KramerDon't expose symbols of lle_ functions.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-27 Sylvestre LedruFix the build issue under ia64. Close bug #5715
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-16 Richard MittonFixed RuntimeDyldELF absolute relocations.
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-05 Rafael EspindolaHandle (at least don't crash on) relocations with no...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-04 Benjamin KramerPreserve const correctness.
2013-06-03 Rafael EspindolaUpdate RuntimeDyldELF::findOPDEntrySection the new...
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-28 Tim NorthoverARM: use pristine object file while processing relocations
2013-05-24 Michael J. SpencerAdd missing header for atexit.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloFix busted comment. This conditional include block...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-19 Tim NorthoverAArch64: make RuntimeDyld relocations idempotent
2013-05-17 David Tweedr182085 introduced a change that triggered an assertion...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-10 Rafael EspindolaRemove dead code.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Adhemerval ZanellaPowerPC: Fix unimplemented relocation on ppc64
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: implement 64-bit absolute relocation in MCJIT
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-04 Tim NorthoverAArch64: implement relocations for global access
2013-05-04 Tim NorthoverAArch64: implement first relocation required for MCJIT
2013-05-03 Richard Sandiford[SystemZ] Add MCJIT support
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-30 Rafael EspindolaCollect the Addend for external relocs.
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaRationalize what is public in RuntimeDyldMachO and...
2013-04-29 Rafael EspindolaUpdate the documentation.
2013-04-29 Rafael EspindolaUse a RelocationRef instead of a relocation_iterator.
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-29 Rafael EspindolaReplace ObjRelocationInfo with relocation_iterator.
2013-04-26 Nadav RotemTeach the interpreter to handle vector compares and...
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
next