Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / ExecutionEngine /
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...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-28 Benjamin KramerMCJIT depends on JIT.
2012-11-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-22 NAKAMURA TakumiIntelJITEventsWrapper.h: Prune two members, FinalizeThr...
2012-11-21 Andrew KaylorImplementing basic function-level profiling support...
2012-11-16 Amara EmersonAdd R_ARM_TARGET1 relocation to MCJIT and ensure that...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-06 Andrew KaylorFix build error from previous commit.
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-11-01 Andrew KaylorFixed format string to avoid pointer truncation during...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-10-30 Eli FriedmanFix regression in old-style JIT.
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-25 Adhemerval ZanellaPowerPC: Initial support for PowerPC64 MCJIT
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-23 Eric ChristopherGrammar.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-12 Andrew KaylorCheck section type rather than assuming it's code when...
2012-10-12 Eric ChristopherIndenting.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean SilvaRemove buggy classof().
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Andrew KaylorAdding comments to clarify the reason for non-standard...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
next