TargetSchedule: cleanup computeOperandLatency logic & diagnostics.
[oota-llvm.git] / lib / ExecutionEngine /
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.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-21 Owen AndersonMake it so that the MArch, MCPU, MAttrs passed to Engin...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-10 Jim GrosbachExecutionEngine: Check for NULL ErrorStr before using it.
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-04-30 Eli BenderskyIt doesn't make sense to move symbol relocations to...
2012-04-30 Eli BenderskyCode cleanup in RuntimeDyld:
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-17 Danil MalyshevFix incorrect call of resolveRelocation() for ARM ELF...
2012-04-16 Preston GurdAdd files which were not included by commit 154868.
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-08 Benjamin KramerEngineBuilder::create is expected to take ownership...
2012-04-01 Eli BenderskyRemoving a file that's no longer being used after the...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-26 Sean CallananMade RuntimeDyldMachO support vanilla i386
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-20 Sean CallananRuntimeDyldMachO has the ability to keep track of
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-07 Sean CallananImproved support in RuntimeDyldMachO for generating
2012-03-01 Sean CallananFixed the 32-bit runtime dynamic loader to allocate
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-02-13 Ahmed CharlesRemove duplicate code in this header file which seemed...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-05 Duncan SandsExplain to the compiler why TargetAddr is not used...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-21 Jim GrosbachRuntimeDyld alignment adjustment from MachO file.
2012-01-20 Jim GrosbachFix inverted condition.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Jim GrosbachFix MCJIT memory leak of owned TargetMachine.
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT handle a few more simple x86 relocations for...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyA fix for the previous commit: "integer constant is...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-06 Eli BenderskyFix typo in string
2012-01-05 Rafael EspindolaRemove the old ELF writer.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
next