Introduce SpecialCaseList::isIn overload for GlobalAliases.
[oota-llvm.git] / lib / ExecutionEngine /
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"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-23 Tom StellardWrap.h: Define wrap / unwrap function for ExecutionEngine
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-17 Rafael EspindolaTwo small cleanups for ELF's templates.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-12 Nadav RotemRevert r179409 because it caused some warnings and...
2013-04-12 Nadav RotemAdd support for additional vector instructions in the...
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-02-20 Andrew KaylorFormatting, grammar
2013-02-20 Andrew KaylorAdding support for absolute relocations. This occurs...
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-01 Jim GrosbachFix misplaced 'break'.
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-29 Andrew KaylorFormatting correction
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix More Casts
2013-01-11 Eli BenderskyFix bug in exception table allocation (PR13678)
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-24 Elena DemikhovskyRemoved "static" from "__jit_debug_descriptor" because...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-17 Tim NorthoverQuery section for whether it should be executable.
2012-12-05 Bob WilsonAdjust JIT target triple on OS X to match the current...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 NAKAMURA TakumiRuntimeDyld: Fix up r169178. MSVC doesn't like "or".
2012-12-03 Akira HatanakaRuntime dynamic linker for MCJIT should support MIPS...
next