Cleanup: test source files do not need to be executable
[oota-llvm.git] / lib / ExecutionEngine /
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
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-13 Jim GrosbachMCJIT: relocation addends encoded in the target aren...
2012-09-13 Jim GrosbachMCJIT: Make sure to mask off non-type-field bits.
2012-09-13 Jim GrosbachMCJIT: Pass the i386 MachO relocation type properly.
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-15 Sean CallananFixed a problem in the JIT memory allocator where
2012-08-07 Andrew KaylorEnable lazy compilation in MCJIT
2012-08-02 Nuno LopesJIT::runFunction(): add a fast path for functions with...
2012-07-27 Andrew KaylorFixing problems with X86_64_32 relocations and making...
2012-07-27 Andrew KaylorTest commit, clean up comment
2012-07-27 Andrew KaylorTest commit, clean up comment
2012-07-25 Chad RosierYou cannot call removeModule on a JIT with no modules...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-22 NAKAMURA TakumiExecutionEngine/TargetSelect.cpp: Override default...
2012-07-19 Bill WendlingRemove tabs.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-16 Benjamin KramerDisable the right instance of TheJIT, this one is only...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
next