aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-06PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-04AArch64: implement 64-bit absolute relocation in MCJITTim Northover
2013-05-04AArch64: add stubs to support long function calls on MCJITTim Northover
2013-05-04AArch64: implement relocations for global accessTim Northover
2013-05-04AArch64: implement first relocation required for MCJITTim Northover
2013-05-03[SystemZ] Add MCJIT supportRichard Sandiford
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-30Fix Addend computation for non external relocations on Macho.Rafael Espindola
2013-04-30Collect the Addend for external relocs.Rafael Espindola
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola
2013-04-29Update the documentation.Rafael Espindola
2013-04-29Use a RelocationRef instead of a relocation_iterator.Rafael Espindola
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-04-23Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-12Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem
2013-04-05Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-20Formatting, grammarAndrew Kaylor
2013-02-20Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor
2013-02-07[patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt
2013-02-01Fix misplaced 'break'.Jim Grosbach
2013-01-31interpreter: Fix errant fallthrough.Jim Grosbach
2013-01-31RuntimeDyld: Fix errant fallthrough.Jim Grosbach
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-29Formatting correctionAndrew Kaylor
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne