Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
[oota-llvm.git] / lib / ExecutionEngine /
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...
2011-05-19 Jim GrosbachAvoid a Twine that referenced a tmp (which proceded...
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Dylan NoblesmithExecutionEngine: move createJIT() definition (v2)
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: add missing file
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-29 Douglas GregorFix a C++0x portability issue with std::make_pair....
2011-04-28 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Eric Christopher80-col fix.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jim GrosbachMCJIT relocation resolution.
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Nick LewyckyFix comment to use llvm 2.x syntax.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-04 Jim GrosbachAdd missing file from r128851.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-23 Jim GrosbachRuntime dylib simple ARM 24-bit branch relocation support.
2011-03-23 Jim GrosbachSplit out relocation resolution into target-specific...
2011-03-23 Jim GrosbachFix double-free of Module.
2011-03-23 Jim GrosbachStart of relocation resolution for the runtime dyld...
2011-03-23 Jim GrosbachMake sure to report any errors from the runtime dyld.
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachAdd missing file from previous commit.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachAdd simple arg passing to MC-JIT and support for exit...
2011-03-22 Jim GrosbachTrailing whitespace.
2011-03-22 Eric ChristopherFix comment in header.
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-22 Jim GrosbachInitialize HasError.
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-18 Jim GrosbachSilence a warning.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2011-03-16 Jim GrosbachTidy up. Whitespace and 80 column.
2011-03-15 Jim GrosbachTrailing whitespae.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-28 Oscar FuentesFix libffi usage when it is on a custom path.
2011-01-27 Oscar FuentesUse the paths to libffi's header and library even when...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-04 Benjamin KramerRemove unneeded zero arrays.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel DunbarFix some more 80-col violas.
2010-11-13 Daniel DunbarFix 80-col violation / non-sensicalness.
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-30 NAKAMURA TakumiFix a comment.
2010-08-30 NAKAMURA TakumiEE/JIT: Do not invoke parent's ctors/dtors from main...
2010-08-23 Chris Lattnerremove some dead code.
next