test commit
[oota-llvm.git] / lib / ExecutionEngine /
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
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-10-19 Joe AbbeyAdding dependencies to allow -DBUILD_SHARED_LIBS=true...
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-09-30 Danil MalyshevMCJIT initialization TargetData
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-14 NAKAMURA TakumiEE: Provide the symbol "lseek64" explicitly with <unist...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
next